xref: /aoo42x/main/sw/inc/rcid.hrc (revision fefe2166)
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#ifndef _RDIC_HRC
24#define _RDIC_HRC
25
26#ifndef _SFXSIDS_HRC //autogen
27#include <sfx2/sfxsids.hrc>
28#endif
29
30#define IMAGE_MASK_COLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }
31// ----------------------------------------------------------------
32// Bereiche fuer die UI-Verzeichnisse
33// ----------------------------------------------------------------
34
35#define RC_BASE                 	RID_SW_START	// aus solar.hrc
36
37#define RC_APP                  	RC_BASE
38#define RC_DIALOG                  	(RC_BASE + 200)
39#define RC_DOCVW                   	(RC_BASE + 300)
40#define RC_WEB						(RC_BASE + 400)
41#define RC_GLOBDOC                  (RC_BASE + 500)
42#define RC_VIEW                   	(RC_BASE + 600)
43#define RC_CHRDLG	               	(RC_BASE + 700)
44#define RC_RIBBAR               	(RC_BASE + 720)
45#define RC_GLOBALS              	(RC_BASE + 800)
46#define RC_FMTUI                	(RC_BASE + 920)
47#define RC_FRMDLG               	(RC_BASE + 1000)
48#define RC_FLDDLG               	(RC_BASE + 1100)
49#define RC_UTLUI                	(RC_BASE + 1250)
50#define RC_ATTR	                	(RC_BASE + 1350)
51#define RC_TABLE                	(RC_BASE + 1450)
52#define RC_CONFIG               	(RC_BASE + 1550)
53#define RC_MISC               	  	(RC_BASE + 1650)
54#define RC_WRTSH               		(RC_BASE + 1750)
55#define RC_INDEX    	            (RC_BASE + 1950)
56#define RC_DBUI  	        	    (RC_BASE + 2050)
57#define RC_DOCHDL           	    (RC_BASE + 2150)
58#define RC_POOLCHRFMT	        	(RC_BASE + 2250)
59#define RC_POOLHTMLCHRFMT	        (RC_BASE + 2290)
60#define RC_POOLFRMFMT           	(RC_BASE + 2330)
61#define RC_POOLTXTCOLL      	    (RC_BASE + 2360)
62#define RC_POOLPAGEDESC    	     	(RC_BASE + 2550)
63#define RC_POOLNUMRULE    	     	(RC_BASE + 2650)
64#define RC_ENVELP             	 	(RC_BASE + 2750)
65#define RC_STATLIN_STR          	(RC_BASE + 2850)
66#define RC_COMMON_CORE				(RC_BASE + 2950)
67#define RC_WIZARD                 	(RC_BASE + 3050)
68#define RC_POPUPS                   (RC_BASE + 3150)
69#define RC_SHELLS                   (RC_BASE + 3250)
70#define RC_CFGITEMS                 (RC_BASE + 3350)
71#define RC_LINGU                 	(RC_BASE + 3450)
72#define RC_ACCESS                 	(RC_BASE + 3550)
73#define STR_POOLPARSTYLE            (RC_BASE + 3650)
74#define RC_UNDO                     (RC_BASE + 3750)
75#define RC_SMARTTAG                    (RC_BASE + 3950)  // SMARTTAGS
76#define RC_UNOCORE                  (RC_BASE + 4050)
77#define RC_ANNOTATION               (RC_BASE + 4150)
78
79/*--------------------------------------------------------------------
80	Beschreibung:	Bereiche ausspannen
81 --------------------------------------------------------------------*/
82
83// App-Verzeichnis
84#define RC_APP_BEGIN            	RC_APP
85#define RC_APP_END              	(RC_APP_BEGIN + 199)
86
87// Dialog-Verzeichnis
88#define RC_DIALOG_BEGIN         	RC_DIALOG
89#define RC_DIALOG_END           	(RC_DIALOG_BEGIN + 99)
90
91// Editwin & Co
92#define RC_DOCVW_BEGIN          	RC_DOCVW
93#define RC_DOCVW_END            	(RC_DOCVW_BEGIN + 99)
94
95// Annotation
96#define RC_ANNOTATION_BEGIN             RC_ANNOTATION
97#define RC_ANNOTATION_END               (RC_ANNOTATION_BEGIN + 99)
98
99// SW/Web
100#define RC_WEB_BEGIN				RC_WEB
101#define RC_WEB_END                  (RC_WEB_BEGIN + 199)
102
103//Globaldocument
104#define RC_GLOBDOC_BEGIN			RC_GLOBDOC
105#define RC_GLOBDOC_END				(RC_GLOBDOC_BEGIN + 99)
106
107// UI-View
108#define RC_VIEW_BEGIN	         	RC_VIEW
109#define RC_VIEW_END     	      	(RC_VIEW_BEGIN + 99)
110
111// Zeichen Absatz Tab-Dialog
112#define RC_CHRDLG_BEGIN         	RC_CHRDLG
113#define RC_CHRDLG_END               (RC_CHRDLG_BEGIN + 19)
114
115// Unsere Shell
116#define RC_WRTSH_BEGIN          	RC_WRTSH
117#define RC_WRTSH_END            	(RC_WRTSH_BEGIN + 49)
118
119// Verzeichnisse
120#define RC_INDEX_BEGIN          	RC_INDEX
121#define RC_INDEX_END            	(RC_INDEX + 99)
122
123//
124#define RC_RIBBAR_BEGIN         	RC_RIBBAR
125#define RC_RIBBAR_END           	(RC_RIBBAR_BEGIN + 79)
126
127// globale Ressourcen
128#define RC_GLOBALS_BEGIN        	RC_GLOBALS
129#define RC_GLOBALS_END          	(RC_GLOBALS_BEGIN + 119)
130
131// Format-Vorlagen
132#define RC_FMTUI_BEGIN          	RC_FMTUI
133#define RC_FMTUI_END            	(RC_FMTUI_BEGIN + 69)
134
135
136// Grafik Dialoge
137#define RC_GRFDLG_BEGIN         	RC_GRFDLG
138#define RC_GRFDLG_END           	(RC_GRFDLG_BEGIN + 99)
139
140// ????
141#define RC_FSTDLG_BEGIN         	RC_FSTDLG
142#define RC_FSTDLG_END           	(RC_FSTDLG_BEGIN + 99)
143
144// Rahmen Dialoge
145#define RC_FRMDLG_BEGIN         	RC_FRMDLG
146#define RC_FRMDLG_END           	(RC_FRMDLG_BEGIN + 99)
147
148// Feld Dialoge
149#define RC_FLDDLG_BEGIN         	RC_FLDDLG
150#define RC_FLDDLG_END           	(RC_FLDDLG_BEGIN + 149)
151
152// Utilities UI
153#define RC_UTLUI_BEGIN          	RC_UTLUI
154#define RC_UTLUI_END            	(RC_UTLUI + 99)
155
156// Utilities UI-Attribute
157#define RC_ATTR_BEGIN          		RC_ATTR
158#define RC_ATTR_END            		(RC_ATTR + 99)
159
160// Tabellen
161#define RC_TABLE_BEGIN          	RC_TABLE
162#define RC_TABLE_END            	(RC_TABLE + 99)
163
164// Konfiguration
165#define RC_CONFIG_BEGIN         	RC_CONFIG
166#define RC_CONFIG_END           	(RC_CONFIG + 99)
167
168
169// Verschiedenes
170#define RC_MISC_BEGIN           	RC_MISC
171#define RC_MISC_END             	(RC_MISC + 99)
172
173// DBMgr
174#define RC_DBUI_BEGIN           	RC_DBUI
175#define RC_DBUI_END             	(RC_DBUI + 99)
176
177// Der Rest der Imp-Klassen
178#define RC_DOCHDL_BEGIN         	RC_DOCHDL
179#define RC_DOCHDL_END           	(RC_DOCHDL + 99)
180
181// Zeichenvorlagen
182#define RC_POOLCHRFMT_BEGIN         RC_POOLCHRFMT
183#define RC_POOLCHRFMT_END           (RC_POOLCHRFMT + 29)
184#define RC_POOLCHRFMT_HTML_BEGIN    RC_POOLHTMLCHRFMT
185#define RC_POOLCHRFMT_HTML_END      (RC_POOLHTMLCHRFMT+ 30)
186
187
188// Rahmenvorlagen
189#define RC_POOLFRMFMT_BEGIN         RC_POOLFRMFMT
190#define RC_POOLFRMFMT_END           (RC_POOLFRMFMT + 20)
191
192// Collections
193#define RC_POOLTXTCOLL_BEGIN        RC_POOLTXTCOLL
194
195#define RC_POOLCOLL_TEXT_BEGIN      RC_POOLTXTCOLL
196#define RC_POOLCOLL_TEXT_END        (RC_POOLTXTCOLL + 19)
197#define RC_POOLCOLL_LISTS_BEGIN     (RC_POOLTXTCOLL + 20)
198#define RC_POOLCOLL_LISTS_END       (RC_POOLTXTCOLL + 69)
199#define RC_POOLCOLL_EXTRA_BEGIN     (RC_POOLTXTCOLL + 70)
200#define RC_POOLCOLL_EXTRA_END       (RC_POOLTXTCOLL + 89)
201#define RC_POOLCOLL_REGISTER_BEGIN  (RC_POOLTXTCOLL + 90)
202#define RC_POOLCOLL_REGISTER_END    (RC_POOLTXTCOLL + 119)
203#define RC_POOLCOLL_DOC_BEGIN       (RC_POOLTXTCOLL + 130)
204#define RC_POOLCOLL_DOC_END         (RC_POOLTXTCOLL + 139)
205#define RC_POOLCOLL_HTML_BEGIN		(RC_POOLTXTCOLL + 140)
206#define RC_POOLCOLL_HTML_END		(RC_POOLTXTCOLL + 169)
207
208#define RC_POOLTXTCOLL_END          RC_POOLCOLL_HTML_END
209
210// Poolvorlagen Seite
211#define RC_POOLPAGEDESC_BEGIN       RC_POOLPAGEDESC
212#define RC_POOLPAGEDESC_END         (RC_POOLPAGEDESC + 10)
213
214// Poolvorlagen Numerierung
215#define RC_POOLNUMRULE_BEGIN        RC_POOLNUMRULE
216#define RC_POOLNUMRULE_END          (RC_POOLNUMRULE + 10)
217
218// Pooltemplate Paragraph
219#define STR_POOLPARSTYLE_BEGIN      STR_POOLPARSTYLE
220#define STR_POOLPARSTYLE_END		(STR_POOLPARSTYLE + 9)
221
222// Envelp-Verzeichnis
223#define RC_ENVELP_BEGIN             (RC_ENVELP     )
224#define RC_ENVELP_END               (RC_ENVELP + 99)
225
226// Statuszeile mit Laufbalken
227#define RC_STATLIN_STR_BEGIN		(RC_STATLIN_STR)
228#define RC_STATLIN_STR_END			(RC_STATLIN_STR + 49)
229
230// Gemeinsame Core-Strings
231#define	RC_COMCORE_BEGIN			(RC_COMMON_CORE)
232#define RC_COMCORE_END              (RC_COMMON_CORE + 59)
233
234// Shell-Verzeichnis
235#define RC_SHELLS_BEGIN             RC_SHELLS
236#define RC_SHELLS_END               (RC_SHELLS + 99)
237
238// PopUpMenu's
239#define RC_POPUPS_BEGIN 			RC_POPUPS
240#define RC_POPUPS_END				(RC_POPUPS + 99)
241
242// Strings fuer ConfigItems in div. Verzeichnissen
243#define RC_CFGITEMS_BEGIN       	RC_CFGITEMS
244#define RC_CFGITEMS_END        		(RC_CFGITEMS + 99)
245
246// Lingu
247#define RC_LINGU_BEGIN			RC_LINGU
248#define RC_LINGU_END                    (RC_LINGU + 99)
249
250// Accessibility
251#define RC_ACCESS_BEGIN				RC_ACCESS
252#define RC_ACCESS_END               (RC_ACCESS + 99)
253
254// Undos
255#define RC_UNDO_BEGIN               RC_UNDO
256#define RC_UNDO_END                 (RC_UNDO + 199)
257
258// SMARTTAGS
259// Smarttags
260#define RC_SMARTTAG_BEGIN                      RC_SMARTTAG
261#define RC_SMARTTAG_END                    (RC_SMARTTAG + 99)
262
263// unocore
264#define RC_UNOCORE_BEGIN            RC_UNOCORE
265#define RC_UNOCORE_END              (RC_UNOCORE + 10)
266
267#endif
268