1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27#include <cuires.hrc> 28 29// Gallery-TabDialoge/-TabPages 30#define RID_SVXTABDLG_GALLERY (RID_CUI_GALLERY_START ) 31#define RID_SVXTABDLG_GALLERYTHEME (RID_CUI_GALLERY_START + 2) 32#define RID_SVXDLG_GALLERY_TITLE (RID_CUI_GALLERY_START + 82) 33 34#define RID_SVXTABPAGE_GALLERY_GENERAL (RID_CUI_GALLERY_START + 1) 35#define RID_SVXTABPAGE_GALLERYTHEME_FILES (RID_CUI_GALLERY_START + 4) 36 37// Dialoge 38#define RID_SVXDLG_GALLERY_SEARCH_PROGRESS (RID_CUI_GALLERY_START + 6) 39#define RID_SVXDLG_GALLERY_TAKE_PROGRESS (RID_CUI_GALLERY_START + 7) 40#define RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS (RID_CUI_GALLERY_START + 8) 41#define RID_SVXDLG_GALLERY_THEMEID (RID_CUI_GALLERY_START + 9) 42 43// Gallery-Strings 44#define RID_SVXSTR_GALLERY_NOFILES (RID_CUI_GALLERY_START + 12) 45#define RID_SVXSTR_GALLERY_SEARCH (RID_CUI_GALLERY_START + 30) 46#define RID_SVXSTR_GALLERYPROPS_OBJECT (RID_CUI_GALLERY_START + 39) 47#define RID_SVXSTR_GALLERY_READONLY (RID_CUI_GALLERY_START + 43) 48#define RID_SVXSTR_GALLERY_ALLFILES (RID_CUI_GALLERY_START + 44) 49#define RID_SVXSTR_GALLERY_ID_EXISTS (RID_CUI_GALLERY_START + 81) 50 51// Images 52#define RID_SVXBMP_THEME_NORMAL_BIG (RID_CUI_GALLERY_START + 49) 53#define RID_SVXBMP_THEME_IMPORTED_BIG (RID_CUI_GALLERY_START + 51) 54#define RID_SVXBMP_THEME_READONLY_BIG (RID_CUI_GALLERY_START + 53) 55#define RID_SVXBMP_THEME_DEFAULT_BIG (RID_CUI_GALLERY_START + 55) 56 57// lokale Defines 58#define BTN_OK 1 59#define BTN_CANCEL 1 60#define BTN_HELP 1 61 62#define LBX_FOUND 1 63#define BTN_TAKE 5 64#define BTN_SEARCH 4 65#define CBX_PREVIEW 3 66#define FT_FILETYPE 2 67#define CBB_FILETYPE 1 68#define FL_SEARCH_DIR 1 69#define FL_SEARCH_TYPE 2 70#define FT_SEARCH_DIR 1 71#define FT_SEARCH_TYPE 2 72#define FL_TAKE_PROGRESS 1 73#define FT_TAKE_FILE 1 74#define BTN_TAKEALL 1 75#define WND_BRSPRV 1 76#define BTN_MADDIN1 8 77#define BTN_MADDIN2 9 78 79#define FL_ACTUALIZE_PROGRESS 1 80#define FT_ACTUALIZE_FILE 1 81#define FL_ID 1 82#define LB_RESNAME 1 83#define EDT_TITLE 20 84#define FL_TITLE 21 85 86// Gallery-TabDialog 87#define FI_MS_IMAGE 1 88#define EDT_MS_NAME 1 89#define FL_MS_GENERAL_FIRST 1 90#define FT_MS_TYPE 2 91#define FT_MS_SHOW_TYPE 3 92#define FT_MS_PATH 4 93#define FT_MS_SHOW_PATH 5 94#define FT_MS_CONTENT 6 95#define FT_MS_SHOW_CONTENT 7 96#define FL_MS_GENERAL_SECOND 2 97#define FT_MS_CHANGEDATE 10 98#define FT_MS_SHOW_CHANGEDATE 11 99 100 101