Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / inc / gallery.hrc
blob9636384e1ca2f1e08a8ccb415266a575a8d166f0
1 /*
2  * This file is part of the LibreOffice project.
3  *
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/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
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 .
17  */
18 #include <cuires.hrc>
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)
28 // Dialogs
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)
34 // Gallery-Strings
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)
42 // Images
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)
47 // local Defines
48 #define BTN_OK 1
49 #define BTN_CANCEL 1
50 #define BTN_HELP 1
52 #define LBX_FOUND 1
53 #define BTN_TAKE 5
54 #define BTN_SEARCH 4
55 #define CBX_PREVIEW 3
56 #define FT_FILETYPE 2
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
64 #define BTN_TAKEALL 1
65 #define WND_BRSPRV 1
66 #define BTN_MADDIN1 8
67 #define BTN_MADDIN2 9
69 #define FL_ACTUALIZE_PROGRESS 1
70 #define FT_ACTUALIZE_FILE 1
71 #define FL_ID                  1
72 #define LB_RESNAME      1
73 #define EDT_TITLE       20
74 #define FL_TITLE               21
76 // Gallery-TabDialog
77 #define FI_MS_IMAGE 1
78 #define EDT_MS_NAME 1
79 #define FL_MS_GENERAL_FIRST 1
80 #define FT_MS_TYPE 2
81 #define FT_MS_SHOW_TYPE 3
82 #define FT_MS_PATH 4
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