1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23#include <cuires.hrc> 24 25// Gallery-TabDialoge/-TabPages 26#define RID_SVXTABDLG_GALLERY (RID_CUI_GALLERY_START ) 27#define RID_SVXTABDLG_GALLERYTHEME (RID_CUI_GALLERY_START + 2) 28#define RID_SVXDLG_GALLERY_TITLE (RID_CUI_GALLERY_START + 82) 29 30#define RID_SVXTABPAGE_GALLERY_GENERAL (RID_CUI_GALLERY_START + 1) 31#define RID_SVXTABPAGE_GALLERYTHEME_FILES (RID_CUI_GALLERY_START + 4) 32 33// Dialoge 34#define RID_SVXDLG_GALLERY_SEARCH_PROGRESS (RID_CUI_GALLERY_START + 6) 35#define RID_SVXDLG_GALLERY_TAKE_PROGRESS (RID_CUI_GALLERY_START + 7) 36#define RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS (RID_CUI_GALLERY_START + 8) 37#define RID_SVXDLG_GALLERY_THEMEID (RID_CUI_GALLERY_START + 9) 38 39// Gallery-Strings 40#define RID_SVXSTR_GALLERY_NOFILES (RID_CUI_GALLERY_START + 12) 41#define RID_SVXSTR_GALLERY_SEARCH (RID_CUI_GALLERY_START + 30) 42#define RID_SVXSTR_GALLERYPROPS_OBJECT (RID_CUI_GALLERY_START + 39) 43#define RID_SVXSTR_GALLERY_READONLY (RID_CUI_GALLERY_START + 43) 44#define RID_SVXSTR_GALLERY_ALLFILES (RID_CUI_GALLERY_START + 44) 45#define RID_SVXSTR_GALLERY_ID_EXISTS (RID_CUI_GALLERY_START + 81) 46 47// Images 48#define RID_SVXBMP_THEME_NORMAL_BIG (RID_CUI_GALLERY_START + 49) 49#define RID_SVXBMP_THEME_IMPORTED_BIG (RID_CUI_GALLERY_START + 51) 50#define RID_SVXBMP_THEME_READONLY_BIG (RID_CUI_GALLERY_START + 53) 51#define RID_SVXBMP_THEME_DEFAULT_BIG (RID_CUI_GALLERY_START + 55) 52 53// lokale Defines 54#define BTN_OK 1 55#define BTN_CANCEL 1 56#define BTN_HELP 1 57 58#define LBX_FOUND 1 59#define BTN_TAKE 5 60#define BTN_SEARCH 4 61#define CBX_PREVIEW 3 62#define FT_FILETYPE 2 63#define CBB_FILETYPE 1 64#define FL_SEARCH_DIR 1 65#define FL_SEARCH_TYPE 2 66#define FT_SEARCH_DIR 1 67#define FT_SEARCH_TYPE 2 68#define FL_TAKE_PROGRESS 1 69#define FT_TAKE_FILE 1 70#define BTN_TAKEALL 1 71#define WND_BRSPRV 1 72#define BTN_MADDIN1 8 73#define BTN_MADDIN2 9 74 75#define FL_ACTUALIZE_PROGRESS 1 76#define FT_ACTUALIZE_FILE 1 77#define FL_ID 1 78#define LB_RESNAME 1 79#define EDT_TITLE 20 80#define FL_TITLE 21 81 82// Gallery-TabDialog 83#define FI_MS_IMAGE 1 84#define EDT_MS_NAME 1 85#define FL_MS_GENERAL_FIRST 1 86#define FT_MS_TYPE 2 87#define FT_MS_SHOW_TYPE 3 88#define FT_MS_PATH 4 89#define FT_MS_SHOW_PATH 5 90#define FT_MS_CONTENT 6 91#define FT_MS_SHOW_CONTENT 7 92#define FL_MS_GENERAL_SECOND 2 93#define FT_MS_CHANGEDATE 10 94#define FT_MS_SHOW_CHANGEDATE 11 95 96 97