xref: /trunk/main/sw/source/ui/fmtui/tmpdlg.src (revision 6fd2419af095b9e12baf06e33db2129edf4d719b)
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#ifndef _SFX_HRC
23#include <sfx2/sfx.hrc>
24#endif
25#include "fmtui.hrc"
26#include "globals.hrc"
27#include "svx/dialogs.hrc"
28TabDialog DLG_TEMPLATE_1
29{
30    OutputSize = TRUE ;
31    SVLook = TRUE ;
32    Text [ en-US ] = "Character Style" ;
33    Moveable = TRUE ;
34    TabControl 1
35    {
36        OutputSize = TRUE ;
37        PageList =
38        {
39            PageItem
40            {
41                Identifier = TP_CHAR_STD ;
42                Text [ en-US ] = "Font" ;
43                PageResID = TP_CHAR_STD ;
44            };
45            PageItem
46            {
47                Identifier = TP_CHAR_EXT ;
48                Text [ en-US ] = "Font Effects" ;
49                PageResID = TP_CHAR_EXT ;
50            };
51            PageItem
52            {
53                Identifier = TP_CHAR_POS ;
54                PageResID = TP_CHAR_POS ;
55                Text [ en-US ] = "Position" ;
56            };
57            PageItem
58            {
59                Identifier = TP_CHAR_TWOLN ;
60                PageResID = TP_CHAR_TWOLN ;
61                Text [ en-US ] = "Asian Layout" ;
62            };
63            PageItem
64            {
65                Identifier = TP_BACKGROUND ;
66                Text [ en-US ] = "Background" ;
67                PageResID = TP_BACKGROUND ;
68            };
69        };
70    };
71};
72TabDialog DLG_TEMPLATE_2
73{
74    OutputSize = TRUE ;
75    SVLook = TRUE ;
76    Text [ en-US ] = "Paragraph Style" ;
77    Moveable = TRUE ;
78    TabControl 1
79    {
80        OutputSize = TRUE ;
81        PageList =
82        {
83            PageItem
84            {
85                Identifier = TP_PARA_STD ;
86                Text [ en-US ] = "Indents & Spacing" ;
87                PageResID = TP_PARA_STD ;
88            };
89            PageItem
90            {
91                Identifier = TP_PARA_ALIGN ;
92                PageResID = TP_PARA_ALIGN ;
93                Text [ en-US ] = "Alignment" ;
94            };
95            PageItem
96            {
97                Identifier = TP_PARA_EXT ;
98                Text [ en-US ] = "Text Flow" ;
99                PageResID = TP_PARA_EXT ;
100            };
101            PageItem
102            {
103                Identifier = TP_PARA_ASIAN ;
104                Text [ en-US ] = "Asian Typography" ;
105            };
106            PageItem
107            {
108                Identifier = TP_CHAR_STD ;
109                Text [ en-US ] = "Font" ;
110                PageResID = TP_CHAR_STD ;
111            };
112            PageItem
113            {
114                Identifier = TP_CHAR_EXT ;
115                Text [ en-US ] = "Font Effects" ;
116                PageResID = TP_CHAR_EXT ;
117            };
118            PageItem
119            {
120                Identifier = TP_CHAR_POS ;
121                PageResID = TP_CHAR_POS ;
122                Text [ en-US ] = "Position" ;
123            };
124            PageItem
125            {
126                Identifier = TP_CHAR_TWOLN ;
127                PageResID = TP_CHAR_TWOLN ;
128                Text [ en-US ] = "Asian Layout" ;
129            };
130            PageItem
131            {
132                Identifier = TP_NUMPARA ;
133                Text [ en-US ] = "Outline & Numbering" ;
134            };
135            PageItem
136            {
137                Identifier = TP_TABULATOR ;
138                Text [ en-US ] = "Tabs" ;
139                PageResID = TP_TABULATOR ;
140            };
141            PageItem
142            {
143                Identifier = TP_DROPCAPS ;
144                Text [ en-US ] = "Drop Caps" ;
145                PageResID = TP_DROPCAPS ;
146            };
147
148            //UUUU new Area and Transparence TabPages
149            PageItem
150            {
151                Identifier = RID_SVXPAGE_AREA ;
152                PageResID = RID_SVXPAGE_AREA ;
153                Text [ en-US ] = "Area" ;
154            };
155            PageItem
156            {
157                Identifier = RID_SVXPAGE_TRANSPARENCE ;
158                PageResID = RID_SVXPAGE_TRANSPARENCE ;
159                Text [ en-US ] = "Transparency" ;
160            };
161
162            //UUUU remove?
163            //PageItem
164            //{
165            //  Identifier = TP_BACKGROUND ;
166            //  Text [ en-US ] = "Background" ;
167            //  PageResID = TP_BACKGROUND ;
168            //};
169
170            PageItem
171            {
172                Identifier = TP_BORDER ;
173                Text [ en-US ] = "Borders" ;
174                PageResID = TP_BORDER ;
175            };
176            PageItem
177            {
178                Identifier = TP_CONDCOLL ;
179                PageResID = TP_CONDCOLL ;
180                Text [ en-US ] = "Condition" ;
181            };
182        };
183    };
184};
185TabDialog DLG_TEMPLATE_4
186{
187    OutputSize = TRUE ;
188    SVLook = TRUE ;
189    Text [ en-US ] = "Page Style" ;
190    Moveable = TRUE ;
191    TabControl 1
192    {
193        OutputSize = TRUE ;
194        PageList =
195        {
196            /*          PageItem
197            {
198                Identifier = TP_PAGE_STD ;
199                Text [ en-US ] = "Page" ;
200                PageResID = TP_PAGE_STD ;
201            };*/
202
203            //UUUU new Area and Transparence TabPages
204            PageItem
205            {
206                Identifier = RID_SVXPAGE_AREA ;
207                PageResID = RID_SVXPAGE_AREA ;
208                Text [ en-US ] = "Area" ;
209            };
210            PageItem
211            {
212                Identifier = RID_SVXPAGE_TRANSPARENCE ;
213                PageResID = RID_SVXPAGE_TRANSPARENCE ;
214                Text [ en-US ] = "Transparency" ;
215            };
216
217            //UUUU remove?
218            //PageItem
219            //{
220            //  Identifier = TP_BACKGROUND ;
221            //  Text [ en-US ] = "Background" ;
222            //  PageResID = TP_BACKGROUND ;
223            //};
224            /*          PageItem
225            {
226                Identifier = TP_BORDER ;
227                Text [ en-US ] = "Borders" ;
228                PageResID = TP_BORDER ;
229            };
230            PageItem
231            {
232                Identifier = TP_HEADER_PAGE ;
233                Text [ en-US ] = "Header" ;
234                PageResID = TP_HEADER_PAGE ;
235            };
236            PageItem
237            {
238                Identifier = TP_FOOTER_PAGE ;
239                Text [ en-US ] = "Footer" ;
240                PageResID = TP_FOOTER_PAGE ;
241            };
242            PageItem
243            {
244                Identifier = TP_COLUMN ;
245                Text [ en-US ] = "Columns" ;
246                PageResID = TP_COLUMN ;
247            };
248            PageItem
249            {
250                Identifier = TP_FOOTNOTE_PAGE ;
251                Text [ en-US ] = "Footnote" ;
252                PageResID = TP_FOOTNOTE_PAGE ;
253            };*/
254        };
255    };
256};
257String STR_PAGE_STD
258{
259    Text [ en-US ] = "Page" ;
260};
261String STR_PAGE_BORDER
262{
263    Text [ en-US ] = "Borders" ;
264};
265String STR_PAGE_HEADER
266{
267    Text [ en-US ] = "Header" ;
268};
269String STR_PAGE_FOOTER
270{
271    Text [ en-US ] = "Footer" ;
272};
273String STR_PAGE_TEXTGRID
274{
275    Text [ en-US ] = "Text Grid" ;
276};
277String STR_PAGE_COLUMN
278{
279    Text [ en-US ] = "Columns" ;
280};
281String STR_PAGE_FOOTNOTE
282{
283    Text [ en-US ] = "Footnote" ;
284};
285TabDialog DLG_TEMPLATE_3
286{
287    OutputSize = TRUE ;
288    SVLook = TRUE ;
289    Text [ en-US ] = "Frame Style" ;
290    Moveable = TRUE ;
291    TabControl 1
292    {
293        OutputSize = TRUE ;
294        PageList =
295        {
296            PageItem
297            {
298                Identifier = TP_FRM_STD ;
299                Text [ en-US ] = "Type" ;
300                PageResID = TP_FRM_STD ;
301            };
302            PageItem
303            {
304                Identifier = TP_FRM_ADD ;
305                PageResID = TP_FRM_ADD ;
306                Text [ en-US ] = "Options" ;
307            };
308            PageItem
309            {
310                Identifier = TP_FRM_WRAP ;
311                Text [ en-US ] = "Wrap" ;
312                PageResID = TP_FRM_WRAP ;
313            };
314
315            //UUUU new Area and Transparence TabPages
316            PageItem
317            {
318                Identifier = RID_SVXPAGE_AREA ;
319                PageResID = RID_SVXPAGE_AREA ;
320                Text [ en-US ] = "Area" ;
321            };
322            PageItem
323            {
324                Identifier = RID_SVXPAGE_TRANSPARENCE ;
325                PageResID = RID_SVXPAGE_TRANSPARENCE ;
326                Text [ en-US ] = "Transparency" ;
327            };
328
329            //UUUU Remove?
330            //PageItem
331            //{
332            //  Identifier = TP_BACKGROUND ;
333            //  Text [ en-US ] = "Background" ;
334            //  PageResID = TP_BACKGROUND ;
335            //};
336
337            PageItem
338            {
339                Identifier = TP_BORDER ;
340                Text [ en-US ] = "Borders" ;
341                PageResID = TP_BORDER ;
342            };
343            PageItem
344            {
345                Identifier = TP_COLUMN ;
346                Text [ en-US ] = "Columns" ;
347                PageResID = TP_COLUMN ;
348            };
349            PageItem
350            {
351                Identifier = TP_MACRO_ASSIGN ;
352                Text [ en-US ] = "Macro" ;
353            };
354        };
355    };
356};
357TabDialog DLG_TEMPLATE_5
358{
359    OutputSize = TRUE ;
360    SVLook = TRUE ;
361    Moveable = TRUE ;
362    TabControl 1
363    {
364        PageList =
365        {
366            PageItem
367            {
368                Identifier = RID_SVXPAGE_PICK_BULLET ;
369                Text [ en-US ] = "Bullets" ;
370            };
371            PageItem
372            {
373                Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ;
374                Text [ en-US ] = "Numbering" ;
375            };
376            PageItem
377            {
378                Identifier = RID_SVXPAGE_PICK_NUM ;
379                Text [ en-US ] = "Outline" ;
380            };
381            PageItem
382            {
383                Identifier = RID_SVXPAGE_PICK_BMP ;
384                Text [ en-US ] = "Graphics" ;
385            };
386            PageItem
387            {
388                Identifier = RID_SVXPAGE_NUM_POSITION ;
389                Text [ en-US ] = "Position" ;
390            };
391            PageItem
392            {
393                Identifier = RID_SVXPAGE_NUM_OPTIONS ;
394                Text [ en-US ] = "Options" ;
395            };
396        };
397    };
398    Text [ en-US ] = "List Style" ;
399};
400
401// ********************************************************************** EOF
402