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