xref: /aoo42x/main/cui/source/tabpages/border.src (revision 8de9866c)
10e2af6afSAndrew Rist/**************************************************************
2*8de9866cSmseidel *
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
10*8de9866cSmseidel *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8de9866cSmseidel *
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.
19*8de9866cSmseidel *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23*8de9866cSmseidel
24*8de9866cSmseidel// include ---------------------------------------------------------------
25cdf0e10cSrcweir#include "helpid.hrc"
26cdf0e10cSrcweir#include <cuires.hrc>
27cdf0e10cSrcweir#include "border.hrc"
28cdf0e10cSrcweir#include <svx/dialogs.hrc>
29cdf0e10cSrcweir
30*8de9866cSmseidel// define ---------------------------------------------------------------
31cdf0e10cSrcweir#define STD_MASKCOLOR Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
32*8de9866cSmseidel// RID_SVXPAGE_BORDER ---------------------------------------------------
33cdf0e10cSrcweirTabPage RID_SVXPAGE_BORDER
34cdf0e10cSrcweir{
35*8de9866cSmseidel	Size = MAP_APPFONT ( 260, 185 ) ;
36cdf0e10cSrcweir	Helpid = HID_BORDER ;
37cdf0e10cSrcweir	Hide = TRUE ;
38*8de9866cSmseidel	Text [ en-US ] = "Borders" ;
39*8de9866cSmseidel	FixedLine FL_BORDER
40cdf0e10cSrcweir	{
41*8de9866cSmseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
42*8de9866cSmseidel		Size = MAP_APPFONT ( 70, 8 ) ;
43cdf0e10cSrcweir		Text [ en-US ] = "Line arrangement" ;
44cdf0e10cSrcweir	};
45*8de9866cSmseidel	FixedText FT_DEFAULT
46*8de9866cSmseidel	{
47*8de9866cSmseidel		Pos = MAP_APPFONT ( 12, 14) ;
48*8de9866cSmseidel		Size = MAP_APPFONT ( 64, 8) ;
49*8de9866cSmseidel		Text [ en-US ] = "~Default" ;
50cdf0e10cSrcweir	};
51*8de9866cSmseidel	Control WIN_PRESETS
52cdf0e10cSrcweir	{
53cdf0e10cSrcweir		HelpId = HID_BORDER_CTL_PRESETS ;
54cdf0e10cSrcweir		Hide = TRUE ;
55*8de9866cSmseidel		Pos = MAP_APPFONT ( 12, 25 ) ;
56*8de9866cSmseidel		Size = MAP_APPFONT ( 61, 12 ) ;
57cdf0e10cSrcweir		TabStop = TRUE ;
58cdf0e10cSrcweir	};
59*8de9866cSmseidel	FixedText FT_USERDEF
60*8de9866cSmseidel	{
61*8de9866cSmseidel		Pos = MAP_APPFONT (12, 41) ;
62*8de9866cSmseidel		Size = MAP_APPFONT ( 64, 8) ;
63*8de9866cSmseidel		Text [ en-US ] = "~User-defined" ;
64*8de9866cSmseidel	};
65*8de9866cSmseidel	Control WIN_FRAMESEL
66*8de9866cSmseidel	{
67*8de9866cSmseidel		Border = TRUE ;
68*8de9866cSmseidel		Pos = MAP_APPFONT ( 12, 53 ) ;
69*8de9866cSmseidel		Size = MAP_APPFONT ( 61, 65 ) ;
70*8de9866cSmseidel		TabStop = TRUE ;
71*8de9866cSmseidel		Text = "Border control" ;
72*8de9866cSmseidel	};
73*8de9866cSmseidel	FixedLine FL_SEPARATOR1
74*8de9866cSmseidel	{
75*8de9866cSmseidel		Pos = MAP_APPFONT ( 77, 14 ) ;
76*8de9866cSmseidel		Size = MAP_APPFONT ( 4, 104 ) ;
77*8de9866cSmseidel		Vert = TRUE ;
78*8de9866cSmseidel	};
79*8de9866cSmseidel	FixedLine FL_LINE
80*8de9866cSmseidel	{
81*8de9866cSmseidel		Pos = MAP_APPFONT ( 82, 3 ) ;
82*8de9866cSmseidel		Size = MAP_APPFONT ( 83, 8 ) ;
83cdf0e10cSrcweir		Text [ en-US ] = "Line" ;
84cdf0e10cSrcweir	};
85*8de9866cSmseidel	FixedText FT_STYLE
86*8de9866cSmseidel	{
87*8de9866cSmseidel		Pos = MAP_APPFONT ( 88, 14) ;
88*8de9866cSmseidel		Size = MAP_APPFONT ( 77, 8) ;
89*8de9866cSmseidel		Text [ en-US ] = "St~yle" ;
90cdf0e10cSrcweir	};
91*8de9866cSmseidel	ListBox LB_LINESTYLE
92cdf0e10cSrcweir	{
93*8de9866cSmseidel		HelpID = "cui:ListBox:RID_SVXPAGE_BORDER:LB_LINESTYLE" ;
94cdf0e10cSrcweir		Border = TRUE ;
95*8de9866cSmseidel		Pos = MAP_APPFONT ( 88, 25 ) ;
96*8de9866cSmseidel		Size = MAP_APPFONT ( 74, 66 ) ;
97cdf0e10cSrcweir	};
98*8de9866cSmseidel	FixedText FT_COLOR
99*8de9866cSmseidel	{
100*8de9866cSmseidel		Pos = MAP_APPFONT ( 88, 95 ) ;
101*8de9866cSmseidel		Size = MAP_APPFONT ( 77, 8 ) ;
102*8de9866cSmseidel		Text [ en-US ] = "~Color" ;
103cdf0e10cSrcweir	};
104*8de9866cSmseidel	ListBox LB_LINECOLOR
105cdf0e10cSrcweir	{
106*8de9866cSmseidel		HelpID = "cui:ListBox:RID_SVXPAGE_BORDER:LB_LINECOLOR" ;
107cdf0e10cSrcweir		Border = TRUE ;
108*8de9866cSmseidel		Pos = MAP_APPFONT ( 88, 106 ) ;
109*8de9866cSmseidel		Size = MAP_APPFONT ( 74, 68 ) ;
110cdf0e10cSrcweir		DropDown = TRUE ;
111cdf0e10cSrcweir		DDExtraWidth = TRUE ;
112cdf0e10cSrcweir	};
113*8de9866cSmseidel	FixedLine FL_SEPARATOR2
114*8de9866cSmseidel	{
115*8de9866cSmseidel		Pos = MAP_APPFONT ( 166, 14 ) ;
116*8de9866cSmseidel		Size = MAP_APPFONT ( 4, 104 ) ;
117*8de9866cSmseidel		Vert = TRUE ;
118*8de9866cSmseidel	};
119cdf0e10cSrcweir	FixedText FT_LEFT
120cdf0e10cSrcweir	{
121*8de9866cSmseidel		Pos = MAP_APPFONT ( 177, 16 ) ;
122*8de9866cSmseidel		Size = MAP_APPFONT ( 34, 8 ) ;
123*8de9866cSmseidel		Text [ en-US ] = "~Left" ;
124cdf0e10cSrcweir	};
125cdf0e10cSrcweir	MetricField MF_LEFT
126cdf0e10cSrcweir	{
127*8de9866cSmseidel		HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_LEFT" ;
128cdf0e10cSrcweir		Border = TRUE ;
129*8de9866cSmseidel		Pos = MAP_APPFONT ( 213, 14 ) ;
130*8de9866cSmseidel		Size = MAP_APPFONT ( 38, 12 ) ;
131cdf0e10cSrcweir		Spin = TRUE ;
132cdf0e10cSrcweir		Repeat = TRUE ;
133cdf0e10cSrcweir		SpinSize = 10 ;
134cdf0e10cSrcweir		First = 100 ;
135cdf0e10cSrcweir		Last = 5000 ;
136cdf0e10cSrcweir		Maximum = 5000 ;
137cdf0e10cSrcweir		Minimum = 0 ;
138cdf0e10cSrcweir		DecimalDigits = 2 ;
139cdf0e10cSrcweir		Unit = FUNIT_MM ;
140cdf0e10cSrcweir	};
141cdf0e10cSrcweir	FixedText FT_RIGHT
142cdf0e10cSrcweir	{
143*8de9866cSmseidel		Pos = MAP_APPFONT ( 177, 32 ) ;
144*8de9866cSmseidel		Size = MAP_APPFONT ( 34, 8 ) ;
145*8de9866cSmseidel		Text [ en-US ] = "Right" ;
146cdf0e10cSrcweir	};
147cdf0e10cSrcweir	MetricField MF_RIGHT
148cdf0e10cSrcweir	{
149*8de9866cSmseidel		HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_RIGHT" ;
150cdf0e10cSrcweir		Border = TRUE ;
151*8de9866cSmseidel		Pos = MAP_APPFONT ( 213, 30 ) ;
152*8de9866cSmseidel		Size = MAP_APPFONT ( 38, 12 ) ;
153cdf0e10cSrcweir		Spin = TRUE ;
154cdf0e10cSrcweir		Repeat = TRUE ;
155cdf0e10cSrcweir		SpinSize = 10 ;
156cdf0e10cSrcweir		First = 100 ;
157cdf0e10cSrcweir		Last = 5000 ;
158cdf0e10cSrcweir		Maximum = 5000 ;
159cdf0e10cSrcweir		Minimum = 0 ;
160cdf0e10cSrcweir		DecimalDigits = 2 ;
161cdf0e10cSrcweir		Unit = FUNIT_MM ;
162cdf0e10cSrcweir	};
163cdf0e10cSrcweir	FixedText FT_TOP
164cdf0e10cSrcweir	{
165*8de9866cSmseidel		Pos = MAP_APPFONT ( 177, 48 ) ;
166*8de9866cSmseidel		Size = MAP_APPFONT ( 34, 8 ) ;
167*8de9866cSmseidel		Text [ en-US ] = "~Top" ;
168cdf0e10cSrcweir	};
169cdf0e10cSrcweir	MetricField MF_TOP
170cdf0e10cSrcweir	{
171*8de9866cSmseidel		HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_TOP" ;
172cdf0e10cSrcweir		Border = TRUE ;
173*8de9866cSmseidel		Pos = MAP_APPFONT ( 213, 46 ) ;
174*8de9866cSmseidel		Size = MAP_APPFONT ( 38, 12 ) ;
175cdf0e10cSrcweir		Spin = TRUE ;
176cdf0e10cSrcweir		Repeat = TRUE ;
177cdf0e10cSrcweir		SpinSize = 10 ;
178cdf0e10cSrcweir		First = 100 ;
179cdf0e10cSrcweir		Last = 5000 ;
180cdf0e10cSrcweir		Maximum = 5000 ;
181cdf0e10cSrcweir		Minimum = 0 ;
182cdf0e10cSrcweir		DecimalDigits = 2 ;
183cdf0e10cSrcweir		Unit = FUNIT_MM ;
184cdf0e10cSrcweir	};
185cdf0e10cSrcweir	FixedText FT_BOTTOM
186cdf0e10cSrcweir	{
187*8de9866cSmseidel		Pos = MAP_APPFONT ( 177, 64 ) ;
188*8de9866cSmseidel		Size = MAP_APPFONT ( 34, 8 ) ;
189*8de9866cSmseidel		Text [ en-US ] = "~Bottom" ;
190cdf0e10cSrcweir	};
191cdf0e10cSrcweir	MetricField MF_BOTTOM
192cdf0e10cSrcweir	{
193*8de9866cSmseidel		HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:MF_BOTTOM" ;
194cdf0e10cSrcweir		Border = TRUE ;
195*8de9866cSmseidel		Pos = MAP_APPFONT ( 213, 62 ) ;
196*8de9866cSmseidel		Size = MAP_APPFONT ( 38, 12 ) ;
197cdf0e10cSrcweir		Spin = TRUE ;
198cdf0e10cSrcweir		Repeat = TRUE ;
199cdf0e10cSrcweir		SpinSize = 10 ;
200*8de9866cSmseidel		First = 100 ;
201cdf0e10cSrcweir		Last = 5000 ;
202cdf0e10cSrcweir		Maximum = 5000 ;
203cdf0e10cSrcweir		Minimum = 0 ;
204cdf0e10cSrcweir		DecimalDigits = 2 ;
205cdf0e10cSrcweir		Unit = FUNIT_MM ;
206cdf0e10cSrcweir	};
207cdf0e10cSrcweir	CheckBox CB_SYNC
208cdf0e10cSrcweir	{
209*8de9866cSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_BORDER:CB_SYNC" ;
210*8de9866cSmseidel		Pos = MAP_APPFONT ( 177, 78 ) ;
211*8de9866cSmseidel		Size = MAP_APPFONT ( 74, 10 ) ;
212*8de9866cSmseidel		Text [ en-US ] = "Synchronize" ;
213cdf0e10cSrcweir	};
214cdf0e10cSrcweir	FixedLine FL_DISTANCE
215cdf0e10cSrcweir	{
216*8de9866cSmseidel		Pos = MAP_APPFONT ( 171, 3 ) ;
217*8de9866cSmseidel		Size = MAP_APPFONT ( 83, 8 ) ;
218*8de9866cSmseidel		Text [ en-US ] = "Spacing to contents" ;
219cdf0e10cSrcweir	};
220cdf0e10cSrcweir
221cdf0e10cSrcweir	FixedText FT_SHADOWPOS
222cdf0e10cSrcweir	{
223*8de9866cSmseidel		Pos = MAP_APPFONT ( 12, 133 ) ;
224*8de9866cSmseidel		Size = MAP_APPFONT ( 74, 8 ) ;
225cdf0e10cSrcweir		Text [ en-US ] = "~Position" ;
226cdf0e10cSrcweir	};
227cdf0e10cSrcweir	Control WIN_SHADOWS
228cdf0e10cSrcweir	{
229cdf0e10cSrcweir		HelpId = HID_BORDER_CTL_SHADOWS ;
230*8de9866cSmseidel		Hide = TRUE ;
231*8de9866cSmseidel		Pos = MAP_APPFONT ( 12, 144 ) ;
232*8de9866cSmseidel		Size = MAP_APPFONT ( 74, 12 ) ;
233cdf0e10cSrcweir		TabStop = TRUE ;
234cdf0e10cSrcweir	};
235cdf0e10cSrcweir	FixedText FT_SHADOWSIZE
236cdf0e10cSrcweir	{
237*8de9866cSmseidel		Pos = MAP_APPFONT ( 88, 133 ) ;
238*8de9866cSmseidel		Size = MAP_APPFONT ( 60, 8 ) ;
239*8de9866cSmseidel		Text [ en-US ] = "Distan~ce" ;
240cdf0e10cSrcweir	};
241cdf0e10cSrcweir	MetricField ED_SHADOWSIZE
242cdf0e10cSrcweir	{
243*8de9866cSmseidel		HelpID = "cui:MetricField:RID_SVXPAGE_BORDER:ED_SHADOWSIZE" ;
244cdf0e10cSrcweir		Border = TRUE ;
245*8de9866cSmseidel		Pos = MAP_APPFONT ( 88, 144 ) ;
246*8de9866cSmseidel		Size = MAP_APPFONT ( 40, 12 ) ;
247cdf0e10cSrcweir		Spin = TRUE ;
248cdf0e10cSrcweir		Repeat = TRUE ;
249cdf0e10cSrcweir		SpinSize = 10 ;
250cdf0e10cSrcweir		First = 100 ;
251cdf0e10cSrcweir		Last = 5000 ;
252cdf0e10cSrcweir		Maximum = 5000 ;
253cdf0e10cSrcweir		Minimum = 50 ;
254cdf0e10cSrcweir		DecimalDigits = 2 ;
255cdf0e10cSrcweir		Unit = FUNIT_MM ;
256cdf0e10cSrcweir	};
257cdf0e10cSrcweir	FixedText FT_SHADOWCOLOR
258cdf0e10cSrcweir	{
259*8de9866cSmseidel		Pos = MAP_APPFONT ( 177, 133 ) ;
260*8de9866cSmseidel		Size = MAP_APPFONT ( 60, 8 ) ;
261cdf0e10cSrcweir		Text [ en-US ] = "C~olor" ;
262cdf0e10cSrcweir	};
263cdf0e10cSrcweir	ListBox LB_SHADOWCOLOR
264cdf0e10cSrcweir	{
265*8de9866cSmseidel		HelpID = "cui:ListBox:RID_SVXPAGE_BORDER:LB_SHADOWCOLOR" ;
266cdf0e10cSrcweir		Border = TRUE ;
267*8de9866cSmseidel		Pos = MAP_APPFONT ( 177, 144 ) ;
268*8de9866cSmseidel		Size = MAP_APPFONT ( 74, 68 ) ;
269cdf0e10cSrcweir		DropDown = TRUE ;
270cdf0e10cSrcweir		DDExtraWidth = TRUE ;
271cdf0e10cSrcweir	};
272cdf0e10cSrcweir	FixedLine FL_SHADOW
273cdf0e10cSrcweir	{
274*8de9866cSmseidel		Pos = MAP_APPFONT ( 6, 123 ) ;
275*8de9866cSmseidel		Size = MAP_APPFONT ( 248, 8 ) ;
276cdf0e10cSrcweir		Text [ en-US ] = "Shadow style" ;
277cdf0e10cSrcweir	};
278*8de9866cSmseidel	FixedLine FL_PROPERTIES
279*8de9866cSmseidel	{
280*8de9866cSmseidel		Pos = MAP_APPFONT ( 6, 162 ) ;
281*8de9866cSmseidel		Size = MAP_APPFONT ( 248, 8 ) ;
282*8de9866cSmseidel		Hide = TRUE ;
283*8de9866cSmseidel		Text [ en-US ] = "Properties" ;
284*8de9866cSmseidel	};
285*8de9866cSmseidel	CheckBox CB_MERGEWITHNEXT
286*8de9866cSmseidel	{
287*8de9866cSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_BORDER:CB_MERGEWITHNEXT" ;
288*8de9866cSmseidel		Pos = MAP_APPFONT ( 12, 173 ) ;
289*8de9866cSmseidel		Size = MAP_APPFONT ( 242, 10 ) ;
290*8de9866cSmseidel		Hide = TRUE ;
291*8de9866cSmseidel		Text [ en-US ] = "~Merge with next paragraph" ;
292*8de9866cSmseidel	};
293*8de9866cSmseidel	CheckBox CB_MERGEADJACENTBORDERS
294*8de9866cSmseidel	{
295*8de9866cSmseidel		HelpID = "cui:CheckBox:RID_SVXPAGE_BORDER:CB_MERGEADJACENTBORDERS" ;
296*8de9866cSmseidel		Pos = MAP_APPFONT ( 12, 173 ) ;
297*8de9866cSmseidel		Size = MAP_APPFONT ( 242, 10 ) ;
298*8de9866cSmseidel		Hide = TRUE ;
299*8de9866cSmseidel		Text [ en-US ] = "~Merge adjacent line styles" ;
300*8de9866cSmseidel	};
301cdf0e10cSrcweir
302*8de9866cSmseidel#define _PREVIEW_IDLIST_			\
303*8de9866cSmseidel		IdList =					\
304*8de9866cSmseidel		{							\
305*8de9866cSmseidel			IID_PRE_CELL_NONE ;		\
306*8de9866cSmseidel			IID_PRE_CELL_ALL ;		\
307*8de9866cSmseidel			IID_PRE_CELL_LR ;		\
308*8de9866cSmseidel			IID_PRE_CELL_TB ;		\
309*8de9866cSmseidel			IID_PRE_CELL_L ;		\
310*8de9866cSmseidel			IID_PRE_CELL_DIAG ;		\
311*8de9866cSmseidel			IID_PRE_HOR_NONE ;		\
312*8de9866cSmseidel			IID_PRE_HOR_OUTER ;		\
313*8de9866cSmseidel			IID_PRE_HOR_HOR ;		\
314*8de9866cSmseidel			IID_PRE_HOR_ALL ;		\
315*8de9866cSmseidel			IID_PRE_HOR_OUTER2 ;	\
316*8de9866cSmseidel			IID_PRE_VER_NONE ;		\
317*8de9866cSmseidel			IID_PRE_VER_OUTER ;		\
318*8de9866cSmseidel			IID_PRE_VER_VER ;		\
319*8de9866cSmseidel			IID_PRE_VER_ALL ;		\
320*8de9866cSmseidel			IID_PRE_VER_OUTER2 ;	\
321*8de9866cSmseidel			IID_PRE_TABLE_NONE ;	\
322*8de9866cSmseidel			IID_PRE_TABLE_OUTER ;	\
323*8de9866cSmseidel			IID_PRE_TABLE_OUTERH ;	\
324*8de9866cSmseidel			IID_PRE_TABLE_ALL ;		\
325*8de9866cSmseidel			IID_PRE_TABLE_OUTER2 ;	\
326*8de9866cSmseidel		};							\
327*8de9866cSmseidel		IdCount = { 21 ; } ;
328cdf0e10cSrcweir
329*8de9866cSmseidel	ImageList IL_PRE_BITMAPS
330cdf0e10cSrcweir	{
331*8de9866cSmseidel		Prefix = "pr" ;
332cdf0e10cSrcweir		MaskColor = STD_MASKCOLOR ;
333*8de9866cSmseidel		_PREVIEW_IDLIST_
334*8de9866cSmseidel	};
335*8de9866cSmseidel	ImageList ILH_PRE_BITMAPS
336*8de9866cSmseidel	{
337*8de9866cSmseidel		Prefix = "prh" ;
338*8de9866cSmseidel		MaskColor = STD_MASKCOLOR ;
339*8de9866cSmseidel		_PREVIEW_IDLIST_
340*8de9866cSmseidel	};
341cdf0e10cSrcweir
342*8de9866cSmseidel#define _SHADOW_IDLIST_				\
343*8de9866cSmseidel		IdList =					\
344*8de9866cSmseidel		{							\
345*8de9866cSmseidel			IID_SHADOWNONE ;		\
346*8de9866cSmseidel			IID_SHADOW_BOT_RIGHT ;	\
347*8de9866cSmseidel			IID_SHADOW_BOT_LEFT ;	\
348*8de9866cSmseidel			IID_SHADOW_TOP_RIGHT ;	\
349*8de9866cSmseidel			IID_SHADOW_TOP_LEFT ;	\
350*8de9866cSmseidel		};							\
351*8de9866cSmseidel		IdCount = { 5 ; } ;
352cdf0e10cSrcweir
353*8de9866cSmseidel	ImageList IL_SDW_BITMAPS
354cdf0e10cSrcweir	{
355*8de9866cSmseidel		Prefix = "sh" ;
356cdf0e10cSrcweir		MaskColor = STD_MASKCOLOR ;
357*8de9866cSmseidel		_SHADOW_IDLIST_
358*8de9866cSmseidel	};
359*8de9866cSmseidel	ImageList ILH_SDW_BITMAPS
360*8de9866cSmseidel	{
361*8de9866cSmseidel		Prefix = "shh" ;
362*8de9866cSmseidel		MaskColor = STD_MASKCOLOR ;
363*8de9866cSmseidel		_SHADOW_IDLIST_
364*8de9866cSmseidel	};
365cdf0e10cSrcweir};
366cdf0e10cSrcweir
367cdf0e10cSrcweirString RID_SVXSTR_TABLE_PRESET_NONE
368cdf0e10cSrcweir{
369cdf0e10cSrcweir	Text [ en-US ] = "Set No Borders" ;
370cdf0e10cSrcweir};
371cdf0e10cSrcweirString RID_SVXSTR_TABLE_PRESET_ONLYOUTER
372cdf0e10cSrcweir{
373cdf0e10cSrcweir	Text [ en-US ] = "Set Outer Border Only" ;
374cdf0e10cSrcweir};
375cdf0e10cSrcweirString RID_SVXSTR_TABLE_PRESET_OUTERHORI
376cdf0e10cSrcweir{
377cdf0e10cSrcweir	Text [ en-US ] = "Set Outer Border and Horizontal Lines" ;
378cdf0e10cSrcweir};
379cdf0e10cSrcweirString RID_SVXSTR_TABLE_PRESET_OUTERALL
380cdf0e10cSrcweir{
381cdf0e10cSrcweir	Text [ en-US ] = "Set Outer Border and All Inner Lines" ;
382cdf0e10cSrcweir};
383cdf0e10cSrcweirString RID_SVXSTR_TABLE_PRESET_OUTERINNER
384cdf0e10cSrcweir{
385*8de9866cSmseidel	Text [ en-US ] = "Set Outer Border Without Changing Inner Lines" ;
386cdf0e10cSrcweir};
387cdf0e10cSrcweirString RID_SVXSTR_PARA_PRESET_DIAGONAL
388cdf0e10cSrcweir{
389*8de9866cSmseidel	Text [ en-US ] = "Set Diagonal Lines Only" ;
390cdf0e10cSrcweir};
391cdf0e10cSrcweirString RID_SVXSTR_PARA_PRESET_ALL
392cdf0e10cSrcweir{
393cdf0e10cSrcweir	Text [ en-US ] = "Set All Four Borders" ;
394cdf0e10cSrcweir};
395cdf0e10cSrcweirString RID_SVXSTR_PARA_PRESET_LEFTRIGHT
396cdf0e10cSrcweir{
397*8de9866cSmseidel	Text [ en-US ] = "Set Left and Right Borders Only" ;
398cdf0e10cSrcweir};
399cdf0e10cSrcweirString RID_SVXSTR_PARA_PRESET_TOPBOTTOM
400cdf0e10cSrcweir{
401cdf0e10cSrcweir	Text [ en-US ] = "Set Top and Bottom Borders Only" ;
402cdf0e10cSrcweir};
403cdf0e10cSrcweirString RID_SVXSTR_PARA_PRESET_ONLYLEFT
404cdf0e10cSrcweir{
405cdf0e10cSrcweir	Text [ en-US ] = "Set Left Border Only" ;
406cdf0e10cSrcweir};
407cdf0e10cSrcweirString RID_SVXSTR_HOR_PRESET_ONLYHOR
408cdf0e10cSrcweir{
409*8de9866cSmseidel	Text [ en-US ] = "Set Top and Bottom Borders, and All Inner Lines" ;
410cdf0e10cSrcweir};
411cdf0e10cSrcweirString RID_SVXSTR_VER_PRESET_ONLYVER
412cdf0e10cSrcweir{
413*8de9866cSmseidel	Text [ en-US ] = "Set Left and Right Borders, and All Inner Lines" ;
414cdf0e10cSrcweir};
415cdf0e10cSrcweirString RID_SVXSTR_SHADOW_STYLE_NONE
416cdf0e10cSrcweir{
417cdf0e10cSrcweir	Text [ en-US ] = "No Shadow" ;
418cdf0e10cSrcweir};
419cdf0e10cSrcweirString RID_SVXSTR_SHADOW_STYLE_BOTTOMRIGHT
420cdf0e10cSrcweir{
421cdf0e10cSrcweir	Text [ en-US ] = "Cast Shadow to Bottom Right" ;
422cdf0e10cSrcweir};
423cdf0e10cSrcweirString RID_SVXSTR_SHADOW_STYLE_TOPRIGHT
424cdf0e10cSrcweir{
425cdf0e10cSrcweir	Text [ en-US ] = "Cast Shadow to Top Right" ;
426cdf0e10cSrcweir};
427cdf0e10cSrcweirString RID_SVXSTR_SHADOW_STYLE_BOTTOMLEFT
428cdf0e10cSrcweir{
429cdf0e10cSrcweir	Text [ en-US ] = "Cast Shadow to Bottom Left" ;
430cdf0e10cSrcweir};
431cdf0e10cSrcweirString RID_SVXSTR_SHADOW_STYLE_TOPLEFT
432cdf0e10cSrcweir{
433cdf0e10cSrcweir	Text [ en-US ] = "Cast Shadow to Top Left" ;
434cdf0e10cSrcweir};
435cdf0e10cSrcweir
436*8de9866cSmseidel// ********************************************************************** EOF
437