2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 // Gallery TabDialogs/TabPages
21 #define RID_SVXTABDLG_GALLERY (RID_CUI_GALLERY_START )
22 #define RID_SVXTABDLG_GALLERYTHEME (RID_CUI_GALLERY_START + 2)
23 #define RID_SVXDLG_GALLERY_TITLE (RID_CUI_GALLERY_START + 82)
25 #define RID_SVXTABPAGE_GALLERY_GENERAL (RID_CUI_GALLERY_START + 1)
26 #define RID_SVXTABPAGE_GALLERYTHEME_FILES (RID_CUI_GALLERY_START + 4)
29 #define RID_SVXDLG_GALLERY_SEARCH_PROGRESS (RID_CUI_GALLERY_START + 6)
30 #define RID_SVXDLG_GALLERY_TAKE_PROGRESS (RID_CUI_GALLERY_START + 7)
31 #define RID_SVXDLG_GALLERY_ACTUALIZE_PROGRESS (RID_CUI_GALLERY_START + 8)
32 #define RID_SVXDLG_GALLERY_THEMEID (RID_CUI_GALLERY_START + 9)
35 #define RID_SVXSTR_GALLERY_NOFILES (RID_CUI_GALLERY_START + 12)
36 #define RID_SVXSTR_GALLERY_SEARCH (RID_CUI_GALLERY_START + 30)
37 #define RID_SVXSTR_GALLERYPROPS_OBJECT (RID_CUI_GALLERY_START + 39)
38 #define RID_SVXSTR_GALLERY_READONLY (RID_CUI_GALLERY_START + 43)
39 #define RID_SVXSTR_GALLERY_ALLFILES (RID_CUI_GALLERY_START + 44)
40 #define RID_SVXSTR_GALLERY_ID_EXISTS (RID_CUI_GALLERY_START + 81)
43 #define RID_SVXBMP_THEME_NORMAL_BIG (RID_CUI_GALLERY_START + 49)
44 #define RID_SVXBMP_THEME_READONLY_BIG (RID_CUI_GALLERY_START + 53)
45 #define RID_SVXBMP_THEME_DEFAULT_BIG (RID_CUI_GALLERY_START + 55)
57 #define CBB_FILETYPE 1
58 #define FL_SEARCH_DIR 1
59 #define FL_SEARCH_TYPE 2
60 #define FT_SEARCH_DIR 1
61 #define FT_SEARCH_TYPE 2
62 #define FL_TAKE_PROGRESS 1
63 #define FT_TAKE_FILE 1
69 #define FL_ACTUALIZE_PROGRESS 1
70 #define FT_ACTUALIZE_FILE 1
79 #define FL_MS_GENERAL_FIRST 1
81 #define FT_MS_SHOW_TYPE 3
83 #define FT_MS_SHOW_PATH 5
84 #define FT_MS_CONTENT 6
85 #define FT_MS_SHOW_CONTENT 7
86 #define FL_MS_GENERAL_SECOND 2
87 #define FT_MS_CHANGEDATE 10
88 #define FT_MS_SHOW_CHANGEDATE 11