xref: /aoo4110/main/sw/inc/poolfmt.hrc (revision b1cdbd2c)
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 _POOLFMT_HRC
24#define _POOLFMT_HRC
25
26#include "rcid.hrc"
27
28// ---------------
29// die Formate
30// ---------------
31
32// Zeichenvorlagen:
33#define STR_POOLCHR_FOOTNOTE			(RC_POOLCHRFMT_BEGIN+  0)
34#define STR_POOLCHR_PAGENO				(RC_POOLCHRFMT_BEGIN+  1)
35#define STR_POOLCHR_LABEL				(RC_POOLCHRFMT_BEGIN+  2)
36#define STR_POOLCHR_DROPCAPS			(RC_POOLCHRFMT_BEGIN+  3)
37#define STR_POOLCHR_NUM_LEVEL			(RC_POOLCHRFMT_BEGIN+  4)
38#define STR_POOLCHR_BUL_LEVEL			(RC_POOLCHRFMT_BEGIN+  5)
39#define STR_POOLCHR_INET_NORMAL			(RC_POOLCHRFMT_BEGIN+  6)
40#define STR_POOLCHR_INET_VISIT			(RC_POOLCHRFMT_BEGIN+  7)
41#define STR_POOLCHR_JUMPEDIT			(RC_POOLCHRFMT_BEGIN+  8)
42#define STR_POOLCHR_TOXJUMP				(RC_POOLCHRFMT_BEGIN+  9)
43#define STR_POOLCHR_ENDNOTE				(RC_POOLCHRFMT_BEGIN+ 10)
44#define STR_POOLCHR_LINENUM				(RC_POOLCHRFMT_BEGIN+ 11)
45#define STR_POOLCHR_IDX_MAIN_ENTRY      (RC_POOLCHRFMT_BEGIN+ 12)
46#define STR_POOLCHR_FOOTNOTE_ANCHOR     (RC_POOLCHRFMT_BEGIN+ 13)
47#define STR_POOLCHR_ENDNOTE_ANCHOR      (RC_POOLCHRFMT_BEGIN+ 14)
48#define STR_POOLCHR_RUBYTEXT			(RC_POOLCHRFMT_BEGIN+ 15)
49#define STR_POOLCHR_VERT_NUM            (RC_POOLCHRFMT_BEGIN+ 16)
50
51#define STR_POOLCHR_HTML_EMPHASIS		(RC_POOLCHRFMT_HTML_BEGIN+  0)
52#define STR_POOLCHR_HTML_CITIATION		(RC_POOLCHRFMT_HTML_BEGIN+  1)
53#define STR_POOLCHR_HTML_STRONG			(RC_POOLCHRFMT_HTML_BEGIN+  2)
54#define STR_POOLCHR_HTML_CODE			(RC_POOLCHRFMT_HTML_BEGIN+  3)
55#define STR_POOLCHR_HTML_SAMPLE			(RC_POOLCHRFMT_HTML_BEGIN+  4)
56#define STR_POOLCHR_HTML_KEYBOARD		(RC_POOLCHRFMT_HTML_BEGIN+  5)
57#define STR_POOLCHR_HTML_VARIABLE		(RC_POOLCHRFMT_HTML_BEGIN+  6)
58#define STR_POOLCHR_HTML_DEFINSTANCE	(RC_POOLCHRFMT_HTML_BEGIN+  7)
59#define STR_POOLCHR_HTML_TELETYPE		(RC_POOLCHRFMT_HTML_BEGIN+  8)
60
61// Rahmen-Vorlagen:
62#define STR_POOLFRM_FRAME				(RC_POOLFRMFMT_BEGIN+  0)
63#define STR_POOLFRM_GRAPHIC				(RC_POOLFRMFMT_BEGIN+  1)
64#define STR_POOLFRM_OLE					(RC_POOLFRMFMT_BEGIN+  2)
65#define STR_POOLFRM_FORMEL				(RC_POOLFRMFMT_BEGIN+  3)
66#define STR_POOLFRM_MARGINAL			(RC_POOLFRMFMT_BEGIN+  4)
67#define STR_POOLFRM_WATERSIGN			(RC_POOLFRMFMT_BEGIN+  5)
68#define STR_POOLFRM_LABEL				(RC_POOLFRMFMT_BEGIN+  6)
69
70// ---------------
71// die Vorlagen
72// ---------------
73// Gruppe Text
74#define STR_POOLCOLL_STANDARD			(RC_POOLCOLL_TEXT_BEGIN+  0)
75#define STR_POOLCOLL_TEXT				(RC_POOLCOLL_TEXT_BEGIN+  1)
76#define STR_POOLCOLL_TEXT_IDENT			(RC_POOLCOLL_TEXT_BEGIN+  2)
77#define STR_POOLCOLL_TEXT_NEGIDENT		(RC_POOLCOLL_TEXT_BEGIN+  3)
78#define STR_POOLCOLL_TEXT_MOVE			(RC_POOLCOLL_TEXT_BEGIN+  4)
79#define STR_POOLCOLL_GREETING			(RC_POOLCOLL_TEXT_BEGIN+  5)
80#define STR_POOLCOLL_SIGNATURE			(RC_POOLCOLL_TEXT_BEGIN+  6)
81#define STR_POOLCOLL_CONFRONTATION		(RC_POOLCOLL_TEXT_BEGIN+  7)
82#define STR_POOLCOLL_MARGINAL			(RC_POOLCOLL_TEXT_BEGIN+  8)
83
84	// Untergruppierung Ueberschriften
85#define STR_POOLCOLL_HEADLINE_BASE		(RC_POOLCOLL_TEXT_BEGIN+  9)
86#define STR_POOLCOLL_HEADLINE1			(RC_POOLCOLL_TEXT_BEGIN+ 10)
87#define STR_POOLCOLL_HEADLINE2			(RC_POOLCOLL_TEXT_BEGIN+ 11)
88#define STR_POOLCOLL_HEADLINE3			(RC_POOLCOLL_TEXT_BEGIN+ 12)
89#define STR_POOLCOLL_HEADLINE4			(RC_POOLCOLL_TEXT_BEGIN+ 13)
90#define STR_POOLCOLL_HEADLINE5			(RC_POOLCOLL_TEXT_BEGIN+ 14)
91#define STR_POOLCOLL_HEADLINE6			(RC_POOLCOLL_TEXT_BEGIN+ 15)
92#define STR_POOLCOLL_HEADLINE7			(RC_POOLCOLL_TEXT_BEGIN+ 16)
93#define STR_POOLCOLL_HEADLINE8			(RC_POOLCOLL_TEXT_BEGIN+ 17)
94#define STR_POOLCOLL_HEADLINE9			(RC_POOLCOLL_TEXT_BEGIN+ 18)
95#define STR_POOLCOLL_HEADLINE10 		(RC_POOLCOLL_TEXT_BEGIN+ 19)
96
97// Gruppe Listen
98#define STR_POOLCOLL_NUMBUL_BASE  		(RC_POOLCOLL_LISTS_BEGIN+  0)
99	// Untergruppe Nummerierung
100#define STR_POOLCOLL_NUM_LEVEL1S		(RC_POOLCOLL_LISTS_BEGIN+  1)
101#define STR_POOLCOLL_NUM_LEVEL1			(RC_POOLCOLL_LISTS_BEGIN+  2)
102#define STR_POOLCOLL_NUM_LEVEL1E		(RC_POOLCOLL_LISTS_BEGIN+  3)
103#define STR_POOLCOLL_NUM_NONUM1			(RC_POOLCOLL_LISTS_BEGIN+  4)
104#define STR_POOLCOLL_NUM_LEVEL2S		(RC_POOLCOLL_LISTS_BEGIN+  5)
105#define STR_POOLCOLL_NUM_LEVEL2			(RC_POOLCOLL_LISTS_BEGIN+  6)
106#define STR_POOLCOLL_NUM_LEVEL2E		(RC_POOLCOLL_LISTS_BEGIN+  7)
107#define STR_POOLCOLL_NUM_NONUM2			(RC_POOLCOLL_LISTS_BEGIN+  8)
108#define STR_POOLCOLL_NUM_LEVEL3S		(RC_POOLCOLL_LISTS_BEGIN+  9)
109#define STR_POOLCOLL_NUM_LEVEL3			(RC_POOLCOLL_LISTS_BEGIN+ 10)
110#define STR_POOLCOLL_NUM_LEVEL3E		(RC_POOLCOLL_LISTS_BEGIN+ 11)
111#define STR_POOLCOLL_NUM_NONUM3			(RC_POOLCOLL_LISTS_BEGIN+ 12)
112#define STR_POOLCOLL_NUM_LEVEL4S		(RC_POOLCOLL_LISTS_BEGIN+ 13)
113#define STR_POOLCOLL_NUM_LEVEL4			(RC_POOLCOLL_LISTS_BEGIN+ 14)
114#define STR_POOLCOLL_NUM_LEVEL4E		(RC_POOLCOLL_LISTS_BEGIN+ 15)
115#define STR_POOLCOLL_NUM_NONUM4			(RC_POOLCOLL_LISTS_BEGIN+ 16)
116#define STR_POOLCOLL_NUM_LEVEL5S		(RC_POOLCOLL_LISTS_BEGIN+ 17)
117#define STR_POOLCOLL_NUM_LEVEL5			(RC_POOLCOLL_LISTS_BEGIN+ 18)
118#define STR_POOLCOLL_NUM_LEVEL5E		(RC_POOLCOLL_LISTS_BEGIN+ 19)
119#define STR_POOLCOLL_NUM_NONUM5			(RC_POOLCOLL_LISTS_BEGIN+ 20)
120
121	// Untergruppe Aufzaehlung
122#define STR_POOLCOLL_BUL_LEVEL1S		(RC_POOLCOLL_LISTS_BEGIN+ 21)
123#define STR_POOLCOLL_BUL_LEVEL1			(RC_POOLCOLL_LISTS_BEGIN+ 22)
124#define STR_POOLCOLL_BUL_LEVEL1E		(RC_POOLCOLL_LISTS_BEGIN+ 23)
125#define STR_POOLCOLL_BUL_NONUM1			(RC_POOLCOLL_LISTS_BEGIN+ 24)
126#define STR_POOLCOLL_BUL_LEVEL2S		(RC_POOLCOLL_LISTS_BEGIN+ 25)
127#define STR_POOLCOLL_BUL_LEVEL2			(RC_POOLCOLL_LISTS_BEGIN+ 26)
128#define STR_POOLCOLL_BUL_LEVEL2E		(RC_POOLCOLL_LISTS_BEGIN+ 27)
129#define STR_POOLCOLL_BUL_NONUM2			(RC_POOLCOLL_LISTS_BEGIN+ 28)
130#define STR_POOLCOLL_BUL_LEVEL3S		(RC_POOLCOLL_LISTS_BEGIN+ 29)
131#define STR_POOLCOLL_BUL_LEVEL3			(RC_POOLCOLL_LISTS_BEGIN+ 30)
132#define STR_POOLCOLL_BUL_LEVEL3E		(RC_POOLCOLL_LISTS_BEGIN+ 31)
133#define STR_POOLCOLL_BUL_NONUM3			(RC_POOLCOLL_LISTS_BEGIN+ 32)
134#define STR_POOLCOLL_BUL_LEVEL4S		(RC_POOLCOLL_LISTS_BEGIN+ 33)
135#define STR_POOLCOLL_BUL_LEVEL4			(RC_POOLCOLL_LISTS_BEGIN+ 34)
136#define STR_POOLCOLL_BUL_LEVEL4E		(RC_POOLCOLL_LISTS_BEGIN+ 35)
137#define STR_POOLCOLL_BUL_NONUM4			(RC_POOLCOLL_LISTS_BEGIN+ 36)
138#define STR_POOLCOLL_BUL_LEVEL5S		(RC_POOLCOLL_LISTS_BEGIN+ 37)
139#define STR_POOLCOLL_BUL_LEVEL5			(RC_POOLCOLL_LISTS_BEGIN+ 38)
140#define STR_POOLCOLL_BUL_LEVEL5E		(RC_POOLCOLL_LISTS_BEGIN+ 39)
141#define STR_POOLCOLL_BUL_NONUM5			(RC_POOLCOLL_LISTS_BEGIN+ 40)
142
143// Sonderbereiche
144	// Untergruppe Header
145#define STR_POOLCOLL_HEADER				(RC_POOLCOLL_EXTRA_BEGIN+  0)
146#define STR_POOLCOLL_HEADERL			(RC_POOLCOLL_EXTRA_BEGIN+  1)
147#define STR_POOLCOLL_HEADERR			(RC_POOLCOLL_EXTRA_BEGIN+  2)
148
149	// Untergruppe Footer
150#define STR_POOLCOLL_FOOTER				(RC_POOLCOLL_EXTRA_BEGIN+  3)
151#define STR_POOLCOLL_FOOTERL			(RC_POOLCOLL_EXTRA_BEGIN+  4)
152#define STR_POOLCOLL_FOOTERR			(RC_POOLCOLL_EXTRA_BEGIN+  5)
153
154	// Untergruppe Tabelle
155#define STR_POOLCOLL_TABLE				(RC_POOLCOLL_EXTRA_BEGIN+  6)
156#define STR_POOLCOLL_TABLE_HDLN			(RC_POOLCOLL_EXTRA_BEGIN+  7)
157
158	// Untergruppe Labels
159#define STR_POOLCOLL_LABEL				(RC_POOLCOLL_EXTRA_BEGIN+  8)
160#define STR_POOLCOLL_LABEL_ABB			(RC_POOLCOLL_EXTRA_BEGIN+  9)
161#define STR_POOLCOLL_LABEL_TABLE		(RC_POOLCOLL_EXTRA_BEGIN+ 10)
162#define STR_POOLCOLL_LABEL_FRAME		(RC_POOLCOLL_EXTRA_BEGIN+ 11)
163
164	// sonstiges
165#define STR_POOLCOLL_FRAME				(RC_POOLCOLL_EXTRA_BEGIN+ 12)
166#define STR_POOLCOLL_FOOTNOTE			(RC_POOLCOLL_EXTRA_BEGIN+ 13)
167#define STR_POOLCOLL_JAKETADRESS		(RC_POOLCOLL_EXTRA_BEGIN+ 14)
168#define STR_POOLCOLL_SENDADRESS			(RC_POOLCOLL_EXTRA_BEGIN+ 15)
169#define STR_POOLCOLL_ENDNOTE			(RC_POOLCOLL_EXTRA_BEGIN+ 16)
170
171#define STR_POOLCOLL_LABEL_DRAWING		(RC_POOLCOLL_EXTRA_BEGIN+ 17)
172
173// Gruppe Verzeichnisse
174#define STR_POOLCOLL_REGISTER_BASE		(RC_POOLCOLL_REGISTER_BEGIN+  0)
175	// Untergruppe Index-Verzeichnisse
176#define STR_POOLCOLL_TOX_IDXH			(RC_POOLCOLL_REGISTER_BEGIN+  1)
177#define STR_POOLCOLL_TOX_IDX1			(RC_POOLCOLL_REGISTER_BEGIN+  2)
178#define STR_POOLCOLL_TOX_IDX2			(RC_POOLCOLL_REGISTER_BEGIN+  3)
179#define STR_POOLCOLL_TOX_IDX3			(RC_POOLCOLL_REGISTER_BEGIN+  4)
180#define STR_POOLCOLL_TOX_IDXBREAK  		(RC_POOLCOLL_REGISTER_BEGIN+  5)
181
182	// Untergruppe Inhalts-Verzeichnisse
183#define STR_POOLCOLL_TOX_CNTNTH			(RC_POOLCOLL_REGISTER_BEGIN+  6)
184#define STR_POOLCOLL_TOX_CNTNT1			(RC_POOLCOLL_REGISTER_BEGIN+  7)
185#define STR_POOLCOLL_TOX_CNTNT2			(RC_POOLCOLL_REGISTER_BEGIN+  8)
186#define STR_POOLCOLL_TOX_CNTNT3			(RC_POOLCOLL_REGISTER_BEGIN+  9)
187#define STR_POOLCOLL_TOX_CNTNT4			(RC_POOLCOLL_REGISTER_BEGIN+ 10)
188#define STR_POOLCOLL_TOX_CNTNT5			(RC_POOLCOLL_REGISTER_BEGIN+ 11)
189
190	// Untergruppe Benutzer-Verzeichnisse:
191#define STR_POOLCOLL_TOX_USERH			(RC_POOLCOLL_REGISTER_BEGIN+ 12)
192#define STR_POOLCOLL_TOX_USER1			(RC_POOLCOLL_REGISTER_BEGIN+ 13)
193#define STR_POOLCOLL_TOX_USER2			(RC_POOLCOLL_REGISTER_BEGIN+ 14)
194#define STR_POOLCOLL_TOX_USER3			(RC_POOLCOLL_REGISTER_BEGIN+ 15)
195#define STR_POOLCOLL_TOX_USER4			(RC_POOLCOLL_REGISTER_BEGIN+ 16)
196#define STR_POOLCOLL_TOX_USER5			(RC_POOLCOLL_REGISTER_BEGIN+ 17)
197
198	// Untergruppe Inhalts-Verzeichnisse mehr Ebenen 5 - 10
199#define STR_POOLCOLL_TOX_CNTNT6			(RC_POOLCOLL_REGISTER_BEGIN+ 18)
200#define STR_POOLCOLL_TOX_CNTNT7			(RC_POOLCOLL_REGISTER_BEGIN+ 19)
201#define STR_POOLCOLL_TOX_CNTNT8			(RC_POOLCOLL_REGISTER_BEGIN+ 20)
202#define STR_POOLCOLL_TOX_CNTNT9			(RC_POOLCOLL_REGISTER_BEGIN+ 21)
203#define STR_POOLCOLL_TOX_CNTNT10		(RC_POOLCOLL_REGISTER_BEGIN+ 22)
204
205// illustrations index
206#define STR_POOLCOLL_TOX_ILLUSH			(RC_POOLCOLL_REGISTER_BEGIN+ 23)
207#define STR_POOLCOLL_TOX_ILLUS1         (RC_POOLCOLL_REGISTER_BEGIN+ 24)
208
209//	object index
210#define STR_POOLCOLL_TOX_OBJECTH		(RC_POOLCOLL_REGISTER_BEGIN+ 25)
211#define STR_POOLCOLL_TOX_OBJECT1        (RC_POOLCOLL_REGISTER_BEGIN+ 26)
212
213//	tables index
214#define STR_POOLCOLL_TOX_TABLESH		(RC_POOLCOLL_REGISTER_BEGIN+ 27)
215#define STR_POOLCOLL_TOX_TABLES1        (RC_POOLCOLL_REGISTER_BEGIN+ 28)
216
217//	index of authorities
218#define STR_POOLCOLL_TOX_AUTHORITIESH	(RC_POOLCOLL_REGISTER_BEGIN+ 29)
219#define STR_POOLCOLL_TOX_AUTHORITIES1   (RC_POOLCOLL_REGISTER_BEGIN+ 30)
220
221	// Untergruppe Benutzer-Verzeichnisse mehr Ebenen 5 - 10
222#define STR_POOLCOLL_TOX_USER6			(RC_POOLCOLL_REGISTER_BEGIN+ 31)
223#define STR_POOLCOLL_TOX_USER7			(RC_POOLCOLL_REGISTER_BEGIN+ 32)
224#define STR_POOLCOLL_TOX_USER8			(RC_POOLCOLL_REGISTER_BEGIN+ 33)
225#define STR_POOLCOLL_TOX_USER9			(RC_POOLCOLL_REGISTER_BEGIN+ 34)
226#define STR_POOLCOLL_TOX_USER10 		(RC_POOLCOLL_REGISTER_BEGIN+ 35)
227
228
229// Gruppe Kapitel/Dokument
230#define STR_POOLCOLL_DOC_TITEL			(RC_POOLCOLL_DOC_BEGIN+ 0)
231#define STR_POOLCOLL_DOC_SUBTITEL		(RC_POOLCOLL_DOC_BEGIN+ 1)
232
233// Gruppe HTML-Vorlagen
234#define STR_POOLCOLL_HTML_BLOCKQUOTE	(RC_POOLCOLL_HTML_BEGIN+  0)
235#define STR_POOLCOLL_HTML_PRE			(RC_POOLCOLL_HTML_BEGIN+  1)
236#define STR_POOLCOLL_HTML_HR			(RC_POOLCOLL_HTML_BEGIN+  2)
237#define STR_POOLCOLL_HTML_DD			(RC_POOLCOLL_HTML_BEGIN+  3)
238#define STR_POOLCOLL_HTML_DT			(RC_POOLCOLL_HTML_BEGIN+  4)
239
240//-----------------
241// Page styles
242//-----------------
243#define STR_POOLPAGE_STANDARD			(RC_POOLPAGEDESC_BEGIN+  0)
244#define STR_POOLPAGE_FIRST				(RC_POOLPAGEDESC_BEGIN+  1)
245#define STR_POOLPAGE_LEFT				(RC_POOLPAGEDESC_BEGIN+  2)
246#define STR_POOLPAGE_RIGHT				(RC_POOLPAGEDESC_BEGIN+  3)
247#define STR_POOLPAGE_JAKET				(RC_POOLPAGEDESC_BEGIN+  4)
248#define STR_POOLPAGE_REGISTER			(RC_POOLPAGEDESC_BEGIN+  5)
249#define STR_POOLPAGE_HTML				(RC_POOLPAGEDESC_BEGIN+  6)
250#define STR_POOLPAGE_FOOTNOTE			(RC_POOLPAGEDESC_BEGIN+  7)
251#define STR_POOLPAGE_ENDNOTE			(RC_POOLPAGEDESC_BEGIN+  8)
252#define STR_POOLPAGE_LANDSCAPE                  (RC_POOLPAGEDESC_BEGIN+  9)
253
254//-----------------
255// Numbering styles
256//-----------------
257#define STR_POOLNUMRULE_NUM1	   			(RC_POOLNUMRULE_BEGIN+  0)
258#define STR_POOLNUMRULE_NUM2	   			(RC_POOLNUMRULE_BEGIN+  1)
259#define STR_POOLNUMRULE_NUM3	   			(RC_POOLNUMRULE_BEGIN+  2)
260#define STR_POOLNUMRULE_NUM4	   			(RC_POOLNUMRULE_BEGIN+  3)
261#define STR_POOLNUMRULE_NUM5	   			(RC_POOLNUMRULE_BEGIN+  4)
262#define STR_POOLNUMRULE_BUL1	   			(RC_POOLNUMRULE_BEGIN+  5)
263#define STR_POOLNUMRULE_BUL2	   			(RC_POOLNUMRULE_BEGIN+  6)
264#define STR_POOLNUMRULE_BUL3	   			(RC_POOLNUMRULE_BEGIN+  7)
265#define STR_POOLNUMRULE_BUL4	   			(RC_POOLNUMRULE_BEGIN+  8)
266#define STR_POOLNUMRULE_BUL5	   			(RC_POOLNUMRULE_BEGIN+  9)
267//Solution:Define column item's accessible name ID.
268#define STR_COLUMN_VALUESET_ITEM0		(RC_POOLNUMRULE_BEGIN + 10 )
269#define STR_COLUMN_VALUESET_ITEM1		(RC_POOLNUMRULE_BEGIN + 11 )
270#define STR_COLUMN_VALUESET_ITEM2		(RC_POOLNUMRULE_BEGIN + 12 )
271#define STR_COLUMN_VALUESET_ITEM3		(RC_POOLNUMRULE_BEGIN + 13 )
272#define STR_COLUMN_VALUESET_ITEM4		(RC_POOLNUMRULE_BEGIN + 14 )
273//-----------------
274// Paragraph styles
275//-----------------
276#define STR_POOLPARSTYLE_HEAD1				(STR_POOLPARSTYLE_BEGIN+  0)
277#define STR_POOLPARSTYLE_HEAD2				(STR_POOLPARSTYLE_BEGIN+  1)
278#define STR_POOLPARSTYLE_HEAD3				(STR_POOLPARSTYLE_BEGIN+  2)
279#define STR_POOLPARSTYLE_DEFAULT			(STR_POOLPARSTYLE_BEGIN+  3)
280#define STR_POOLPARSTYLE_TEXTBODY			(STR_POOLPARSTYLE_BEGIN+  4)
281
282#endif
283