update ooo310-m15
[ooovba.git] / sw / source / ui / misc / outline.src
blobaa89ea4b00eae2c37fa6ebf958c3dd0531e45662
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: outline.src,v $
10  * $Revision: 1.34 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
31 #include "misc.hrc"
32 #include "outline.hrc"
33 #include "globals.hrc"
34 #include "cmdid.h"
35 #include "helpid.h"
36 ModalDialog DLG_NUM_NAMES
38         HelpID = HID_NUM_NAMES ;
39         OutputSize = TRUE ;
40         SVLook = TRUE ;
41         Size = MAP_APPFONT ( 164 , 82 ) ;
42         Text [ en-US ] = "Save As";
43         Moveable = TRUE ;
44         OKButton BT_OK
45         {
46                 Pos = MAP_APPFONT ( 108 , 6 ) ;
47                 Size = MAP_APPFONT ( 50 , 14 ) ;
48                 TabStop = TRUE ;
49                 DefButton = TRUE ;
50         };
51         CancelButton BT_CANCEL
52         {
53                 Pos = MAP_APPFONT ( 108 , 23 ) ;
54                 Size = MAP_APPFONT ( 50 , 14 ) ;
55                 TabStop = TRUE ;
56         };
57         HelpButton BT_HELP
58         {
59                 Pos = MAP_APPFONT ( 108 , 43 ) ;
60                 Size = MAP_APPFONT ( 50 , 14 ) ;
61                 TabStop = TRUE ;
62         };
63     FixedLine FL_FORM
64         {
65                 Pos = MAP_APPFONT ( 6 , 3 ) ;
66         Size = MAP_APPFONT ( 96 , 8 ) ;
67                 Text [ en-US ] = "Format" ;
68         };
69         ListBox LB_FORM
70         {
71                 Border = TRUE ;
72                 Pos = MAP_APPFONT ( 12 , 29 ) ;
73                 Size = MAP_APPFONT ( 84 , 42 ) ;
74                 TabStop = TRUE ;
75                 CurPos = 0 ;
76                 StringList [ en-US ] =
77                 {
78                         < "Untitled 1" ; > ;
79                         < "Untitled 2" ; > ;
80                         < "Untitled 3" ; > ;
81                         < "Untitled 4" ; > ;
82                         < "Untitled 5" ; > ;
83                         < "Untitled 6" ; > ;
84                         < "Untitled 7" ; > ;
85                         < "Untitled 8" ; > ;
86                         < "Untitled 9" ; > ;
87                 };
88         };
89         Edit ED_FORM
90         {
91                 Border = TRUE ;
92                 Pos = MAP_APPFONT ( 12 , 14 ) ;
93                 Size = MAP_APPFONT ( 84 , 12 ) ;
94                 TabStop = TRUE ;
95                 Left = TRUE ;
96         };
98 /**************************************************************************/
99 /*                                                                        */
100 /*                                                                        */
101 /*                                                                        */
102 /**************************************************************************/
103 TabDialog DLG_TAB_OUTLINE
105         OutputSize = TRUE ;
106         SVLook = TRUE ;
107     // --> OD 2008-04-14 #outlinelevel#
108     // dialog title is now given by resource STR_OUTLINE_NUMBERING
109 //    Text [ en-US ] = "Outline Numbering" ;
110     // <--
111         Moveable = TRUE ;
112         TabControl 1
113         {
114                 SVLook = TRUE ;
115                 PageList =
116                 {
117                         PageItem
118                         {
119                                 Identifier = TP_OUTLINE_NUM ;
120                                 Text [ en-US ] = "Numbering" ;
121                         };
122                         PageItem
123                         {
124                                 Identifier = TP_NUM_POSITION ;
125                                 Text [ en-US ] = "Position" ;
126                         };
127                 };
128         };
129         String ST_FORM
130         {
131                 Text [ en-US ] = "~Format" ;
132         };
133         Menu MN_FORM
134         {
135                 ItemList =
136                 {
137                         MenuItem
138                         {
139                                 Identifier = MN_FORM1 ;
140                                 Text [ en-US ] = "Untitled 1" ;
141                                 HelpID = HID_NUM_OUTL_NAMED_NUMS ;
142                         };
143                         MenuItem
144                         {
145                                 Identifier = MN_FORM2 ;
146                                 Text [ en-US ] = "Untitled 2" ;
147                                 HelpID = HID_NUM_OUTL_NAMED_NUMS ;
148                         };
149                         MenuItem
150                         {
151                                 Identifier = MN_FORM3 ;
152                                 Text [ en-US ] = "Untitled 3" ;
153                                 HelpID = HID_NUM_OUTL_NAMED_NUMS ;
154                         };
155                         MenuItem
156                         {
157                                 Identifier = MN_FORM4 ;
158                                 Text [ en-US ] = "Untitled 4" ;
159                                 HelpID = HID_NUM_OUTL_NAMED_NUMS ;
160                         };
161                         MenuItem
162                         {
163                                 Identifier = MN_FORM5 ;
164                                 Text [ en-US ] = "Untitled 5" ;
165                                 HelpID = HID_NUM_OUTL_NAMED_NUMS ;
166                         };
167                         MenuItem
168                         {
169                                 Identifier = MN_FORM6 ;
170                                 Text [ en-US ] = "Untitled 6" ;
171                                 HelpID = HID_NUM_OUTL_NAMED_NUMS ;
172                         };
173                         MenuItem
174                         {
175                                 Identifier = MN_FORM7 ;
176                                 Text [ en-US ] = "Untitled 7" ;
177                                 HelpID = HID_NUM_OUTL_NAMED_NUMS ;
178                         };
179                         MenuItem
180                         {
181                                 Identifier = MN_FORM8 ;
182                                 Text [ en-US ] = "Untitled 8" ;
183                                 HelpID = HID_NUM_OUTL_NAMED_NUMS ;
184                         };
185                         MenuItem
186                         {
187                                 Identifier = MN_FORM9 ;
188                                 Text [ en-US ] = "Untitled 9" ;
189                                 HelpID = HID_NUM_OUTL_NAMED_NUMS ;
190                         };
191                         MenuItem
192                         {
193                                 Separator = TRUE ;
194                         };
195                         MenuItem
196                         {
197                                 Identifier = MN_SAVE ;
198                                 Text [ en-US ] = "Save ~As...";
199                                 HelpID = HID_NUM_OUTL_NUM_SAVEAS ;
200                         };
201                 };
202         };
204 /**************************************************************************/
205 /*                                                                        */
206 /*      TabPage                                                               */
207 /*                                                                        */
208 /**************************************************************************/
209 TabPage TP_OUTLINE_NUM
211         HelpID = HID_TP_OUTLINE_NUM ;
212         SVLook = TRUE ;
213         Size = MAP_APPFONT ( 260 , 185 ) ;
214                 Hide = TRUE;
215         ListBox LB_LEVEL
216         {
217                 Pos = MAP_APPFONT ( 12 , 14 ) ;
218         Size = MAP_APPFONT ( 23 , 129 ) ;
219                 TabStop = TRUE ;
220                 DropDown = FALSE ;
221                 Border = TRUE ;
222         };
223     FixedLine FL_LEVEL
224         {
225                 Pos = MAP_APPFONT ( 6 , 3 ) ;
226         Size = MAP_APPFONT ( 32 , 8 ) ;
227                 Text [ en-US ] = "Level" ;
228         };
229         FixedText FT_COLL
230         {
231         Pos = MAP_APPFONT ( 50 , 14 ) ;
232         Size = MAP_APPFONT ( 120 , 8 ) ;
233                 Text [ en-US ] = "~Paragraph Style" ;
234                 Group = TRUE ;
235                 Left = TRUE ;
236         };
237         ListBox LB_COLL
238         {
239                 Border = TRUE ;
240         Pos = MAP_APPFONT ( 50 , 25 ) ;
241         Size = MAP_APPFONT ( 120 , 75 ) ;
242                 TabStop = TRUE ;
243                 Group = TRUE ;
244                 Sort = TRUE ;
245                 DropDown = TRUE ;
246                 CurPos = 0 ;
247         };
248         FixedText FT_NUMBER
249         {
250         Pos = MAP_APPFONT ( 50 , 43 ) ;
251         Size = MAP_APPFONT ( 52 , 8 ) ;
252                 Text [ en-US ] = "~Number" ;
253                 Left = TRUE ;
254         };
255         ListBox LB_NUMBER
256         {
257         Pos = MAP_APPFONT ( 104 , 41 ) ;
258         Size = MAP_APPFONT ( 66 , 65 ) ;
259                 TabStop = TRUE ;
260                 Group = TRUE ;
261                 DropDown = TRUE ;
262                 CurPos = 0 ;
263         };
264         FixedText FT_CHARFMT
265         {
266         Pos = MAP_APPFONT ( 50 , 59 ) ;
267         Size = MAP_APPFONT ( 52 , 8 ) ;
268                 Text [ en-US ] = "~Character Style" ;
269         };
270         ListBox LB_CHARFMT
271         {
272                 TabStop = TRUE ;
273                 DropDown = TRUE ;
274         Pos = MAP_APPFONT ( 104 , 57 ) ;
275         Size = MAP_APPFONT ( 66 , 65 ) ;
276         };
277         FixedText FT_ALL_LEVEL
278         {
279         Pos = MAP_APPFONT ( 50 , 75 ) ;
280         Size = MAP_APPFONT ( 52 , 8 ) ;
281                 Text [ en-US ] = "Sho~w sublevels" ;
282         };
283         NumericField NF_ALL_LEVEL
284         {
285                 Border = TRUE ;
286         Pos = MAP_APPFONT ( 104 , 73 ) ;
287         Size = MAP_APPFONT ( 66 , 12 ) ;
288                 TabStop = TRUE ;
289                 Left = TRUE ;
290                 Repeat = TRUE ;
291                 Spin = TRUE ;
292                 Minimum = 1 ;
293                 Maximum = 10 ;
294                 Value = 1 ;
295                 First = 1 ;
296                 Last = 10 ;
297         };
298         FixedText FT_DELIM
299         {
300         Pos = MAP_APPFONT ( 50 , 89 ) ;
301         Size = MAP_APPFONT ( 52 , 8 ) ;
302                 Text [ en-US ] = "Separator" ;
303                 Left = TRUE ;
304         };
305         FixedText FT_PREFIX
306         {
307         Pos = MAP_APPFONT ( 56 , 102 ) ;
308         Size = MAP_APPFONT ( 46 , 8 ) ;
309                 Text [ en-US ] = "~Before" ;
310                 Left = TRUE ;
311         };
312         Edit ED_PREFIX
313         {
314                 Border = TRUE ;
315         Pos = MAP_APPFONT ( 104 , 100 ) ;
316         Size = MAP_APPFONT ( 66 , 12 ) ;
317                 TabStop = TRUE ;
318                 Group = TRUE ;
319                 Left = TRUE ;
320         };
321         FixedText FT_SUFFIX
322         {
323         Pos = MAP_APPFONT ( 56 , 117 ) ;
324         Size = MAP_APPFONT ( 46 , 8 ) ;
325                 Text [ en-US ] = "~After" ;
326                 Left = TRUE ;
327         };
328         Edit ED_SUFFIX
329         {
330                 Border = TRUE ;
331         Pos = MAP_APPFONT ( 104 , 115 ) ;
332         Size = MAP_APPFONT ( 66 , 12 ) ;
333                 TabStop = TRUE ;
334                 Group = TRUE ;
335                 Left = TRUE ;
336         };
337         FixedText FT_START
338         {
339         Pos = MAP_APPFONT ( 50 , 133 ) ;
340         Size = MAP_APPFONT ( 52 , 8 ) ;
341                 Text [ en-US ] = "~Start at" ;
342                 Left = TRUE ;
343         };
344         NumericField ED_START
345         {
346                 Border = TRUE ;
347         Pos = MAP_APPFONT ( 104 , 131 ) ;
348         Size = MAP_APPFONT ( 66 , 12 ) ;
349                 TabStop = TRUE ;
350                 Left = TRUE ;
351                 Spin = TRUE ;
352                 Repeat = TRUE ;
353                 Maximum = 999 ;
354                 Value = 0 ;
355                 First = 0 ;
356                 Last = 99 ;
357                 SpinSize = 1 ;
358         };
359     FixedLine FL_NUMBER
360         {
361         Pos = MAP_APPFONT ( 44 , 3 ) ;
362         Size = MAP_APPFONT ( 210 , 8 ) ;
363                 Text [ en-US ] = "Numbering" ;
364                 Group = TRUE ;
365         };
366         Window WIN_PREVIEW
367         {
368                 Pos = MAP_APPFONT ( 179 , 14 ) ;
369                 Size = MAP_APPFONT ( 72 , 129 ) ;
370         };
371         String ST_NO_COLL
372         {
373                 Text [ en-US ] = "(none)" ;
374         };