xref: /trunk/main/cui/source/tabpages/paragrph.src (revision a228e35486128d50bec20249d13ef19fc834c74c)
10e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
30e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
40e2af6afSAndrew Rist * or more contributor license agreements.  See the NOTICE file
50e2af6afSAndrew Rist * distributed with this work for additional information
60e2af6afSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
70e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the
80e2af6afSAndrew Rist * "License"); you may not use this file except in compliance
90e2af6afSAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
130e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing,
140e2af6afSAndrew Rist * software distributed under the License is distributed on an
150e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
160e2af6afSAndrew Rist * KIND, either express or implied.  See the License for the
170e2af6afSAndrew Rist * specific language governing permissions and limitations
180e2af6afSAndrew Rist * under the License.
19cdf0e10cSrcweir *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23*a228e354Smseidel
24cdf0e10cSrcweir// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include <cuires.hrc>
26cdf0e10cSrcweir#include "helpid.hrc"
27cdf0e10cSrcweir#include "paragrph.hrc"
28cdf0e10cSrcweir#include <svx/dialogs.hrc>
29cdf0e10cSrcweir
30cdf0e10cSrcweir// RID_SVXPAGE_STD_PARAGRAPH ---------------------------------------------
31cdf0e10cSrcweirTabPage RID_SVXPAGE_STD_PARAGRAPH
32cdf0e10cSrcweir{
33cdf0e10cSrcweir    HelpId = HID_FORMAT_PARAGRAPH_STD ;
34cdf0e10cSrcweir    Hide = TRUE ;
35cdf0e10cSrcweir    Text [ en-US ] = "Indents and Spacing" ;
36cdf0e10cSrcweir    Size = MAP_APPFONT ( 260, 185 ) ;
37cdf0e10cSrcweir    FixedText FT_LEFTINDENT
38cdf0e10cSrcweir    {
39cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 16 ) ;
40cdf0e10cSrcweir        Size = MAP_APPFONT ( 120, 8 ) ;
41cdf0e10cSrcweir        Left = TRUE ;
42cdf0e10cSrcweir        Text [ en-US ] = "Before text" ;
43cdf0e10cSrcweir    };
44cdf0e10cSrcweir    MetricField ED_LEFTINDENT
45cdf0e10cSrcweir    {
46cdf0e10cSrcweir        HelpID = "cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_LEFTINDENT" ;
47cdf0e10cSrcweir        Border = TRUE ;
48cdf0e10cSrcweir        Pos = MAP_APPFONT ( 135, 14 ) ;
49cdf0e10cSrcweir        Size = MAP_APPFONT ( 40, 12 ) ;
50cdf0e10cSrcweir        Group = TRUE ;
51cdf0e10cSrcweir        Left = TRUE ;
52cdf0e10cSrcweir        Repeat = TRUE ;
53cdf0e10cSrcweir        Spin = TRUE ;
54cdf0e10cSrcweir        Maximum = 9999 ;
55cdf0e10cSrcweir        DecimalDigits = 2 ;
56cdf0e10cSrcweir        Unit = FUNIT_CM ;
57cdf0e10cSrcweir        Last = 9999 ;
58cdf0e10cSrcweir        SpinSize = 10 ;
59cdf0e10cSrcweir    };
60cdf0e10cSrcweir    FixedText FT_RIGHTINDENT
61cdf0e10cSrcweir    {
62cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 32 ) ;
63cdf0e10cSrcweir        Size = MAP_APPFONT ( 120, 8 ) ;
64cdf0e10cSrcweir        Left = TRUE ;
65cdf0e10cSrcweir        Text [ en-US ] = "After text" ;
66cdf0e10cSrcweir    };
67cdf0e10cSrcweir    MetricField ED_RIGHTINDENT
68cdf0e10cSrcweir    {
69cdf0e10cSrcweir        HelpID = "cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_RIGHTINDENT" ;
70cdf0e10cSrcweir        Border = TRUE ;
71cdf0e10cSrcweir        Pos = MAP_APPFONT ( 135, 30 ) ;
72cdf0e10cSrcweir        Size = MAP_APPFONT ( 40, 12 ) ;
73cdf0e10cSrcweir        Group = TRUE ;
74cdf0e10cSrcweir        Left = TRUE ;
75cdf0e10cSrcweir        Repeat = TRUE ;
76cdf0e10cSrcweir        Spin = TRUE ;
77cdf0e10cSrcweir        Maximum = 9999 ;
78cdf0e10cSrcweir        DecimalDigits = 2 ;
79cdf0e10cSrcweir        Unit = FUNIT_CM ;
80cdf0e10cSrcweir        Last = 9999 ;
81cdf0e10cSrcweir        SpinSize = 10 ;
82cdf0e10cSrcweir    };
83cdf0e10cSrcweir    FixedText FT_FLINEINDENT
84cdf0e10cSrcweir    {
85cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 48 ) ;
86cdf0e10cSrcweir        Size = MAP_APPFONT ( 120, 8 ) ;
87cdf0e10cSrcweir        Text [ en-US ] = "~First line" ;
88cdf0e10cSrcweir        Left = TRUE ;
89cdf0e10cSrcweir    };
90cdf0e10cSrcweir    MetricField ED_FLINEINDENT
91cdf0e10cSrcweir    {
92cdf0e10cSrcweir        HelpID = "cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_FLINEINDENT" ;
93cdf0e10cSrcweir        Border = TRUE ;
94cdf0e10cSrcweir        Pos = MAP_APPFONT ( 135, 46 ) ;
95cdf0e10cSrcweir        Size = MAP_APPFONT ( 40, 12 ) ;
96cdf0e10cSrcweir        Group = TRUE ;
97cdf0e10cSrcweir        Left = TRUE ;
98cdf0e10cSrcweir        Repeat = TRUE ;
99cdf0e10cSrcweir        Spin = TRUE ;
100cdf0e10cSrcweir        Minimum = -9999 ;
101cdf0e10cSrcweir        Maximum = 9999 ;
102cdf0e10cSrcweir        DecimalDigits = 2 ;
103cdf0e10cSrcweir        Unit = FUNIT_CM ;
104cdf0e10cSrcweir        First = -9999 ;
105cdf0e10cSrcweir        Last = 9999 ;
106cdf0e10cSrcweir        SpinSize = 10 ;
107cdf0e10cSrcweir    };
108cdf0e10cSrcweir    CheckBox CB_AUTO
109cdf0e10cSrcweir    {
110cdf0e10cSrcweir        HelpID = "cui:CheckBox:RID_SVXPAGE_STD_PARAGRAPH:CB_AUTO" ;
111cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 61 ) ;
112cdf0e10cSrcweir        Size = MAP_APPFONT ( 120, 10 ) ;
113cdf0e10cSrcweir        Hide = TRUE ;
114cdf0e10cSrcweir        Text [ en-US ] = "~Automatic" ;
115cdf0e10cSrcweir    };
116cdf0e10cSrcweir    FixedLine FL_INDENT
117cdf0e10cSrcweir    {
118cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
119cdf0e10cSrcweir        Size = MAP_APPFONT ( 173, 8 ) ;
120cdf0e10cSrcweir        Text [ en-US ] = "Indent" ;
121cdf0e10cSrcweir    };
122cdf0e10cSrcweir    FixedText FT_TOPDIST
123cdf0e10cSrcweir    {
124cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 90 ) ;
125cdf0e10cSrcweir        Size = MAP_APPFONT ( 120, 8 ) ;
126cdf0e10cSrcweir        Left = TRUE ;
127cdf0e10cSrcweir        Text [ en-US ] = "Ab~ove paragraph" ;
128cdf0e10cSrcweir    };
129cdf0e10cSrcweir    MetricField ED_TOPDIST
130cdf0e10cSrcweir    {
131cdf0e10cSrcweir        HelpID = "cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_TOPDIST" ;
132cdf0e10cSrcweir        Border = TRUE ;
133cdf0e10cSrcweir        Pos = MAP_APPFONT ( 135, 88 ) ;
134cdf0e10cSrcweir        Size = MAP_APPFONT ( 40, 12 ) ;
135cdf0e10cSrcweir        Group = TRUE ;
136cdf0e10cSrcweir        Left = TRUE ;
137cdf0e10cSrcweir        Repeat = TRUE ;
138cdf0e10cSrcweir        Spin = TRUE ;
139cdf0e10cSrcweir        Maximum = 9999 ;
140cdf0e10cSrcweir        DecimalDigits = 2 ;
141cdf0e10cSrcweir        Unit = FUNIT_CM ;
142cdf0e10cSrcweir        Last = 9999 ;
143cdf0e10cSrcweir        SpinSize = 10 ;
144cdf0e10cSrcweir    };
145cdf0e10cSrcweir    FixedText FT_BOTTOMDIST
146cdf0e10cSrcweir    {
147cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 104 ) ;
148cdf0e10cSrcweir        Size = MAP_APPFONT ( 120, 8 ) ;
149cdf0e10cSrcweir        Left = TRUE ;
150cdf0e10cSrcweir        Text [ en-US ] = "Below paragraph" ;
151cdf0e10cSrcweir    };
152cdf0e10cSrcweir    MetricField ED_BOTTOMDIST
153cdf0e10cSrcweir    {
154cdf0e10cSrcweir        HelpID = "cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_BOTTOMDIST" ;
155cdf0e10cSrcweir        Border = TRUE ;
156cdf0e10cSrcweir        Pos = MAP_APPFONT ( 135, 104 ) ;
157cdf0e10cSrcweir        Size = MAP_APPFONT ( 40, 12 ) ;
158cdf0e10cSrcweir        Group = TRUE ;
159cdf0e10cSrcweir        Left = TRUE ;
160cdf0e10cSrcweir        Repeat = TRUE ;
161cdf0e10cSrcweir        Spin = TRUE ;
162cdf0e10cSrcweir        Maximum = 9999 ;
163cdf0e10cSrcweir        DecimalDigits = 2 ;
164cdf0e10cSrcweir        Unit = FUNIT_CM ;
165cdf0e10cSrcweir        Last = 9999 ;
166cdf0e10cSrcweir        SpinSize = 10 ;
167cdf0e10cSrcweir    };
168cdf0e10cSrcweir    FixedLine FL_DIST
169cdf0e10cSrcweir    {
170cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 77 ) ;
171cdf0e10cSrcweir        Size = MAP_APPFONT ( 173, 8 ) ;
172cdf0e10cSrcweir        Text [ en-US ] = "Spacing" ;
173cdf0e10cSrcweir    };
174cdf0e10cSrcweir    ListBox LB_LINEDIST
175cdf0e10cSrcweir    {
176cdf0e10cSrcweir        HelpID = "cui:ListBox:RID_SVXPAGE_STD_PARAGRAPH:LB_LINEDIST" ;
177cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 133 ) ;
178cdf0e10cSrcweir        Size = MAP_APPFONT ( 55, 72 ) ;
179cdf0e10cSrcweir        DropDown = TRUE ;
180cdf0e10cSrcweir        StringList [ en-US ] =
181cdf0e10cSrcweir        {
182cdf0e10cSrcweir            < "Single" ; Default ;          > ;
183cdf0e10cSrcweir            < "1.5 lines" ; Default ;       > ;
184cdf0e10cSrcweir            < "Double" ; Default ;          > ;
185cdf0e10cSrcweir            < "Proportional" ; Default ;    > ;
186cdf0e10cSrcweir            < "At least" ; Default ;        > ;
187cdf0e10cSrcweir            < "Leading" ; Default ;         > ;
188cdf0e10cSrcweir        };
189cdf0e10cSrcweir    };
190cdf0e10cSrcweir    String ST_LINEDIST_ABS
191cdf0e10cSrcweir    {
192cdf0e10cSrcweir        Text [ en-US ] = "Fixed" ;
193cdf0e10cSrcweir    };
194cdf0e10cSrcweir    FixedText FT_LINEDIST
195cdf0e10cSrcweir    {
196cdf0e10cSrcweir        Disable = TRUE ;
197cdf0e10cSrcweir        Pos = MAP_APPFONT ( 70, 135 ) ;
198cdf0e10cSrcweir        Size = MAP_APPFONT ( 60, 8 ) ;
199cdf0e10cSrcweir        Text [ en-US ] = "of" ;
200cdf0e10cSrcweir        Left = TRUE ;
201cdf0e10cSrcweir    };
202cdf0e10cSrcweir    MetricField ED_LINEDISTPERCENT
203cdf0e10cSrcweir    {
204cdf0e10cSrcweir        HelpID = "cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_LINEDISTPERCENT" ;
205cdf0e10cSrcweir        Disable = TRUE ;
206cdf0e10cSrcweir        Border = TRUE ;
207cdf0e10cSrcweir        Pos = MAP_APPFONT ( 135, 133 ) ;
208cdf0e10cSrcweir        Size = MAP_APPFONT ( 40, 12 ) ;
209cdf0e10cSrcweir        Group = TRUE ;
210cdf0e10cSrcweir        Left = TRUE ;
211cdf0e10cSrcweir        Repeat = TRUE ;
212cdf0e10cSrcweir        Spin = TRUE ;
213cdf0e10cSrcweir        Minimum = 50 ;
214cdf0e10cSrcweir        Maximum = 200 ;
215cdf0e10cSrcweir        Value = 100 ;
2167ea7a1ccSTsutomu Uchino        Unit = FUNIT_PERCENT ;
217cdf0e10cSrcweir        First = 50 ;
218cdf0e10cSrcweir        Last = 200 ;
219cdf0e10cSrcweir        SpinSize = 1 ;
220cdf0e10cSrcweir    };
221cdf0e10cSrcweir    MetricField ED_LINEDISTMETRIC
222cdf0e10cSrcweir    {
223cdf0e10cSrcweir        HelpID = "cui:MetricField:RID_SVXPAGE_STD_PARAGRAPH:ED_LINEDISTMETRIC" ;
224cdf0e10cSrcweir        Disable = TRUE ;
225cdf0e10cSrcweir        Border = TRUE ;
226cdf0e10cSrcweir        Hide = TRUE ;
227cdf0e10cSrcweir        Pos = MAP_APPFONT ( 135, 133 ) ;
228cdf0e10cSrcweir        Size = MAP_APPFONT ( 40, 12 ) ;
229cdf0e10cSrcweir        Group = TRUE ;
230cdf0e10cSrcweir        Left = TRUE ;
231cdf0e10cSrcweir        Repeat = TRUE ;
232cdf0e10cSrcweir        Spin = TRUE ;
233cdf0e10cSrcweir        Maximum = 9999 ;
234cdf0e10cSrcweir        DecimalDigits = 2 ;
235cdf0e10cSrcweir        Unit = FUNIT_CM ;
236cdf0e10cSrcweir        Last = 9999 ;
237cdf0e10cSrcweir        SpinSize = 10 ;
238cdf0e10cSrcweir    };
239cdf0e10cSrcweir    FixedLine FL_LINEDIST
240cdf0e10cSrcweir    {
241cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 122 ) ;
242cdf0e10cSrcweir        Size = MAP_APPFONT ( 173, 8 ) ;
243cdf0e10cSrcweir        Text [ en-US ] = "Line spacing" ;
244cdf0e10cSrcweir    };
245cdf0e10cSrcweir    Window WN_EXAMPLE
246cdf0e10cSrcweir    {
247cdf0e10cSrcweir        Border = TRUE ;
248cdf0e10cSrcweir        Pos = MAP_APPFONT ( 185, 7 ) ;
249cdf0e10cSrcweir        Size = MAP_APPFONT ( 68, 112 ) ;
250cdf0e10cSrcweir    };
251cdf0e10cSrcweir    CheckBox CB_REGISTER
252cdf0e10cSrcweir    {
253cdf0e10cSrcweir        HelpID = "cui:CheckBox:RID_SVXPAGE_STD_PARAGRAPH:CB_REGISTER" ;
254cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 162 ) ;
255cdf0e10cSrcweir        Size = MAP_APPFONT ( 120, 10 ) ;
256cdf0e10cSrcweir        Hide = TRUE ;
257cdf0e10cSrcweir        Text [ en-US ] = "A~ctivate" ;
258cdf0e10cSrcweir    };
259cdf0e10cSrcweir    FixedLine FL_REGISTER
260cdf0e10cSrcweir    {
261cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 151 ) ;
262cdf0e10cSrcweir        Size = MAP_APPFONT ( 173, 8 ) ;
263cdf0e10cSrcweir        Hide = TRUE ;
264cdf0e10cSrcweir        Text [ en-US ] = "Register-true" ;
265cdf0e10cSrcweir    };
266cdf0e10cSrcweir
267cdf0e10cSrcweir};
268cdf0e10cSrcweir// RID_SVXPAGE_ALIGN_PARAGRAPH ---------------------------------------------
269cdf0e10cSrcweirTabPage RID_SVXPAGE_ALIGN_PARAGRAPH
270cdf0e10cSrcweir{
271cdf0e10cSrcweir    HelpId = HID_FORMAT_PARAGRAPH_ALIGN ;
272cdf0e10cSrcweir    Hide = TRUE ;
273cdf0e10cSrcweir    Text [ en-US ] = "Alignment" ;
274cdf0e10cSrcweir    Size = MAP_APPFONT ( 260, 185 ) ;
275cdf0e10cSrcweir    FixedLine FL_ALIGN
276cdf0e10cSrcweir    {
277cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
278cdf0e10cSrcweir        Size = MAP_APPFONT ( 173, 8 ) ;
279cdf0e10cSrcweir        Text [ en-US ] = "Options" ;
280cdf0e10cSrcweir        Group = TRUE ;
281cdf0e10cSrcweir    };
282cdf0e10cSrcweir    RadioButton BTN_LEFTALIGN
283cdf0e10cSrcweir    {
284cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_LEFTALIGN" ;
285cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 14 ) ;
286cdf0e10cSrcweir        Size = MAP_APPFONT ( 161, 10 ) ;
287cdf0e10cSrcweir        Text [ en-US ] = "~Left" ;
288cdf0e10cSrcweir        Group = TRUE ;
289cdf0e10cSrcweir    };
290cdf0e10cSrcweir    RadioButton BTN_RIGHTALIGN
291cdf0e10cSrcweir    {
292cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_RIGHTALIGN" ;
293cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 28 ) ;
294cdf0e10cSrcweir        Size = MAP_APPFONT ( 161, 10 ) ;
295cdf0e10cSrcweir        Text [ en-US ] = "Righ~t" ;
296cdf0e10cSrcweir    };
297cdf0e10cSrcweir    RadioButton BTN_CENTERALIGN
298cdf0e10cSrcweir    {
299cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_CENTERALIGN" ;
300cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 42 ) ;
301cdf0e10cSrcweir        Size = MAP_APPFONT ( 161, 10 ) ;
302cdf0e10cSrcweir        Text [ en-US ] = "~Center" ;
303cdf0e10cSrcweir    };
304cdf0e10cSrcweir    RadioButton BTN_JUSTIFYALIGN
305cdf0e10cSrcweir    {
306cdf0e10cSrcweir        HelpID = "cui:RadioButton:RID_SVXPAGE_ALIGN_PARAGRAPH:BTN_JUSTIFYALIGN" ;
307cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 56 ) ;
308cdf0e10cSrcweir        Size = MAP_APPFONT ( 161, 10 ) ;
309cdf0e10cSrcweir        Text [ en-US ] = "Justified" ;
310cdf0e10cSrcweir    };
311cdf0e10cSrcweir    String ST_LEFTALIGN_ASIAN
312cdf0e10cSrcweir    {
313cdf0e10cSrcweir        Text [ en-US ] = "~Left/Top" ;
314cdf0e10cSrcweir    };
315cdf0e10cSrcweir    String ST_RIGHTALIGN_ASIAN
316cdf0e10cSrcweir    {
317cdf0e10cSrcweir        Text [ en-US ] = "Righ~t/Bottom" ;
318cdf0e10cSrcweir    };
319cdf0e10cSrcweir    FixedText FT_LASTLINE
320cdf0e10cSrcweir    {
321cdf0e10cSrcweir        Pos = MAP_APPFONT ( 20, 72 ) ;
322cdf0e10cSrcweir        Size = MAP_APPFONT ( 80, 8 ) ;
323cdf0e10cSrcweir        Hide = TRUE ;
324cdf0e10cSrcweir        Text [ en-US ] = "~Last line" ;
325cdf0e10cSrcweir    };
326cdf0e10cSrcweir    ListBox LB_LASTLINE
327cdf0e10cSrcweir    {
328cdf0e10cSrcweir        HelpID = "cui:ListBox:RID_SVXPAGE_ALIGN_PARAGRAPH:LB_LASTLINE" ;
329cdf0e10cSrcweir        Pos = MAP_APPFONT ( 105, 70 ) ;
330cdf0e10cSrcweir        Size = MAP_APPFONT ( 70, 50 ) ;
331cdf0e10cSrcweir        DropDown = TRUE ;
332cdf0e10cSrcweir        Hide = TRUE ;
333cdf0e10cSrcweir        StringList [ en-US ] =
334cdf0e10cSrcweir        {
335cdf0e10cSrcweir            < "Default" ; Default ;     > ;
336cdf0e10cSrcweir            < "Left" ; Default ;        > ;
337cdf0e10cSrcweir            < "Centered" ; Default ;    > ;
338cdf0e10cSrcweir            < "Justified"; Default;     > ;
339cdf0e10cSrcweir        };
340cdf0e10cSrcweir    };
341cdf0e10cSrcweir    CheckBox CB_EXPAND
342cdf0e10cSrcweir    {
343cdf0e10cSrcweir        HelpID = "cui:CheckBox:RID_SVXPAGE_ALIGN_PARAGRAPH:CB_EXPAND" ;
344cdf0e10cSrcweir        Pos = MAP_APPFONT ( 20, 86 ) ;
345cdf0e10cSrcweir        Size = MAP_APPFONT ( 153, 10 ) ;
346cdf0e10cSrcweir        Hide = TRUE ;
347cdf0e10cSrcweir        Text [ en-US ] = "~Expand single word" ;
348cdf0e10cSrcweir    };
349cdf0e10cSrcweir    CheckBox CB_SNAP
350cdf0e10cSrcweir    {
351cdf0e10cSrcweir        HelpID = "cui:CheckBox:RID_SVXPAGE_ALIGN_PARAGRAPH:CB_SNAP" ;
352cdf0e10cSrcweir        Pos = MAP_APPFONT ( 20, 100 ) ;
353cdf0e10cSrcweir        Size = MAP_APPFONT ( 153, 10 ) ;
354cdf0e10cSrcweir        Hide = TRUE ;
355cdf0e10cSrcweir        Text [ en-US ] = "Snap to text grid (if active)" ;
356cdf0e10cSrcweir    };
357cdf0e10cSrcweir    Window WN_EXAMPLE
358cdf0e10cSrcweir    {
359cdf0e10cSrcweir        Border = TRUE ;
360cdf0e10cSrcweir        Pos = MAP_APPFONT ( 185, 7 ) ;
361cdf0e10cSrcweir        Size = MAP_APPFONT ( 68, 112 ) ;
362cdf0e10cSrcweir    };
363cdf0e10cSrcweir    FixedLine FL_VERTALIGN
364cdf0e10cSrcweir    {
365cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 122 ) ;
366cdf0e10cSrcweir        Size = MAP_APPFONT ( 173, 8 ) ;
367cdf0e10cSrcweir        Hide = TRUE ;
368cdf0e10cSrcweir        Text [ en-US ] = "Text-to-text" ;
369cdf0e10cSrcweir    };
370cdf0e10cSrcweir    FixedText FT_VERTALIGN
371cdf0e10cSrcweir    {
372cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 135 ) ;
373cdf0e10cSrcweir        Size = MAP_APPFONT ( 90, 8 ) ;
374cdf0e10cSrcweir        Hide = TRUE ;
375cdf0e10cSrcweir        Text [ en-US ] = "~Alignment" ;
376cdf0e10cSrcweir    };
377cdf0e10cSrcweir    ListBox LB_VERTALIGN
378cdf0e10cSrcweir    {
379cdf0e10cSrcweir        HelpID = "cui:ListBox:RID_SVXPAGE_ALIGN_PARAGRAPH:LB_VERTALIGN" ;
380cdf0e10cSrcweir        Pos = MAP_APPFONT ( 105, 133 ) ;
381cdf0e10cSrcweir        Size = MAP_APPFONT ( 70, 50 ) ;
382cdf0e10cSrcweir        DropDown = TRUE ;
383cdf0e10cSrcweir        Hide = TRUE ;
384cdf0e10cSrcweir        StringList [ en-US ] =
385cdf0e10cSrcweir        {
386cdf0e10cSrcweir            < "Automatic" ; > ;
387cdf0e10cSrcweir            < "Base line" ; > ;
388cdf0e10cSrcweir            < "Top" ;       > ;
389cdf0e10cSrcweir            < "Middle" ;    > ;
390cdf0e10cSrcweir            < "Bottom" ;    > ;
391cdf0e10cSrcweir        };
392cdf0e10cSrcweir    };
393cdf0e10cSrcweir    FixedLine FL_PROPERTIES
394cdf0e10cSrcweir    {
395cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 154 ) ;
396cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
397cdf0e10cSrcweir        Hide = TRUE ;
398cdf0e10cSrcweir        Text [ en-US ] = "Properties" ;
399cdf0e10cSrcweir    };
400cdf0e10cSrcweir    FixedText FT_TEXTDIRECTION
401cdf0e10cSrcweir    {
402cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 167 ) ;
403cdf0e10cSrcweir        Size = MAP_APPFONT ( 60, 8 ) ;
404cdf0e10cSrcweir        Hide = TRUE ;
405cdf0e10cSrcweir        Text [ en-US ] = "Text ~direction" ;
406cdf0e10cSrcweir    };
407cdf0e10cSrcweir    ListBox LB_TEXTDIRECTION
408cdf0e10cSrcweir    {
409cdf0e10cSrcweir        HelpID = "cui:ListBox:RID_SVXPAGE_ALIGN_PARAGRAPH:LB_TEXTDIRECTION" ;
410cdf0e10cSrcweir        Border = TRUE ;
411cdf0e10cSrcweir        Pos = MAP_APPFONT ( 105, 165 ) ;
412cdf0e10cSrcweir        Size = MAP_APPFONT ( 146, 50 ) ;
413cdf0e10cSrcweir        DropDown = TRUE ;
414cdf0e10cSrcweir        Hide = TRUE ;
415cdf0e10cSrcweir    };
416cdf0e10cSrcweir};
417cdf0e10cSrcweir// RID_SVXPAGE_EXT_PARAGRAPH ---------------------------------------------
418cdf0e10cSrcweirTabPage RID_SVXPAGE_EXT_PARAGRAPH
419cdf0e10cSrcweir{
420cdf0e10cSrcweir    HelpId = HID_FORMAT_PARAGRAPH_EXT ;
421cdf0e10cSrcweir    Hide = TRUE ;
422cdf0e10cSrcweir    Text [ en-US ] = "Text Flow" ;
423cdf0e10cSrcweir    Size = MAP_APPFONT ( 260, 185 ) ;
424cdf0e10cSrcweir    TriStateBox BTN_HYPHEN
425cdf0e10cSrcweir    {
426cdf0e10cSrcweir        HelpID = "cui:TriStateBox:RID_SVXPAGE_EXT_PARAGRAPH:BTN_HYPHEN" ;
427cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 14 ) ;
428cdf0e10cSrcweir        Size = MAP_APPFONT ( 236, 10 ) ;
429cdf0e10cSrcweir        Text [ en-US ] = "A~utomatically" ;
430cdf0e10cSrcweir    };
431cdf0e10cSrcweir    NumericField ED_HYPHENBEFORE
432cdf0e10cSrcweir    {
433cdf0e10cSrcweir        HelpID = "cui:NumericField:RID_SVXPAGE_EXT_PARAGRAPH:ED_HYPHENBEFORE" ;
434cdf0e10cSrcweir        Disable = TRUE ;
435cdf0e10cSrcweir        Border = TRUE ;
436cdf0e10cSrcweir        Pos = MAP_APPFONT ( 21, 26 ) ;
437cdf0e10cSrcweir        Size = MAP_APPFONT ( 24, 12 ) ;
438cdf0e10cSrcweir        Group = TRUE ;
439cdf0e10cSrcweir        Left = TRUE ;
440cdf0e10cSrcweir        Repeat = TRUE ;
441cdf0e10cSrcweir        Spin = TRUE ;
442cdf0e10cSrcweir        Minimum = 2 ;
443cdf0e10cSrcweir        Maximum = 9 ;
444cdf0e10cSrcweir        Value = 2 ;
445cdf0e10cSrcweir        First = 2 ;
446cdf0e10cSrcweir        Last = 9 ;
447cdf0e10cSrcweir    };
448cdf0e10cSrcweir    FixedText FT_HYPHENBEFORE
449cdf0e10cSrcweir    {
450cdf0e10cSrcweir        Disable = TRUE ;
451cdf0e10cSrcweir        Pos = MAP_APPFONT ( 48, 29 ) ;
452cdf0e10cSrcweir        Size = MAP_APPFONT ( 200, 8 ) ;
453cdf0e10cSrcweir        Text [ en-US ] = "C~haracters at line end" ;
454cdf0e10cSrcweir        Left = TRUE ;
455cdf0e10cSrcweir    };
456cdf0e10cSrcweir    NumericField ED_HYPHENAFTER
457cdf0e10cSrcweir    {
458cdf0e10cSrcweir        HelpID = "cui:NumericField:RID_SVXPAGE_EXT_PARAGRAPH:ED_HYPHENAFTER" ;
459cdf0e10cSrcweir        Disable = TRUE ;
460cdf0e10cSrcweir        Border = TRUE ;
461cdf0e10cSrcweir        Pos = MAP_APPFONT ( 21, 41 ) ;
462cdf0e10cSrcweir        Size = MAP_APPFONT ( 24, 12 ) ;
463cdf0e10cSrcweir        Group = TRUE ;
464cdf0e10cSrcweir        Left = TRUE ;
465cdf0e10cSrcweir        Repeat = TRUE ;
466cdf0e10cSrcweir        Spin = TRUE ;
467cdf0e10cSrcweir        Minimum = 2 ;
468cdf0e10cSrcweir        Maximum = 9 ;
469cdf0e10cSrcweir        Value = 2 ;
470cdf0e10cSrcweir        First = 2 ;
471cdf0e10cSrcweir        Last = 9 ;
472cdf0e10cSrcweir    };
473cdf0e10cSrcweir    FixedText FT_HYPHENAFTER
474cdf0e10cSrcweir    {
475cdf0e10cSrcweir        Disable = TRUE ;
476cdf0e10cSrcweir        Pos = MAP_APPFONT ( 48, 43 ) ;
477cdf0e10cSrcweir        Size = MAP_APPFONT ( 200, 8 ) ;
478cdf0e10cSrcweir        Text [ en-US ] = "Cha~racters at line begin" ;
479cdf0e10cSrcweir        Left = TRUE ;
480cdf0e10cSrcweir    };
481cdf0e10cSrcweir    FixedText FT_MAXHYPH
482cdf0e10cSrcweir    {
483cdf0e10cSrcweir        Pos = MAP_APPFONT ( 48, 57 ) ;
484cdf0e10cSrcweir        Size = MAP_APPFONT ( 200, 8 ) ;
485cdf0e10cSrcweir        WordBreak = TRUE ;
486cdf0e10cSrcweir        Text [ en-US ] = "~Maximum number of consecutive hyphens" ;
487cdf0e10cSrcweir    };
488cdf0e10cSrcweir    NumericField ED_MAXHYPH
489cdf0e10cSrcweir    {
490cdf0e10cSrcweir        HelpID = "cui:NumericField:RID_SVXPAGE_EXT_PARAGRAPH:ED_MAXHYPH" ;
491cdf0e10cSrcweir        Border = TRUE ;
492cdf0e10cSrcweir        Pos = MAP_APPFONT ( 21, 55 ) ;
493cdf0e10cSrcweir        Size = MAP_APPFONT ( 24, 12 ) ;
494cdf0e10cSrcweir        Group = TRUE ;
495cdf0e10cSrcweir        Left = TRUE ;
496cdf0e10cSrcweir        Repeat = TRUE ;
497cdf0e10cSrcweir        Spin = TRUE ;
498cdf0e10cSrcweir        Maximum = 99 ;
499cdf0e10cSrcweir        Last = 99 ;
500cdf0e10cSrcweir    };
501cdf0e10cSrcweir    FixedLine FL_HYPHEN
502cdf0e10cSrcweir    {
503cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
504cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
505cdf0e10cSrcweir        Text [ en-US ] = "Hyphenation" ;
506cdf0e10cSrcweir    };
507cdf0e10cSrcweir    FixedLine FL_OPTIONS
508cdf0e10cSrcweir    {   // is moved one section deeper to not raise unnecessary translations
509cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 116 ) ;
510cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
511cdf0e10cSrcweir        Text [ en-US ] = "Options" ;
512cdf0e10cSrcweir        Group = TRUE ;
513cdf0e10cSrcweir    };
514cdf0e10cSrcweir    FixedLine FL_BREAKS
515cdf0e10cSrcweir    {
516cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 73 ) ;
517cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
518cdf0e10cSrcweir        Text [ en-US ] = "Breaks" ;
519cdf0e10cSrcweir        Group = TRUE ;
520cdf0e10cSrcweir    };
521cdf0e10cSrcweir    TriStateBox BTN_PAGEBREAK
522cdf0e10cSrcweir    {
523cdf0e10cSrcweir        HelpID = "cui:TriStateBox:RID_SVXPAGE_EXT_PARAGRAPH:BTN_PAGEBREAK" ;
524cdf0e10cSrcweir        //          Disable = TRUE ;
525cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 86 ) ;
526cdf0e10cSrcweir        Size = MAP_APPFONT ( 61, 10 ) ;
527cdf0e10cSrcweir        Text [ en-US ] = "Insert" ;
528cdf0e10cSrcweir        Group = TRUE ;
529cdf0e10cSrcweir    };
530cdf0e10cSrcweir    FixedText FT_BREAKTYPE
531cdf0e10cSrcweir    {
532cdf0e10cSrcweir        Pos = MAP_APPFONT ( 75, 86 ) ;
533cdf0e10cSrcweir        Size = MAP_APPFONT ( 21, 10 ) ;
534cdf0e10cSrcweir        Text [ en-US ] = "~Type" ;
535cdf0e10cSrcweir    };
536cdf0e10cSrcweir    ListBox LB_BREAKTYPE
537cdf0e10cSrcweir    {
538cdf0e10cSrcweir        HelpID = "cui:ListBox:RID_SVXPAGE_EXT_PARAGRAPH:LB_BREAKTYPE" ;
539cdf0e10cSrcweir        Border = TRUE ;
540cdf0e10cSrcweir        Pos = MAP_APPFONT ( 98, 84 ) ;
541cdf0e10cSrcweir        Size = MAP_APPFONT ( 61, 50 ) ;
542cdf0e10cSrcweir        DropDown = TRUE ;
543cdf0e10cSrcweir    StringList [ en-US ] =
544cdf0e10cSrcweir    {
545cdf0e10cSrcweir        < "Page" ; 0 ;      > ;
546cdf0e10cSrcweir        < "Column" ; 1 ;    > ;
547cdf0e10cSrcweir    };
548cdf0e10cSrcweir    };
549cdf0e10cSrcweir    FixedText FT_BREAKPOSITION
550cdf0e10cSrcweir    {
551cdf0e10cSrcweir        Pos = MAP_APPFONT ( 163, 86 ) ;
552cdf0e10cSrcweir        Size = MAP_APPFONT ( 45, 10 ) ;
553cdf0e10cSrcweir        Right = TRUE ;
554cdf0e10cSrcweir        Text [ en-US ] = "Position" ;
555cdf0e10cSrcweir    };
556cdf0e10cSrcweir    ListBox LB_BREAKPOSITION
557cdf0e10cSrcweir    {
558cdf0e10cSrcweir        HelpID = "cui:ListBox:RID_SVXPAGE_EXT_PARAGRAPH:LB_BREAKPOSITION" ;
559cdf0e10cSrcweir        Border = TRUE ;
560cdf0e10cSrcweir        Pos = MAP_APPFONT ( 211, 84 ) ;
561cdf0e10cSrcweir        Size = MAP_APPFONT ( 40, 50 ) ;
562cdf0e10cSrcweir        DropDown = TRUE ;
563cdf0e10cSrcweir    StringList [ en-US ] =
564cdf0e10cSrcweir    {
565cdf0e10cSrcweir        < "Before" ; 0 ;    > ;
566cdf0e10cSrcweir        < "After" ; 1 ;     > ;
567cdf0e10cSrcweir    };
568cdf0e10cSrcweir    };
569cdf0e10cSrcweir    TriStateBox BTN_PAGECOLL
570cdf0e10cSrcweir    {
571cdf0e10cSrcweir        HelpID = "cui:TriStateBox:RID_SVXPAGE_EXT_PARAGRAPH:BTN_PAGECOLL" ;
572cdf0e10cSrcweir        //          Disable = TRUE ;
573cdf0e10cSrcweir        Pos = MAP_APPFONT (21, 100 ) ;
574cdf0e10cSrcweir        Size = MAP_APPFONT ( 75, 10 ) ;
575cdf0e10cSrcweir        Text [ en-US ] = "With Page St~yle" ;
576cdf0e10cSrcweir        Group = TRUE ;
577cdf0e10cSrcweir    };
578cdf0e10cSrcweir    ListBox LB_PAGECOLL
579cdf0e10cSrcweir    {
580cdf0e10cSrcweir        HelpID = "cui:ListBox:RID_SVXPAGE_EXT_PARAGRAPH:LB_PAGECOLL" ;
581cdf0e10cSrcweir        //          Disable = TRUE ;
582cdf0e10cSrcweir        Pos = MAP_APPFONT ( 98, 98 ) ;
583cdf0e10cSrcweir        Size = MAP_APPFONT ( 61, 50 ) ;
584cdf0e10cSrcweir        DropDown = TRUE ;
585cdf0e10cSrcweir        Sort = TRUE ;
586cdf0e10cSrcweir    };
587cdf0e10cSrcweir    FixedText FT_PAGENUM
588cdf0e10cSrcweir    {
589cdf0e10cSrcweir        Pos = MAP_APPFONT ( 163, 100 ) ;
590cdf0e10cSrcweir        Size = MAP_APPFONT ( 45, 8 ) ;
591cdf0e10cSrcweir        Right = TRUE ;
592cdf0e10cSrcweir        Text [ en-US ] = "Page ~number" ;
593cdf0e10cSrcweir    };
594cdf0e10cSrcweir    NumericField ED_PAGENUM
595cdf0e10cSrcweir    {
596cdf0e10cSrcweir        HelpID = "cui:NumericField:RID_SVXPAGE_EXT_PARAGRAPH:ED_PAGENUM" ;
597cdf0e10cSrcweir        Border = TRUE ;
598cdf0e10cSrcweir        Pos = MAP_APPFONT ( 211, 98 ) ;
599cdf0e10cSrcweir        Size = MAP_APPFONT ( 26, 12 ) ;
600cdf0e10cSrcweir        Left = TRUE ;
601cdf0e10cSrcweir        Repeat = TRUE ;
602cdf0e10cSrcweir        Spin = TRUE ;
603cdf0e10cSrcweir        Minimum = 0 ;
604cdf0e10cSrcweir        Maximum = 9999 ;
605cdf0e10cSrcweir        Value = 0 ;
606cdf0e10cSrcweir        First = 0 ;
607cdf0e10cSrcweir        Last = 9999 ;
608cdf0e10cSrcweir    };
609cdf0e10cSrcweir    TriStateBox BTN_KEEPTOGETHER
610cdf0e10cSrcweir    {
611cdf0e10cSrcweir        HelpID = "cui:TriStateBox:RID_SVXPAGE_EXT_PARAGRAPH:BTN_KEEPTOGETHER" ;
612cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 127 ) ;
613cdf0e10cSrcweir        Size = MAP_APPFONT ( 236, 10 ) ;
614cdf0e10cSrcweir        Text [ en-US ] = "~Do not split paragraph" ;
615cdf0e10cSrcweir        Group = TRUE ;
616cdf0e10cSrcweir    };
617cdf0e10cSrcweir    TriStateBox CB_KEEPTOGETHER
618cdf0e10cSrcweir    {
619cdf0e10cSrcweir        HelpID = "cui:TriStateBox:RID_SVXPAGE_EXT_PARAGRAPH:CB_KEEPTOGETHER" ;
620cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 141 ) ;
621cdf0e10cSrcweir        Size = MAP_APPFONT ( 236, 10 ) ;
622cdf0e10cSrcweir        Text [ en-US ] = "~Keep with next paragraph" ;
623cdf0e10cSrcweir    };
624cdf0e10cSrcweir    TriStateBox BTN_ORPHANS
625cdf0e10cSrcweir    {
626cdf0e10cSrcweir        HelpID = "cui:TriStateBox:RID_SVXPAGE_EXT_PARAGRAPH:BTN_ORPHANS" ;
627cdf0e10cSrcweir        Disable = TRUE ;
628cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 155 ) ;
629cdf0e10cSrcweir        Size = MAP_APPFONT ( 120, 10 ) ;
630cdf0e10cSrcweir        Group = TRUE ;
631cdf0e10cSrcweir        Text [ en-US ] = "~Orphan control" ;
632cdf0e10cSrcweir    };
633cdf0e10cSrcweir    NumericField ED_ORPHANS
634cdf0e10cSrcweir    {
635cdf0e10cSrcweir        HelpID = "cui:NumericField:RID_SVXPAGE_EXT_PARAGRAPH:ED_ORPHANS" ;
636cdf0e10cSrcweir        Disable = TRUE ;
637cdf0e10cSrcweir        Border = TRUE ;
638cdf0e10cSrcweir        Pos = MAP_APPFONT ( 134, 153 ) ;
639cdf0e10cSrcweir        Size = MAP_APPFONT ( 24, 12 ) ;
640cdf0e10cSrcweir        Group = TRUE ;
641cdf0e10cSrcweir        Left = TRUE ;
642cdf0e10cSrcweir        Repeat = TRUE ;
643cdf0e10cSrcweir        Spin = TRUE ;
644cdf0e10cSrcweir        Minimum = 2 ;
645cdf0e10cSrcweir        Maximum = 9 ;
646cdf0e10cSrcweir        Value = 2 ;
647cdf0e10cSrcweir        First = 2 ;
648cdf0e10cSrcweir        Last = 9 ;
649cdf0e10cSrcweir    };
650cdf0e10cSrcweir    FixedText FT_ORPHANS
651cdf0e10cSrcweir    {
652cdf0e10cSrcweir        Disable = TRUE ;
653cdf0e10cSrcweir        Pos = MAP_APPFONT ( 161, 155 ) ;
654cdf0e10cSrcweir        Size = MAP_APPFONT ( 86, 8 ) ;
655cdf0e10cSrcweir        Text [ en-US ] = "Lines" ;
656cdf0e10cSrcweir        Left = TRUE ;
657cdf0e10cSrcweir    };
658cdf0e10cSrcweir    TriStateBox BTN_WIDOWS
659cdf0e10cSrcweir    {
660cdf0e10cSrcweir        HelpID = "cui:TriStateBox:RID_SVXPAGE_EXT_PARAGRAPH:BTN_WIDOWS" ;
661cdf0e10cSrcweir        Disable = TRUE ;
662cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 169 ) ;
663cdf0e10cSrcweir        Size = MAP_APPFONT ( 120, 10 ) ;
664cdf0e10cSrcweir        Group = TRUE ;
665cdf0e10cSrcweir        Text [ en-US ] = "~Widow control" ;
666cdf0e10cSrcweir    };
667cdf0e10cSrcweir    NumericField ED_WIDOWS
668cdf0e10cSrcweir    {
669cdf0e10cSrcweir        HelpID = "cui:NumericField:RID_SVXPAGE_EXT_PARAGRAPH:ED_WIDOWS" ;
670cdf0e10cSrcweir        Disable = TRUE ;
671cdf0e10cSrcweir        Border = TRUE ;
672cdf0e10cSrcweir        Pos = MAP_APPFONT ( 134, 167 ) ;
673cdf0e10cSrcweir        Size = MAP_APPFONT ( 24, 12 ) ;
674cdf0e10cSrcweir        Group = TRUE ;
675cdf0e10cSrcweir        Left = TRUE ;
676cdf0e10cSrcweir        Repeat = TRUE ;
677cdf0e10cSrcweir        Spin = TRUE ;
678cdf0e10cSrcweir        Minimum = 2 ;
679cdf0e10cSrcweir        Maximum = 9 ;
680cdf0e10cSrcweir        Value = 2 ;
681cdf0e10cSrcweir        First = 2 ;
682cdf0e10cSrcweir        Last = 9 ;
683cdf0e10cSrcweir    };
684cdf0e10cSrcweir    FixedText FT_WIDOWS
685cdf0e10cSrcweir    {
686cdf0e10cSrcweir        Disable = TRUE ;
687cdf0e10cSrcweir        Pos = MAP_APPFONT ( 161, 169 ) ;
688cdf0e10cSrcweir        Size = MAP_APPFONT ( 86, 8 ) ;
689cdf0e10cSrcweir        Text [ en-US ] = "Lines" ;
690cdf0e10cSrcweir        Left = TRUE ;
691cdf0e10cSrcweir    };
692cdf0e10cSrcweir};
693cdf0e10cSrcweir/*-- 29.11.00 11:36:24---------------------------------------------------
694cdf0e10cSrcweir  Asian typography
695cdf0e10cSrcweir  -----------------------------------------------------------------------*/
696cdf0e10cSrcweirTabPage RID_SVXPAGE_PARA_ASIAN
697cdf0e10cSrcweir{
698cdf0e10cSrcweir    HelpId = HID_SVXPAGE_PARA_ASIAN ;
699cdf0e10cSrcweir    Hide = TRUE ;
700cdf0e10cSrcweir    Text [ en-US ] = "Asian Typography" ;
701cdf0e10cSrcweir    Size = MAP_APPFONT ( 260, 185 ) ;
702cdf0e10cSrcweir    FixedLine FL_AS_OPTIONS
703cdf0e10cSrcweir    {
704cdf0e10cSrcweir        Pos = MAP_APPFONT ( 6, 3 ) ;
705cdf0e10cSrcweir        Size = MAP_APPFONT ( 248, 8 ) ;
706cdf0e10cSrcweir        Text [ en-US ] = "Line change" ;
707cdf0e10cSrcweir    };
708cdf0e10cSrcweir    TriStateBox CB_AS_FORBIDDEN
709cdf0e10cSrcweir    {
710cdf0e10cSrcweir        HelpID = "cui:TriStateBox:RID_SVXPAGE_PARA_ASIAN:CB_AS_FORBIDDEN" ;
711cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 14 ) ;
712cdf0e10cSrcweir        Size = MAP_APPFONT ( 242, 10 ) ;
713cdf0e10cSrcweir        Text [ en-US ] = "Apply list of forbidden characters to the beginning and end of lines" ;
714cdf0e10cSrcweir    };
715cdf0e10cSrcweir    TriStateBox CB_AS_HANG_PUNC
716cdf0e10cSrcweir    {
717cdf0e10cSrcweir        HelpID = "cui:TriStateBox:RID_SVXPAGE_PARA_ASIAN:CB_AS_HANG_PUNC" ;
718cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 28 ) ;
719cdf0e10cSrcweir        Size = MAP_APPFONT ( 242, 10 ) ;
720cdf0e10cSrcweir        Text [ en-US ] = "Allow hanging punctuation" ;
721cdf0e10cSrcweir    };
722cdf0e10cSrcweir    TriStateBox CB_AS_SCRIPT_SPACE
723cdf0e10cSrcweir    {
724cdf0e10cSrcweir        HelpID = "cui:TriStateBox:RID_SVXPAGE_PARA_ASIAN:CB_AS_SCRIPT_SPACE" ;
725cdf0e10cSrcweir        Pos = MAP_APPFONT ( 12, 42 ) ;
726cdf0e10cSrcweir        Size = MAP_APPFONT ( 242, 10 ) ;
727cdf0e10cSrcweir        Text [ en-US ] = "Apply spacing between Asian, Latin and Complex text" ;
728cdf0e10cSrcweir    };
729cdf0e10cSrcweir};
730cdf0e10cSrcweir
731cdf0e10cSrcweirString STR_EXAMPLE
732cdf0e10cSrcweir{
733cdf0e10cSrcweir    Text [ en-US ] = "Example" ;
734cdf0e10cSrcweir};
735cdf0e10cSrcweirString STR_PAGE_STYLE
736cdf0e10cSrcweir{
737cdf0e10cSrcweir    Text [ en-US ] = "Page Style" ;
738cdf0e10cSrcweir};
739cdf0e10cSrcweir
740*a228e354Smseidel// ******************************************************************* EOF
741