xref: /aoo41x/main/sw/source/ui/misc/num.src (revision 8660f102)
1*8660f102SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*8660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8660f102SAndrew Rist * distributed with this work for additional information
6*8660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8660f102SAndrew Rist * "License"); you may not use this file except in compliance
9*8660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10*8660f102SAndrew Rist *
11*8660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8660f102SAndrew Rist *
13*8660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8660f102SAndrew Rist * software distributed under the License is distributed on an
15*8660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8660f102SAndrew Rist * KIND, either express or implied.  See the License for the
17*8660f102SAndrew Rist * specific language governing permissions and limitations
18*8660f102SAndrew Rist * under the License.
19*8660f102SAndrew Rist *
20*8660f102SAndrew Rist *************************************************************/
21*8660f102SAndrew Rist
22*8660f102SAndrew Rist
23cdf0e10cSrcweir/* StarView ressource file */
24cdf0e10cSrcweir
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include "globals.hrc"
27cdf0e10cSrcweir#include "misc.hrc"
28cdf0e10cSrcweir#include "num.hrc"
29cdf0e10cSrcweir#include "cmdid.h"
30cdf0e10cSrcweir#include "helpid.h"
31cdf0e10cSrcweir#include "svx/dialogs.hrc"
32cdf0e10cSrcweir
33cdf0e10cSrcweir/**************************************************************************/
34cdf0e10cSrcweir/*                                                                        */
35cdf0e10cSrcweir/* 	TabPage Positionen                                                    */
36cdf0e10cSrcweir/*                                                                        */
37cdf0e10cSrcweir/**************************************************************************/
38cdf0e10cSrcweirTabPage TP_NUM_POSITION
39cdf0e10cSrcweir{
40cdf0e10cSrcweir	HelpID = HID_NUM_POSITION ;
41cdf0e10cSrcweir	SVLook = TRUE ;
42cdf0e10cSrcweir	Size = MAP_APPFONT ( 260 , 185 ) ;
43cdf0e10cSrcweir	Hide = TRUE;
44cdf0e10cSrcweir    FixedLine FL_LEVEL
45cdf0e10cSrcweir	{
46cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 3 ) ;
47cdf0e10cSrcweir        Size = MAP_APPFONT ( 35 , 8 ) ;
48cdf0e10cSrcweir		Text [ en-US ] = "Level" ;
49cdf0e10cSrcweir	};
50cdf0e10cSrcweir	MultiListBox LB_LEVEL
51cdf0e10cSrcweir	{
52cdf0e10cSrcweir	    HelpID = "sw:MultiListBox:TP_NUM_POSITION:LB_LEVEL";
53cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 14 ) ;
54cdf0e10cSrcweir		Size = MAP_APPFONT ( 26 , 163 ) ;
55cdf0e10cSrcweir		TabStop = TRUE ;
56cdf0e10cSrcweir		DropDown = FALSE ;
57cdf0e10cSrcweir		Border = TRUE ;
58cdf0e10cSrcweir		SimpleMode = TRUE ;
59cdf0e10cSrcweir	};
60cdf0e10cSrcweir    FixedLine FL_POSITION
61cdf0e10cSrcweir	{
62cdf0e10cSrcweir		Pos = MAP_APPFONT ( 47 , 3 ) ;
63cdf0e10cSrcweir        Size = MAP_APPFONT ( 207 , 8 ) ;
64cdf0e10cSrcweir		Group = TRUE ;
65cdf0e10cSrcweir		Text [ en-US ] = "Position and spacing" ;
66cdf0e10cSrcweir	};
67cdf0e10cSrcweir    FixedText FT_BORDERDIST
68cdf0e10cSrcweir    {
69cdf0e10cSrcweir        Pos = MAP_APPFONT ( 50 , 27 ) ;
70cdf0e10cSrcweir        Size = MAP_APPFONT ( 105 , 10 ) ;
71cdf0e10cSrcweir        Text [ en-US ] = "Indent" ;
72cdf0e10cSrcweir    };
73cdf0e10cSrcweir    MetricField MF_BORDERDIST
74cdf0e10cSrcweir    {
75cdf0e10cSrcweir        HelpID = "sw:MetricField:TP_NUM_POSITION:MF_BORDERDIST";
76cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198 , 25 ) ;
77cdf0e10cSrcweir        Size = MAP_APPFONT ( 40 , 12 ) ;
78cdf0e10cSrcweir        Border = TRUE ;
79cdf0e10cSrcweir        TabStop = TRUE ;
80cdf0e10cSrcweir        Left = TRUE ;
81cdf0e10cSrcweir        Repeat = TRUE ;
82cdf0e10cSrcweir        Spin = TRUE ;
83cdf0e10cSrcweir        Minimum = -1999 ;
84cdf0e10cSrcweir        Maximum = 1999 ;
85cdf0e10cSrcweir        DecimalDigits = 2 ;
86cdf0e10cSrcweir        Value = 0 ;
87cdf0e10cSrcweir        Unit = FUNIT_CM ;
88cdf0e10cSrcweir        First = 0 ;
89cdf0e10cSrcweir        Last = 1999 ;
90cdf0e10cSrcweir        SpinSize = 5 ;
91cdf0e10cSrcweir    };
92cdf0e10cSrcweir    CheckBox CB_RELATIVE
93cdf0e10cSrcweir    {
94cdf0e10cSrcweir        HelpID = "sw:CheckBox:TP_NUM_POSITION:CB_RELATIVE";
95cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198 , 41 ) ;
96cdf0e10cSrcweir        Size = MAP_APPFONT ( 52 , 10 ) ;
97cdf0e10cSrcweir        Text [ en-US ] = "Relati~ve" ;
98cdf0e10cSrcweir    };
99cdf0e10cSrcweir    FixedText FT_INDENT
100cdf0e10cSrcweir    {
101cdf0e10cSrcweir        Pos = MAP_APPFONT ( 50 , 59 ) ;
102cdf0e10cSrcweir        Size = MAP_APPFONT ( 105 , 8 ) ;
103cdf0e10cSrcweir        Text [ en-US ] = "Width of numbering" ;
104cdf0e10cSrcweir    };
105cdf0e10cSrcweir    MetricField MF_INDENT
106cdf0e10cSrcweir    {
107cdf0e10cSrcweir        HelpID = "sw:MetricField:TP_NUM_POSITION:MF_INDENT";
108cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198 , 57 ) ;
109cdf0e10cSrcweir        Size = MAP_APPFONT ( 40 , 12 ) ;
110cdf0e10cSrcweir        Border = TRUE ;
111cdf0e10cSrcweir        TabStop = TRUE ;
112cdf0e10cSrcweir        Left = TRUE ;
113cdf0e10cSrcweir        Repeat = TRUE ;
114cdf0e10cSrcweir        Spin = TRUE ;
115cdf0e10cSrcweir        Minimum = 0 ;
116cdf0e10cSrcweir        Maximum = 1999 ;
117cdf0e10cSrcweir        DecimalDigits = 2 ;
118cdf0e10cSrcweir        Value = 0 ;
119cdf0e10cSrcweir        Unit = FUNIT_CM ;
120cdf0e10cSrcweir        First = 0 ;
121cdf0e10cSrcweir        Last = 1999 ;
122cdf0e10cSrcweir        SpinSize = 5 ;
123cdf0e10cSrcweir    };
124cdf0e10cSrcweir    FixedText FT_NUMDIST
125cdf0e10cSrcweir    {
126cdf0e10cSrcweir        Pos = MAP_APPFONT ( 50 , 75 ) ;
127cdf0e10cSrcweir        Size = MAP_APPFONT ( 105 , 8 ) ;
128cdf0e10cSrcweir        Text [ en-US ] = "Minimum space numbering <-> text" ;
129cdf0e10cSrcweir    };
130cdf0e10cSrcweir    MetricField MF_NUMDIST
131cdf0e10cSrcweir    {
132cdf0e10cSrcweir        HelpID = "sw:MetricField:TP_NUM_POSITION:MF_NUMDIST";
133cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198 , 73 ) ;
134cdf0e10cSrcweir        Size = MAP_APPFONT ( 40 , 12 ) ;
135cdf0e10cSrcweir        Left = TRUE ;
136cdf0e10cSrcweir        Repeat = TRUE ;
137cdf0e10cSrcweir        Spin = TRUE ;
138cdf0e10cSrcweir        Minimum = 0 ;
139cdf0e10cSrcweir        Maximum = 1999 ;
140cdf0e10cSrcweir        DecimalDigits = 2 ;
141cdf0e10cSrcweir        Value = 0 ;
142cdf0e10cSrcweir        Unit = FUNIT_CM ;
143cdf0e10cSrcweir        First = 0 ;
144cdf0e10cSrcweir        Last = 1999 ;
145cdf0e10cSrcweir        SpinSize = 5 ;
146cdf0e10cSrcweir        Border = TRUE ;
147cdf0e10cSrcweir        TabStop = TRUE ;
148cdf0e10cSrcweir    };
149cdf0e10cSrcweir    FixedText FT_ALIGN
150cdf0e10cSrcweir    {
151cdf0e10cSrcweir        Pos = MAP_APPFONT ( 50 , 91 ) ;
152cdf0e10cSrcweir        Size = MAP_APPFONT ( 105 , 8 ) ;
153cdf0e10cSrcweir        Text [ en-US ] = "N~umbering alignment" ;
154cdf0e10cSrcweir    };
155cdf0e10cSrcweir    ListBox LB_ALIGN
156cdf0e10cSrcweir    {
157cdf0e10cSrcweir        HelpID = "sw:ListBox:TP_NUM_POSITION:LB_ALIGN";
158cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198 , 89 ) ;
159cdf0e10cSrcweir        Size = MAP_APPFONT ( 40 , 40 ) ;
160cdf0e10cSrcweir        TabStop = TRUE ;
161cdf0e10cSrcweir        DropDown = TRUE ;
162cdf0e10cSrcweir        StringList [ en-US ] =
163cdf0e10cSrcweir        {
164cdf0e10cSrcweir            < "Left" ; > ;
165cdf0e10cSrcweir            < "Centered" ; > ;
166cdf0e10cSrcweir            < "Right" ; > ;
167cdf0e10cSrcweir        };
168cdf0e10cSrcweir    };
169cdf0e10cSrcweir    FixedText FT_LABEL_FOLLOWED_BY
170cdf0e10cSrcweir    {
171cdf0e10cSrcweir        Pos = MAP_APPFONT ( 50 , 27 ) ;
172cdf0e10cSrcweir        Size = MAP_APPFONT ( 105 , 10 ) ;
173cdf0e10cSrcweir        Text [ en-US ] = "Numbering followed by" ;
174cdf0e10cSrcweir    };
175cdf0e10cSrcweir    ListBox LB_LABEL_FOLLOWED_BY
176cdf0e10cSrcweir    {
177cdf0e10cSrcweir        HelpID = "sw:ListBox:TP_NUM_POSITION:LB_LABEL_FOLLOWED_BY";
178cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198 , 25 ) ;
179cdf0e10cSrcweir        Size = MAP_APPFONT ( 40 , 12 ) ;
180cdf0e10cSrcweir        TabStop = TRUE ;
181cdf0e10cSrcweir        DropDown = TRUE ;
182cdf0e10cSrcweir        StringList [ en-US ] =
183cdf0e10cSrcweir        {
184cdf0e10cSrcweir            < "Tab stop" ; > ;
185cdf0e10cSrcweir            < "Space" ; > ;
186cdf0e10cSrcweir            < "Nothing" ; > ;
187cdf0e10cSrcweir        };
188cdf0e10cSrcweir    };
189cdf0e10cSrcweir    FixedText FT_LISTTAB
190cdf0e10cSrcweir    {
191cdf0e10cSrcweir        Pos = MAP_APPFONT ( 50 , 43 ) ;
192cdf0e10cSrcweir        Size = MAP_APPFONT ( 143 , 10 ) ;
193cdf0e10cSrcweir        Right = TRUE ;
194cdf0e10cSrcweir        Text [ en-US ] = "at" ;
195cdf0e10cSrcweir    };
196cdf0e10cSrcweir    MetricField MF_LISTTAB
197cdf0e10cSrcweir    {
198cdf0e10cSrcweir        HelpID = "sw:MetricField:TP_NUM_POSITION:MF_LISTTAB";
199cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198 , 41 ) ;
200cdf0e10cSrcweir        Size = MAP_APPFONT ( 40 , 12 ) ;
201cdf0e10cSrcweir        Border = TRUE ;
202cdf0e10cSrcweir        TabStop = TRUE ;
203cdf0e10cSrcweir        Left = TRUE ;
204cdf0e10cSrcweir        Repeat = TRUE ;
205cdf0e10cSrcweir        Spin = TRUE ;
206cdf0e10cSrcweir        Minimum = 0 ;
207cdf0e10cSrcweir        Maximum = 1999 ;
208cdf0e10cSrcweir        DecimalDigits = 2 ;
209cdf0e10cSrcweir        Value = 0 ;
210cdf0e10cSrcweir        Unit = FUNIT_CM ;
211cdf0e10cSrcweir        First = 0 ;
212cdf0e10cSrcweir        Last = 1999 ;
213cdf0e10cSrcweir        SpinSize = 5 ;
214cdf0e10cSrcweir    };
215cdf0e10cSrcweir    FixedText FT_ALIGN_2
216cdf0e10cSrcweir    {
217cdf0e10cSrcweir        Pos = MAP_APPFONT ( 50 , 59 ) ;
218cdf0e10cSrcweir        Size = MAP_APPFONT ( 105 , 8 ) ;
219cdf0e10cSrcweir    };
220cdf0e10cSrcweir    ListBox LB_ALIGN_2
221cdf0e10cSrcweir    {
222cdf0e10cSrcweir        HelpID = "sw:ListBox:TP_NUM_POSITION:LB_ALIGN_2";
223cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198 , 57 ) ;
224cdf0e10cSrcweir        Size = MAP_APPFONT ( 40 , 12 ) ;
225cdf0e10cSrcweir        TabStop = TRUE ;
226cdf0e10cSrcweir        DropDown = TRUE ;
227cdf0e10cSrcweir    };
228cdf0e10cSrcweir    FixedText FT_ALIGNED_AT
229cdf0e10cSrcweir    {
230cdf0e10cSrcweir        Pos = MAP_APPFONT ( 50 , 75 ) ;
231cdf0e10cSrcweir        Size = MAP_APPFONT ( 105 , 8 ) ;
232cdf0e10cSrcweir        Text [ en-US ] = "Aligned at" ;
233cdf0e10cSrcweir    };
234cdf0e10cSrcweir    MetricField MF_ALIGNED_AT
235cdf0e10cSrcweir    {
236cdf0e10cSrcweir        HelpID = "sw:MetricField:TP_NUM_POSITION:MF_ALIGNED_AT";
237cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198 , 73 ) ;
238cdf0e10cSrcweir        Size = MAP_APPFONT ( 40 , 12 ) ;
239cdf0e10cSrcweir        Left = TRUE ;
240cdf0e10cSrcweir        Repeat = TRUE ;
241cdf0e10cSrcweir        Spin = TRUE ;
242cdf0e10cSrcweir        Minimum = -1999 ;
243cdf0e10cSrcweir        Maximum = 1999 ;
244cdf0e10cSrcweir        DecimalDigits = 2 ;
245cdf0e10cSrcweir        Value = 0 ;
246cdf0e10cSrcweir        Unit = FUNIT_CM ;
247cdf0e10cSrcweir        First = 0 ;
248cdf0e10cSrcweir        Last = 1999 ;
249cdf0e10cSrcweir        SpinSize = 5 ;
250cdf0e10cSrcweir        Border = TRUE ;
251cdf0e10cSrcweir        TabStop = TRUE ;
252cdf0e10cSrcweir    };
253cdf0e10cSrcweir    FixedText FT_INDENT_AT
254cdf0e10cSrcweir    {
255cdf0e10cSrcweir        Pos = MAP_APPFONT ( 50 , 91 ) ;
256cdf0e10cSrcweir        Size = MAP_APPFONT ( 105 , 8 ) ;
257cdf0e10cSrcweir        Text [ en-US ] = "Indent at" ;
258cdf0e10cSrcweir    };
259cdf0e10cSrcweir    MetricField MF_INDENT_AT
260cdf0e10cSrcweir    {
261cdf0e10cSrcweir        HelpID = "sw:MetricField:TP_NUM_POSITION:MF_INDENT_AT";
262cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198 , 89 ) ;
263cdf0e10cSrcweir        Size = MAP_APPFONT ( 40 , 12 ) ;
264cdf0e10cSrcweir        Left = TRUE ;
265cdf0e10cSrcweir        Repeat = TRUE ;
266cdf0e10cSrcweir        Spin = TRUE ;
267cdf0e10cSrcweir        Minimum = -1999 ;
268cdf0e10cSrcweir        Maximum = 1999 ;
269cdf0e10cSrcweir        DecimalDigits = 2 ;
270cdf0e10cSrcweir        Value = 0 ;
271cdf0e10cSrcweir        Unit = FUNIT_CM ;
272cdf0e10cSrcweir        First = 0 ;
273cdf0e10cSrcweir        Last = 1999 ;
274cdf0e10cSrcweir        SpinSize = 5 ;
275cdf0e10cSrcweir        Border = TRUE ;
276cdf0e10cSrcweir        TabStop = TRUE ;
277cdf0e10cSrcweir    };
278cdf0e10cSrcweir    PushButton PB_STANDARD
279cdf0e10cSrcweir    {
280cdf0e10cSrcweir        HelpID = "sw:PushButton:TP_NUM_POSITION:PB_STANDARD";
281cdf0e10cSrcweir        Pos = MAP_APPFONT ( 198 , 165 ) ;
282cdf0e10cSrcweir        Size = MAP_APPFONT ( 50 , 14 ) ;
283cdf0e10cSrcweir        Text [ en-US ] = "Default" ;
284cdf0e10cSrcweir    };
285cdf0e10cSrcweir    Window WIN_PREVIEW
286cdf0e10cSrcweir    {
287cdf0e10cSrcweir        Pos = MAP_APPFONT ( 50 , 113 ) ;
288cdf0e10cSrcweir        Size = MAP_APPFONT ( 143 , 67 ) ;
289cdf0e10cSrcweir        Border = TRUE ;
290cdf0e10cSrcweir    };
291cdf0e10cSrcweir};
292cdf0e10cSrcweir
293cdf0e10cSrcweir/**************************************************************************/
294cdf0e10cSrcweir/*                                                                        */
295cdf0e10cSrcweir/*  Dialog fuer Test der Svx-Implementation                               */
296cdf0e10cSrcweir/*                                                                        */
297cdf0e10cSrcweir/**************************************************************************/
298cdf0e10cSrcweirTabDialog DLG_SVXTEST_NUM_BULLET
299cdf0e10cSrcweir{
300cdf0e10cSrcweir	OutputSize = TRUE ;
301cdf0e10cSrcweir	SVLook = TRUE ;
302cdf0e10cSrcweir    Text [ en-US ] = "Bullets and Numbering";
303cdf0e10cSrcweir	Moveable = TRUE ;
304cdf0e10cSrcweir	TabControl 1
305cdf0e10cSrcweir	{
306cdf0e10cSrcweir		SVLook = TRUE ;
307cdf0e10cSrcweir		PageList =
308cdf0e10cSrcweir		{
309cdf0e10cSrcweir			PageItem
310cdf0e10cSrcweir			{
311cdf0e10cSrcweir				Identifier = RID_SVXPAGE_PICK_BULLET ;
312cdf0e10cSrcweir				Text [ en-US ] = "Bullets" ;
313cdf0e10cSrcweir			};
314cdf0e10cSrcweir			PageItem
315cdf0e10cSrcweir			{
316cdf0e10cSrcweir				Identifier = RID_SVXPAGE_PICK_SINGLE_NUM ;
317cdf0e10cSrcweir				Text [ en-US ] = "Numbering type" ;
318cdf0e10cSrcweir			};
319cdf0e10cSrcweir			PageItem
320cdf0e10cSrcweir			{
321cdf0e10cSrcweir				Identifier = RID_SVXPAGE_PICK_NUM ;
322cdf0e10cSrcweir				Text [ en-US ] = "Outline" ;
323cdf0e10cSrcweir			};
324cdf0e10cSrcweir			PageItem
325cdf0e10cSrcweir			{
326cdf0e10cSrcweir				Identifier = RID_SVXPAGE_PICK_BMP ;
327cdf0e10cSrcweir				Text [ en-US ] = "Graphics" ;
328cdf0e10cSrcweir			};
329cdf0e10cSrcweir			PageItem
330cdf0e10cSrcweir			{
331cdf0e10cSrcweir				Identifier = RID_SVXPAGE_NUM_POSITION ;
332cdf0e10cSrcweir				Text [ en-US ] = "Position" ;
333cdf0e10cSrcweir			};
334cdf0e10cSrcweir			PageItem
335cdf0e10cSrcweir			{
336cdf0e10cSrcweir				Identifier = RID_SVXPAGE_NUM_OPTIONS ;
337cdf0e10cSrcweir				/* ### ACHTUNG: Neuer Text in Resource? Optionen : ~Optionen */
338cdf0e10cSrcweir				Text [ en-US ] = "Options" ;
339cdf0e10cSrcweir			};
340cdf0e10cSrcweir		};
341cdf0e10cSrcweir    };
342cdf0e10cSrcweir	String ST_RESET
343cdf0e10cSrcweir	{
344cdf0e10cSrcweir		Text [ en-US ] = "~Remove" ;
345cdf0e10cSrcweir	};
346cdf0e10cSrcweir};
347cdf0e10cSrcweir
348cdf0e10cSrcweir
349cdf0e10cSrcweir
350cdf0e10cSrcweir
351cdf0e10cSrcweir
352cdf0e10cSrcweir
353cdf0e10cSrcweir
354cdf0e10cSrcweir
355cdf0e10cSrcweir
356cdf0e10cSrcweir
357cdf0e10cSrcweir
358cdf0e10cSrcweir
359cdf0e10cSrcweir
360cdf0e10cSrcweir
361cdf0e10cSrcweir
362cdf0e10cSrcweir
363cdf0e10cSrcweir
364cdf0e10cSrcweir
365cdf0e10cSrcweir
366cdf0e10cSrcweir
367cdf0e10cSrcweir
368cdf0e10cSrcweir
369cdf0e10cSrcweir
370cdf0e10cSrcweir
371