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