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