xref: /AOO41X/main/sw/inc/globals.hrc (revision fefe21666d8f1c70eeb960d25c90d25186dd9a27)
1*fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fefe2166SAndrew Rist * distributed with this work for additional information
6*fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9*fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fefe2166SAndrew Rist * software distributed under the License is distributed on an
15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17*fefe2166SAndrew Rist * specific language governing permissions and limitations
18*fefe2166SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _GLOBALS_HRC
25cdf0e10cSrcweir#define _GLOBALS_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir
28cdf0e10cSrcweir// Versions-Definition wie in solar.h und swtypes.hxx
29cdf0e10cSrcweir//#define SW_FILEFORMAT_40 3580
30cdf0e10cSrcweir
31cdf0e10cSrcweir#include "rcid.hrc"
32cdf0e10cSrcweir
33cdf0e10cSrcweir// STRINGS -----------------------------------------------------------
34cdf0e10cSrcweir
35cdf0e10cSrcweir#define STR_DLLNOTFOUND     		(RC_GLOBALS_BEGIN + 0)
36cdf0e10cSrcweir#define STR_FMT_STD         		(RC_GLOBALS_BEGIN + 1)
37cdf0e10cSrcweir#define STR_LOAD_GLOBAL_DOC 		(RC_GLOBALS_BEGIN + 2)
38cdf0e10cSrcweir
39cdf0e10cSrcweir#define STR_SEPARATOR       		(RC_GLOBALS_BEGIN + 4)
40cdf0e10cSrcweir
41cdf0e10cSrcweir
42cdf0e10cSrcweir#define STR_BASIC_IMPORT            (RC_GLOBALS_BEGIN + 5)
43cdf0e10cSrcweir#define STR_BASIC_BEGIN             (RC_GLOBALS_BEGIN + 6)
44cdf0e10cSrcweir#define STR_BASIC_END               (RC_GLOBALS_BEGIN + 7)
45cdf0e10cSrcweir#define STR_BASIC_REC_LIB           (RC_GLOBALS_BEGIN + 8)
46cdf0e10cSrcweir#define STR_TEMPLATE_WILDCARD       (RC_GLOBALS_BEGIN + 9)
47cdf0e10cSrcweir#define STR_DOC_STAT       			(RC_GLOBALS_BEGIN + 10)
48cdf0e10cSrcweir
49cdf0e10cSrcweir#define STR_PAGE					(RC_GLOBALS_BEGIN + 14)
50cdf0e10cSrcweir#define STR_PRINTOPTUI              (RC_GLOBALS_BEGIN + 15)
51cdf0e10cSrcweir
52cdf0e10cSrcweir//EventStrings
53cdf0e10cSrcweir
54cdf0e10cSrcweir#define STR_EVENT_OBJECT_SELECT   	 ( RC_GLOBALS_BEGIN + 17 )
55cdf0e10cSrcweir#define STR_EVENT_START_INS_GLOSSARY ( RC_GLOBALS_BEGIN + 18 )
56cdf0e10cSrcweir#define STR_EVENT_END_INS_GLOSSARY   ( RC_GLOBALS_BEGIN + 19 )
57cdf0e10cSrcweir#define STR_EVENT_MOUSEOVER_OBJECT   ( RC_GLOBALS_BEGIN + 20 )
58cdf0e10cSrcweir#define STR_EVENT_MOUSECLICK_OBJECT  ( RC_GLOBALS_BEGIN + 21 )
59cdf0e10cSrcweir#define STR_EVENT_MOUSEOUT_OBJECT    ( RC_GLOBALS_BEGIN + 22 )
60cdf0e10cSrcweir#define STR_EVENT_IMAGE_LOAD         ( RC_GLOBALS_BEGIN + 23 )
61cdf0e10cSrcweir#define STR_EVENT_IMAGE_ABORT        ( RC_GLOBALS_BEGIN + 24 )
62cdf0e10cSrcweir#define STR_EVENT_IMAGE_ERROR        ( RC_GLOBALS_BEGIN + 25 )
63cdf0e10cSrcweir#define STR_EVENT_FRM_KEYINPUT_A	 ( RC_GLOBALS_BEGIN + 26 )
64cdf0e10cSrcweir#define STR_EVENT_FRM_KEYINPUT_NOA	 ( RC_GLOBALS_BEGIN + 27 )
65cdf0e10cSrcweir#define STR_EVENT_FRM_RESIZE         ( RC_GLOBALS_BEGIN + 28 )
66cdf0e10cSrcweir#define STR_EVENT_FRM_MOVE			 ( RC_GLOBALS_BEGIN + 29 )
67cdf0e10cSrcweir
68cdf0e10cSrcweir// Strings fuer Rahmenausrichtungen im Popup
69cdf0e10cSrcweir#define STR_TOP_BASE             	(RC_GLOBALS_BEGIN + 30)
70cdf0e10cSrcweir#define STR_BOTTOM_BASE          	(RC_GLOBALS_BEGIN + 31)
71cdf0e10cSrcweir#define STR_CENTER_BASE          	(RC_GLOBALS_BEGIN + 32)
72cdf0e10cSrcweir#define STR_TOP                   (RC_GLOBALS_BEGIN + 33)
73cdf0e10cSrcweir#define STR_BOTTOM                (RC_GLOBALS_BEGIN + 34)
74cdf0e10cSrcweir#define STR_CENTER_HORI               (RC_GLOBALS_BEGIN + 35)
75cdf0e10cSrcweir#define STR_CENTER_VERT               (RC_GLOBALS_BEGIN + 36)
76cdf0e10cSrcweir
77cdf0e10cSrcweir#define STR_LOAD_HTML_DOC 			(RC_GLOBALS_BEGIN + 37)
78cdf0e10cSrcweir
79cdf0e10cSrcweir#define STR_AUTH                    (RC_GLOBALS_BEGIN + 38)
80cdf0e10cSrcweir#define STR_TBL                     (RC_GLOBALS_BEGIN + 39)
81cdf0e10cSrcweir#define STR_TOO                     (RC_GLOBALS_BEGIN + 40)
82cdf0e10cSrcweir#define STR_TOILL                   (RC_GLOBALS_BEGIN + 41)
83cdf0e10cSrcweir
84cdf0e10cSrcweir// more Strings
85cdf0e10cSrcweir
86cdf0e10cSrcweir// BITMAPS -----------------------------------------------------------
87cdf0e10cSrcweir
88cdf0e10cSrcweir#define RES_TABL            		(RC_GLOBALS_BEGIN + 1)
89cdf0e10cSrcweir#define RES_TABR            		(RC_GLOBALS_BEGIN + 2)
90cdf0e10cSrcweir#define RES_TABD            		(RC_GLOBALS_BEGIN + 3)
91cdf0e10cSrcweir#define RES_TABC            		(RC_GLOBALS_BEGIN + 4)
92cdf0e10cSrcweir
93cdf0e10cSrcweir// DIALOGE -----------------------------------------------------------
94cdf0e10cSrcweir
95cdf0e10cSrcweir#define DLG_LISTBOX         		(RC_GLOBALS_BEGIN + 1)
96cdf0e10cSrcweir#define DLG_THESAURUS       		(RC_GLOBALS_BEGIN + 2)
97cdf0e10cSrcweir#define DLG_SPECIAL         		(RC_GLOBALS_BEGIN + 3)
98cdf0e10cSrcweir
99cdf0e10cSrcweir// QUERYBOX ---------------------------------------------------------
100cdf0e10cSrcweir
101cdf0e10cSrcweir#define DLG_WRAP            		(RC_GLOBALS_BEGIN + 4)
102cdf0e10cSrcweir#define DLG_BODY            		(RC_GLOBALS_BEGIN + 5)
103cdf0e10cSrcweir#define DLG_PRT_FIELDNAME      		(RC_GLOBALS_BEGIN + 6)
104cdf0e10cSrcweir
105cdf0e10cSrcweir// INFOBOX ------------------------------------------------------------
106cdf0e10cSrcweir
107cdf0e10cSrcweir#define ERR_CLPBRD_READ     		(RC_GLOBALS_BEGIN + 1)
108cdf0e10cSrcweir#define ERR_CLPBRD_WRITE    		(RC_GLOBALS_BEGIN + 2)
109cdf0e10cSrcweir#define MSG_ERROR_PASSWD			(RC_GLOBALS_BEGIN + 3)
110cdf0e10cSrcweir
111cdf0e10cSrcweir
112cdf0e10cSrcweir// ACC ---------------------------------------------------------------
113cdf0e10cSrcweir
114cdf0e10cSrcweir#define FN_CHAR_LEFT_SEL            (RC_GLOBALS_BEGIN + 1)   //
115cdf0e10cSrcweir#define FN_CHAR_RIGHT_SEL           (RC_GLOBALS_BEGIN + 2)   //
116cdf0e10cSrcweir#define FN_LINE_UP_SEL              (RC_GLOBALS_BEGIN + 3)   //
117cdf0e10cSrcweir#define FN_LINE_DOWN_SEL            (RC_GLOBALS_BEGIN + 4)   //
118cdf0e10cSrcweir#define FN_START_OF_LINE_SEL        (RC_GLOBALS_BEGIN + 5)   // StartOfLine
119cdf0e10cSrcweir#define FN_END_OF_LINE_SEL          (RC_GLOBALS_BEGIN + 6)   // EndOfLine
120cdf0e10cSrcweir#define FN_START_OF_DOCUMENT_SEL    (RC_GLOBALS_BEGIN + 7)   // StartOfDocument
121cdf0e10cSrcweir#define FN_END_OF_DOCUMENT_SEL      (RC_GLOBALS_BEGIN + 8)   // EndOfDocument
122cdf0e10cSrcweir#define FN_START_OF_NEXT_PAGE_SEL   (RC_GLOBALS_BEGIN + 9)   // StartOfNextPage ???
123cdf0e10cSrcweir#define FN_END_OF_NEXT_PAGE_SEL     (RC_GLOBALS_BEGIN + 10)   // ???
124cdf0e10cSrcweir#define FN_START_OF_PREV_PAGE_SEL   (RC_GLOBALS_BEGIN + 11)   // StartOfPrevPage ???
125cdf0e10cSrcweir#define FN_END_OF_PREV_PAGE_SEL     (RC_GLOBALS_BEGIN + 12)   // ???
126cdf0e10cSrcweir#define FN_START_OF_PAGE_SEL        (RC_GLOBALS_BEGIN + 13)   // StartOfPage
127cdf0e10cSrcweir#define FN_END_OF_PAGE_SEL          (RC_GLOBALS_BEGIN + 14)   // EndOfPage
128cdf0e10cSrcweir#define FN_START_OF_WINDOW_SEL      (RC_GLOBALS_BEGIN + 15)   // StartOfWindow
129cdf0e10cSrcweir#define FN_END_OF_WINDOW_SEL        (RC_GLOBALS_BEGIN + 16)   // EndOfWindow
130cdf0e10cSrcweir#define FN_START_OF_COLUMN_SEL      (RC_GLOBALS_BEGIN + 17)   // StartOfColumn
131cdf0e10cSrcweir#define FN_END_OF_COLUMN_SEL        (RC_GLOBALS_BEGIN + 18)   // EndOfColumn
132cdf0e10cSrcweir#define FN_START_OF_PARA_SEL        (RC_GLOBALS_BEGIN + 19)   // StartOfPara
133cdf0e10cSrcweir#define FN_END_OF_PARA_SEL          (RC_GLOBALS_BEGIN + 20)   // EndOfPara
134cdf0e10cSrcweir#define FN_NEXT_WORD_SEL            (RC_GLOBALS_BEGIN + 21)   // NextWord
135cdf0e10cSrcweir#define FN_PREV_WORD_SEL            (RC_GLOBALS_BEGIN + 22)   // PrevWord
136cdf0e10cSrcweir#define FN_NEXT_SENT_SEL            (RC_GLOBALS_BEGIN + 23)   // NextSentence
137cdf0e10cSrcweir#define FN_PREV_SENT_SEL            (RC_GLOBALS_BEGIN + 24)   // PrevSentence
138cdf0e10cSrcweir
139cdf0e10cSrcweir#define FN_START_OF_NEXT_COLUMN_SEL	(RC_GLOBALS_BEGIN + 25)
140cdf0e10cSrcweir#define FN_END_OF_NEXT_COLUMN_SEL	(RC_GLOBALS_BEGIN + 26)
141cdf0e10cSrcweir#define FN_START_OF_PREV_COLUMN_SEL	(RC_GLOBALS_BEGIN + 27)
142cdf0e10cSrcweir#define FN_END_OF_PREV_COLUMN_SEL	(RC_GLOBALS_BEGIN + 28)
143cdf0e10cSrcweir#define FN_PAGEUP_SEL            	(RC_GLOBALS_BEGIN + 29)
144cdf0e10cSrcweir#define FN_PAGEDOWN_SEL         	(RC_GLOBALS_BEGIN + 30)
145cdf0e10cSrcweir
146cdf0e10cSrcweir// TABPAGES -----------------------------------------------------------
147cdf0e10cSrcweir
148cdf0e10cSrcweir#define TP_PAGE_STD            	 	(RC_GLOBALS_BEGIN +  1)
149cdf0e10cSrcweir#define TP_PAGE_EXT             	(RC_GLOBALS_BEGIN +  2)
150cdf0e10cSrcweir
151cdf0e10cSrcweir#define TP_PARA_STD            	 	(RC_GLOBALS_BEGIN +  3)
152cdf0e10cSrcweir#define TP_PARA_EXT             	(RC_GLOBALS_BEGIN +  4)
153cdf0e10cSrcweir
154cdf0e10cSrcweir#define TP_FRAME_STD            	(RC_GLOBALS_BEGIN +  5)
155cdf0e10cSrcweir#define TP_FRAME_EXT             	(RC_GLOBALS_BEGIN +  6)
156cdf0e10cSrcweir
157cdf0e10cSrcweir#define TP_CHAR_STD             	(RC_GLOBALS_BEGIN +  7)
158cdf0e10cSrcweir#define TP_CHAR_EXT             	(RC_GLOBALS_BEGIN +  8)
159cdf0e10cSrcweir
160cdf0e10cSrcweir#define TP_TABULATOR				(RC_GLOBALS_BEGIN +  9)
161cdf0e10cSrcweir#define TP_DROPCAPS             	(RC_GLOBALS_BEGIN +  10)
162cdf0e10cSrcweir#define TP_BACKGROUND             	(RC_GLOBALS_BEGIN +  11)
163cdf0e10cSrcweir#define TP_BORDER             		(RC_GLOBALS_BEGIN +  12)
164cdf0e10cSrcweir#define TP_COLUMN             		(RC_GLOBALS_BEGIN +  13)
165cdf0e10cSrcweir
166cdf0e10cSrcweir#define TP_DOC_STAT          		(RC_GLOBALS_BEGIN +  15)
167cdf0e10cSrcweir
168cdf0e10cSrcweir#define TP_HEADER_PAGE      		(RC_GLOBALS_BEGIN +  16)
169cdf0e10cSrcweir#define TP_FOOTER_PAGE          	(RC_GLOBALS_BEGIN +  17)
170cdf0e10cSrcweir#define TP_FOOTNOTE_PAGE          	(RC_GLOBALS_BEGIN +  18)
171cdf0e10cSrcweir
172cdf0e10cSrcweir#define TP_OPTGENERAL_PAGE          (RC_GLOBALS_BEGIN +  19) //Sfx-Seiten
173cdf0e10cSrcweir#define TP_OPTSAVE_PAGE          	(RC_GLOBALS_BEGIN +  20)
174cdf0e10cSrcweir#define TP_OPTPATH_PAGE          	(RC_GLOBALS_BEGIN +  21)
175cdf0e10cSrcweir#define TP_OPTSPELL_PAGE          	(RC_GLOBALS_BEGIN +  22)
176cdf0e10cSrcweir //Sw-Seiten
177cdf0e10cSrcweir#define SW_EDIT_OPTIONS_TDLG		(RC_GLOBALS_BEGIN +  23)
178cdf0e10cSrcweir#define SW_BROWSER_OPTIONS_TDLG     (RC_GLOBALS_BEGIN +  24)
179cdf0e10cSrcweir#define TP_OPTTEST_PAGE          	(RC_GLOBALS_BEGIN +  25)
180cdf0e10cSrcweir#define TP_OPTPRINT_PAGE          	(RC_GLOBALS_BEGIN +  26)
181cdf0e10cSrcweir#define TP_OPTCOLOR_PAGE          	(RC_GLOBALS_BEGIN +  27)
182cdf0e10cSrcweir
183cdf0e10cSrcweir#define SW_OPTIONS_TDLG             (RC_GLOBALS_BEGIN +  28)
184cdf0e10cSrcweir#define SW_OPTIONS_TDLG_ELEM        (RC_GLOBALS_BEGIN +  29)
185cdf0e10cSrcweir#define SW_OPTIONS_TDLG_PRINT       (RC_GLOBALS_BEGIN +  30)
186cdf0e10cSrcweir
187cdf0e10cSrcweir#define TP_FRM_STD					(RC_GLOBALS_BEGIN +  31)
188cdf0e10cSrcweir
189cdf0e10cSrcweir#define TP_OPTGRID_PAGE          	(RC_GLOBALS_BEGIN +  33)
190cdf0e10cSrcweir
191cdf0e10cSrcweir#define TP_FORMAT_TABLE          	(RC_GLOBALS_BEGIN +  34)
192cdf0e10cSrcweir#define TP_GRF_EXT          		(RC_GLOBALS_BEGIN +  35)
193cdf0e10cSrcweir
194cdf0e10cSrcweir#define DLG_FRM_STD           		(RC_GLOBALS_BEGIN +  36)
195cdf0e10cSrcweir#define DLG_FRM_GRF           		(RC_GLOBALS_BEGIN +  37)
196cdf0e10cSrcweir#define DLG_FRM_OLE           		(RC_GLOBALS_BEGIN +  38)
197cdf0e10cSrcweir
198cdf0e10cSrcweir#define RID_INPUT_TOOLBOX			(RC_GLOBALS_BEGIN +  39)
199cdf0e10cSrcweir
200cdf0e10cSrcweir#define TP_MACRO_ASSIGN				(RC_GLOBALS_BEGIN +  40)
201cdf0e10cSrcweir#define TP_FRM_URL                  (RC_GLOBALS_BEGIN +  42)
202cdf0e10cSrcweir#define TP_CHAR_URL                 (RC_GLOBALS_BEGIN +  43)
203cdf0e10cSrcweir
204cdf0e10cSrcweir#define TP_LAYOUT_OPT               (RC_GLOBALS_BEGIN +  44)
205cdf0e10cSrcweir#define TP_CONTENT_OPT              (RC_GLOBALS_BEGIN +  45)
206cdf0e10cSrcweir#define TP_HTML_OPT                 (RC_GLOBALS_BEGIN +  46)
207cdf0e10cSrcweir#define TP_STD_FONT                 (RC_GLOBALS_BEGIN +  47)
208cdf0e10cSrcweir#define TP_CONDCOLL                 (RC_GLOBALS_BEGIN +  48)
209cdf0e10cSrcweir
210cdf0e10cSrcweir#define TP_FRM_WRAP                 (RC_GLOBALS_BEGIN +  49)
211cdf0e10cSrcweir#define TP_FRM_ADD                  (RC_GLOBALS_BEGIN +  51)
212cdf0e10cSrcweir
213cdf0e10cSrcweir#define TP_TABLE_TEXTFLOW           (RC_GLOBALS_BEGIN +  52)
214cdf0e10cSrcweir
215cdf0e10cSrcweir#define TP_AUTOFMT_BY_INPUT         (RC_GLOBALS_BEGIN +  53)
216cdf0e10cSrcweir#define TP_AUTOFMT_APPLY            (RC_GLOBALS_BEGIN +  54)
217cdf0e10cSrcweir
218cdf0e10cSrcweir#define TP_PARA_ALIGN               (RC_GLOBALS_BEGIN +  55)
219cdf0e10cSrcweir#define TP_OPTTABLE_PAGE            (RC_GLOBALS_BEGIN +  56)
220cdf0e10cSrcweir
221cdf0e10cSrcweir#define TP_NUMBER            		(RC_GLOBALS_BEGIN +  57)
222cdf0e10cSrcweir
223cdf0e10cSrcweir#define DLG_NUM_BULLET              (RC_GLOBALS_BEGIN +  58)
224cdf0e10cSrcweir#define TP_PICK_SINGLE_NUM          (RC_GLOBALS_BEGIN +  59)
225cdf0e10cSrcweir#define TP_PICK_BULLET              (RC_GLOBALS_BEGIN +  60)
226cdf0e10cSrcweir#define TP_PICK_NUM                 (RC_GLOBALS_BEGIN +  61)
227cdf0e10cSrcweir#define TP_PICK_BMP                 (RC_GLOBALS_BEGIN +  62)
228cdf0e10cSrcweir
229cdf0e10cSrcweir#define TP_FLD_DB               	(RC_GLOBALS_BEGIN +  64)
230cdf0e10cSrcweir#define TP_FLD_DOKINF           	(RC_GLOBALS_BEGIN +  65)
231cdf0e10cSrcweir#define TP_FLD_VAR					(RC_GLOBALS_BEGIN +  66)
232cdf0e10cSrcweir#define TP_FLD_DOK           		(RC_GLOBALS_BEGIN +  67)
233cdf0e10cSrcweir#define TP_FLD_FUNC					(RC_GLOBALS_BEGIN +  68)
234cdf0e10cSrcweir#define TP_FLD_REF					(RC_GLOBALS_BEGIN +  69)
235cdf0e10cSrcweir
236cdf0e10cSrcweir#define TP_OPTSHDWCRSR				(RC_GLOBALS_BEGIN +  70)
237cdf0e10cSrcweir#define TP_NUM_OPTIONS              (RC_GLOBALS_BEGIN +  71)
238cdf0e10cSrcweir#define TP_NUM_POSITION             (RC_GLOBALS_BEGIN +  72)
239cdf0e10cSrcweir#define TP_NUMPARA             		(RC_GLOBALS_BEGIN +  73)
240cdf0e10cSrcweir
241cdf0e10cSrcweir#define TP_REDLINE_OPT         		(RC_GLOBALS_BEGIN +  74)
242cdf0e10cSrcweir
243cdf0e10cSrcweir#define TP_LINENUMBERING       		(RC_GLOBALS_BEGIN +  75)
244cdf0e10cSrcweir#define TP_OUTLINE_NUM       		(RC_GLOBALS_BEGIN +  76)
245cdf0e10cSrcweir
246cdf0e10cSrcweir#define TP_OPTINSERT_PAGE           (RC_GLOBALS_BEGIN +  77)
247cdf0e10cSrcweir#define TP_OPTCAPTION_PAGE			(RC_GLOBALS_BEGIN +  78)
248cdf0e10cSrcweir#define DLG_SVXTEST_NUM_BULLET      (RC_GLOBALS_BEGIN +  79)
249cdf0e10cSrcweir#define TP_OPTLOAD_PAGE				(RC_GLOBALS_BEGIN +  80)
250cdf0e10cSrcweir#define TP_INSERT_TOX				(RC_GLOBALS_BEGIN +  81)
251cdf0e10cSrcweir#define TP_TOX_FORM_ENTRY			(RC_GLOBALS_BEGIN +  82)
252cdf0e10cSrcweir#define TP_TOX_FORM_STYLES			(RC_GLOBALS_BEGIN +  83)
253cdf0e10cSrcweir#define DLG_INSERT_TOX_TABDLG       (RC_GLOBALS_BEGIN +  84)
254cdf0e10cSrcweir#define TP_INSERT_SECTION           (RC_GLOBALS_BEGIN +  85)
255cdf0e10cSrcweir#define DLG_INSERT_SECTION          (RC_GLOBALS_BEGIN +  86)
256cdf0e10cSrcweir#define DLG_SECTION_PROPERTIES      (RC_GLOBALS_BEGIN +  87)
257cdf0e10cSrcweir#define DLG_RENAME_XNAMED           (RC_GLOBALS_BEGIN +  88)
258cdf0e10cSrcweir#define DLG_MULTI_TOX           	(RC_GLOBALS_BEGIN +  89)
259cdf0e10cSrcweir#define TP_TOX_SELECT           	(RC_GLOBALS_BEGIN +  90)
260cdf0e10cSrcweir#define TP_TOX_ENTRY                (RC_GLOBALS_BEGIN +  91)
261cdf0e10cSrcweir#define TP_TOX_STYLES               (RC_GLOBALS_BEGIN +  92)
262cdf0e10cSrcweir#define TP_VISITING_CARDS           (RC_GLOBALS_BEGIN +  93)
263cdf0e10cSrcweir#define DLG_ADD_IDX_STYLES          (RC_GLOBALS_BEGIN +  94)
264cdf0e10cSrcweir#define TP_PRIVATE_DATA          	(RC_GLOBALS_BEGIN +  95)
265cdf0e10cSrcweir#define TP_BUSINESS_DATA          	(RC_GLOBALS_BEGIN +  96)
266cdf0e10cSrcweir#define TP_SECTION_FTNENDNOTES    	(RC_GLOBALS_BEGIN +  97)
267cdf0e10cSrcweir#define TP_CHAR_POS             	(RC_GLOBALS_BEGIN +  98)
268cdf0e10cSrcweir#define TP_CHAR_TWOLN             	(RC_GLOBALS_BEGIN +  99)
269cdf0e10cSrcweir#define TP_PARA_ASIAN               (RC_GLOBALS_BEGIN +  100)
270cdf0e10cSrcweir#define TP_TEXTGRID_PAGE            (RC_GLOBALS_BEGIN +  101)
271cdf0e10cSrcweir#define TP_SECTION_INDENTS          (RC_GLOBALS_BEGIN +  102)
272cdf0e10cSrcweir#define TP_OPTCOMPATIBILITY_PAGE	(RC_GLOBALS_BEGIN +  103)
273cdf0e10cSrcweir#define TP_MAILCONFIG               (RC_GLOBALS_BEGIN +  104)
274cdf0e10cSrcweir//maximum: RC_GLOBALS_BEGIN +  119
275cdf0e10cSrcweir
276cdf0e10cSrcweir#if STR_DOC_STAT > RC_GLOBALS_END
277cdf0e10cSrcweir#error Resource-Id Ueberlauf in #file, #line
278cdf0e10cSrcweir#endif
279cdf0e10cSrcweir
280cdf0e10cSrcweir#define SID_PREVIEWFLAG_TYPE        (RC_GLOBALS_BEGIN +  114)
281cdf0e10cSrcweir#define SID_FONTMODE_TYPE           (RC_GLOBALS_BEGIN +  115)
282cdf0e10cSrcweir#define SID_FAX_LIST                (RC_GLOBALS_BEGIN +  116)
283cdf0e10cSrcweir#define SID_WRT_SHELL               (RC_GLOBALS_BEGIN +  117)
284cdf0e10cSrcweir
285cdf0e10cSrcweir#define DLG_LINE_NUMBERING          (RC_GLOBALS_BEGIN +  118)
286cdf0e10cSrcweir#endif // _GLOBALS_HRC
287