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