/************************************************************************ * * Licensed Materials - Property of IBM. * (C) Copyright IBM Corporation 2003, 2009. All Rights Reserved. * U.S. Government Users Restricted Rights: * Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. * ************************************************************************/ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: gallery.hrc,v $ * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #include // Gallery-TabDialoge/-TabPages #define RID_SVXTABDLG_GALLERY (RID_CUI_GALLERY_START ) #define RID_SVXTABDLG_GALLERYTHEME (RID_CUI_GALLERY_START + 2) #define RID_SVXDLG_GALLERY_TITLE (RID_CUI_GALLERY_START + 82) #define RID_SVXTABPAGE_GALLERY_GENERAL (RID_CUI_GALLERY_START + 1) #define RID_SVXTABPAGE_GALLERYTHEME_FILES (RID_CUI_GALLERY_START + 4) // Dialoge #define RID_SVXDLG_GALLERY_SEARCH_PROGRESS (RID_CUI_GALLERY_START + 6) #define RID_SVXDLG_GALLERY_TAKE_PROGRESS (RID_CUI_GALLERY_START + 7) #define RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS (RID_CUI_GALLERY_START + 8) #define RID_SVXDLG_GALLERY_THEMEID (RID_CUI_GALLERY_START + 9) // Gallery-Strings #define RID_SVXSTR_GALLERY_NOFILES (RID_CUI_GALLERY_START + 12) #define RID_SVXSTR_GALLERY_SEARCH (RID_CUI_GALLERY_START + 30) #define RID_SVXSTR_GALLERY_OPEN (RID_CUI_GALLERY_START + 77) #define RID_SVXSTR_GALLERYPROPS_OBJECT (RID_CUI_GALLERY_START + 39) #define RID_SVXSTR_GALLERYPROPS_GALTHEME (RID_CUI_GALLERY_START + 40) #define RID_SVXSTR_GALLERY_READONLY (RID_CUI_GALLERY_START + 43) #define RID_SVXSTR_GALLERY_ALLFILES (RID_CUI_GALLERY_START + 44) #define RID_SVXSTR_GALLERY_ONLINELINK (RID_CUI_GALLERY_START + 45) #define RID_SVXSTR_GALLERY_ID_EXISTS (RID_CUI_GALLERY_START + 81) // Images #define RID_SVXBMP_THEME_NORMAL_BIG (RID_CUI_GALLERY_START + 49) #define RID_SVXBMP_THEME_IMPORTED_BIG (RID_CUI_GALLERY_START + 51) #define RID_SVXBMP_THEME_READONLY_BIG (RID_CUI_GALLERY_START + 53) #define RID_SVXBMP_THEME_DEFAULT_BIG (RID_CUI_GALLERY_START + 55) #define RID_SVXIMG_GALLERY_ADD_THEME (RID_CUI_GALLERY_START + 72) #define RID_SVXIMG_GALLERY_ADD_THEME_HC (RID_CUI_GALLERY_START + 73) #define RID_SVXIMG_GALLERY_ONLINE (RID_CUI_GALLERY_START + 74) #define RID_SVXIMG_GALLERY_ONLINE_HC (RID_CUI_GALLERY_START + 75) #define RID_SVXFIXEDIMG_GALLERY_ONLINE (RID_CUI_GALLERY_START + 76) #define RID_SVXSTR_NEWTHEME_HELP (RID_CUI_GALLERY_START + 88) #define FT_ONLINE_LINK (RID_CUI_GALLERY_START + 89) #define RID_SVXSTR_NEWTHEME_WARNING (RID_CUI_GALLERY_START + 90) #define RID_SVXSTR_NEW_CLIPART (RID_CUI_GALLERY_START + 91) #define RID_SVXSTR_ADD_CLIPART (RID_CUI_GALLERY_START + 92) //IAccessibility2 Implementation 2009----- #define RID_SVXSTR_GALLERY_THEMENAME (RID_CUI_GALLERY_START + 93) #define RID_SVXSTR_GALLERY_FILESFOUND (RID_CUI_GALLERY_START + 94) //-----IAccessibility2 Implementation 2009 // lokale Defines #define BTN_OK 1 #define BTN_CANCEL 1 #define BTN_HELP 1 #define BTN_ADD_PATH 2 #define RB_ADDFOLDER 1 #define RB_ADDFILE 2 #define LBX_FOUND 1 #define BTN_TAKE 5 #define BTN_SEARCH 4 #define CBX_PREVIEW 3 #define FT_FILETYPE 2 #define CBB_FILETYPE 1 #define FL_SEARCH_DIR 1 #define FL_SEARCH_TYPE 2 #define FT_SEARCH_DIR 1 #define FT_SEARCH_TYPE 2 #define FL_TAKE_PROGRESS 1 #define FT_TAKE_FILE 1 #define BTN_TAKEALL 1 #define WND_BRSPRV 1 #define BTN_MADDIN1 8 #define BTN_MADDIN2 9 #define MN_ADD_CLIPART 25 #define FL_ACTUALIZE_PROGRESS 1 #define FT_ACTUALIZE_FILE 1 #define FL_ID 1 #define LB_RESNAME 1 #define EDT_TITLE 20 #define FL_TITLE 21 #define FL_CLIPART_TITLE 22 // Gallery-TabDialog #define FI_MS_IMAGE 1 #define EDT_MS_NAME 1 #define FL_MS_GENERAL_FIRST 1 #define FT_MS_TYPE 2 #define FT_MS_SHOW_TYPE 3 #define FT_MS_PATH 4 #define FT_MS_SHOW_PATH 5 #define FT_MS_CONTENT 6 #define FT_MS_SHOW_CONTENT 7 #define FL_MS_GENERAL_SECOND 2 #define FT_MS_CHANGEDATE 10 #define FT_MS_SHOW_CHANGEDATE 11 // Gallery Browser #define FL_CATEGORY 1 #define FL_LOCATION 2 #define FT_GATEGORY_NAME 1 #define FT_LOCATION_PATH 2 #define EDT_CATEGORY_NAME 1 #define EDT_LOCATION_PATH 2