xref: /aoo42x/main/sw/source/ui/config/redlopt.src (revision 2d960a63)
18660f102SAndrew Rist/**************************************************************
2*2d960a63Smseidel *
38660f102SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48660f102SAndrew Rist * or more contributor license agreements.  See the NOTICE file
58660f102SAndrew Rist * distributed with this work for additional information
68660f102SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78660f102SAndrew Rist * to you under the Apache License, Version 2.0 (the
88660f102SAndrew Rist * "License"); you may not use this file except in compliance
98660f102SAndrew Rist * with the License.  You may obtain a copy of the License at
10*2d960a63Smseidel *
118660f102SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*2d960a63Smseidel *
138660f102SAndrew Rist * Unless required by applicable law or agreed to in writing,
148660f102SAndrew Rist * software distributed under the License is distributed on an
158660f102SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168660f102SAndrew Rist * KIND, either express or implied.  See the License for the
178660f102SAndrew Rist * specific language governing permissions and limitations
188660f102SAndrew Rist * under the License.
19*2d960a63Smseidel *
208660f102SAndrew Rist *************************************************************/
218660f102SAndrew Rist
228660f102SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _SFX_HRC
25cdf0e10cSrcweir#include <sfx2/sfx.hrc>
26cdf0e10cSrcweir#endif
27cdf0e10cSrcweir#ifndef _SVX_DIALOGS_HRC
28cdf0e10cSrcweir#include <svx/dialogs.hrc>
29cdf0e10cSrcweir#endif
30cdf0e10cSrcweir#include "globals.hrc"
31cdf0e10cSrcweir#include "config.hrc"
32cdf0e10cSrcweir#include "redlopt.hrc"
33cdf0e10cSrcweir#include "helpid.h"
34*2d960a63Smseidel
35cdf0e10cSrcweirTabPage TP_REDLINE_OPT
36cdf0e10cSrcweir{
37cdf0e10cSrcweir	HelpID = HID_REDLINE_OPT ;
38cdf0e10cSrcweir	SVLook = TRUE ;
39cdf0e10cSrcweir	Hide = TRUE ;
40*2d960a63Smseidel	Size = MAP_APPFONT ( 260, 185 ) ;
41*2d960a63Smseidel	FixedLine FL_TE
42cdf0e10cSrcweir	{
43*2d960a63Smseidel		Pos = MAP_APPFONT ( 6, 3 ) ;
44*2d960a63Smseidel		Size = MAP_APPFONT ( 248, 8 ) ;
45cdf0e10cSrcweir		Text [ en-US ] = "Text display" ;
46cdf0e10cSrcweir	};
47*2d960a63Smseidel	FixedText FT_CHG_INSERT
48*2d960a63Smseidel	{
49*2d960a63Smseidel		Pos = MAP_APPFONT ( 12, 14 ) ;
50*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 8 ) ;
51*2d960a63Smseidel		Text [ en-US ] = "Insertions" ;
52cdf0e10cSrcweir	};
53*2d960a63Smseidel	FixedText FT_INS_ATTR
54cdf0e10cSrcweir	{
55*2d960a63Smseidel		Pos = MAP_APPFONT ( 18, 25 ) ;
56*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 8 ) ;
57*2d960a63Smseidel		Text [ en-US ] = "Attributes" ;
58cdf0e10cSrcweir	};
59*2d960a63Smseidel	ListBox LB_INS_ATTR
60cdf0e10cSrcweir	{
61*2d960a63Smseidel		HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_INS_ATTR" ;
62*2d960a63Smseidel		Pos = MAP_APPFONT ( 90, 25 ) ;
63*2d960a63Smseidel		Size = MAP_APPFONT ( 80, 80 ) ;
64cdf0e10cSrcweir		TabStop = TRUE ;
65cdf0e10cSrcweir		DropDown = TRUE ;
66cdf0e10cSrcweir		StringList [ en-US ] =
67cdf0e10cSrcweir		{
68*2d960a63Smseidel			< "[None]" ;				> ;
69*2d960a63Smseidel			< "Bold" ;					> ;
70*2d960a63Smseidel			< "Italic" ;				> ;
71*2d960a63Smseidel			< "Underlined" ;			> ;
72*2d960a63Smseidel			< "Underlined: double" ;	> ;
73*2d960a63Smseidel			< "Strikethrough" ;			> ;
74*2d960a63Smseidel			< "Uppercase" ;				> ;
75*2d960a63Smseidel			< "Lowercase" ;				> ;
76*2d960a63Smseidel			< "Small caps" ;			> ;
77*2d960a63Smseidel			< "Title font" ;			> ;
78*2d960a63Smseidel			< "Background color" ;		> ;
79cdf0e10cSrcweir		};
80cdf0e10cSrcweir	};
81*2d960a63Smseidel	FixedText FT_INS_COL
82cdf0e10cSrcweir	{
83*2d960a63Smseidel		Pos = MAP_APPFONT ( 18, 42 ) ;
84*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 8 ) ;
85cdf0e10cSrcweir		Text [ en-US ] = "Color" ;
86cdf0e10cSrcweir	};
87*2d960a63Smseidel	ListBox LB_INS_COL
88cdf0e10cSrcweir	{
89*2d960a63Smseidel		HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_INS_COL" ;
90*2d960a63Smseidel		Pos = MAP_APPFONT ( 90, 40 ) ;
91*2d960a63Smseidel		Size = MAP_APPFONT ( 80, 80 ) ;
92cdf0e10cSrcweir		TabStop = TRUE ;
93cdf0e10cSrcweir		DropDown = TRUE ;
94cdf0e10cSrcweir	};
95*2d960a63Smseidel	Window WIN_INS
96cdf0e10cSrcweir	{
97cdf0e10cSrcweir		Border = TRUE ;
98*2d960a63Smseidel		Pos = MAP_APPFONT ( 178, 25 ) ;
99*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 27 ) ;
100*2d960a63Smseidel		Text [ en-US ] = "Insert" ;
101cdf0e10cSrcweir	};
102*2d960a63Smseidel	FixedText FT_CHG_DELETE
103*2d960a63Smseidel	{
104*2d960a63Smseidel		Pos = MAP_APPFONT ( 12, 58 ) ;
105*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 8 ) ;
106*2d960a63Smseidel		Text [ en-US ] = "Deletions" ;
107cdf0e10cSrcweir	};
108*2d960a63Smseidel	FixedText FT_DEL_ATTR
109cdf0e10cSrcweir	{
110*2d960a63Smseidel		Pos = MAP_APPFONT ( 18, 69 ) ;
111*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 8 ) ;
112*2d960a63Smseidel		Text [ en-US ] = "Attributes" ;
113cdf0e10cSrcweir	};
114*2d960a63Smseidel	ListBox LB_DEL_ATTR
115cdf0e10cSrcweir	{
116*2d960a63Smseidel		HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_DEL_ATTR" ;
117*2d960a63Smseidel		Pos = MAP_APPFONT ( 90, 67 ) ;
118*2d960a63Smseidel		Size = MAP_APPFONT ( 80, 80 ) ;
119cdf0e10cSrcweir		TabStop = TRUE ;
120cdf0e10cSrcweir		DropDown = TRUE ;
121*2d960a63Smseidel	};
122*2d960a63Smseidel	FixedText FT_DEL_COL
123cdf0e10cSrcweir	{
124*2d960a63Smseidel		Pos = MAP_APPFONT ( 18, 84 ) ;
125*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 8 ) ;
126*2d960a63Smseidel		Text [ en-US ] = "Color" ;
127cdf0e10cSrcweir	};
128*2d960a63Smseidel	ListBox LB_DEL_COL
129cdf0e10cSrcweir	{
130*2d960a63Smseidel		HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_DEL_COL" ;
131*2d960a63Smseidel		Pos = MAP_APPFONT ( 90, 82 ) ;
132*2d960a63Smseidel		Size = MAP_APPFONT ( 80, 80 ) ;
133cdf0e10cSrcweir		TabStop = TRUE ;
134cdf0e10cSrcweir		DropDown = TRUE ;
135cdf0e10cSrcweir	};
136*2d960a63Smseidel	Window WIN_DEL
137cdf0e10cSrcweir	{
138cdf0e10cSrcweir		Border = TRUE ;
139*2d960a63Smseidel		Pos = MAP_APPFONT ( 178, 67 ) ;
140*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 27 ) ;
141*2d960a63Smseidel		Text [ en-US ] = "Delete" ;
142cdf0e10cSrcweir	};
143*2d960a63Smseidel	FixedText FT_CHG_CHANGE
144*2d960a63Smseidel	{
145*2d960a63Smseidel		Pos = MAP_APPFONT ( 12, 100 ) ;
146*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 8 ) ;
147*2d960a63Smseidel		Text [ en-US ] = "Changed attributes" ;
148cdf0e10cSrcweir	};
149*2d960a63Smseidel	FixedText FT_CHG_ATTR
150cdf0e10cSrcweir	{
151*2d960a63Smseidel		Pos = MAP_APPFONT ( 18, 113 ) ;
152*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 8 ) ;
153*2d960a63Smseidel		Text [ en-US ] = "Attributes" ;
154cdf0e10cSrcweir	};
155*2d960a63Smseidel	ListBox LB_CHG_ATTR
156cdf0e10cSrcweir	{
157*2d960a63Smseidel		HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_CHG_ATTR" ;
158*2d960a63Smseidel		Pos = MAP_APPFONT ( 90, 111 ) ;
159*2d960a63Smseidel		Size = MAP_APPFONT ( 80, 80 ) ;
160cdf0e10cSrcweir		TabStop = TRUE ;
161cdf0e10cSrcweir		DropDown = TRUE ;
162*2d960a63Smseidel	};
163*2d960a63Smseidel	FixedText FT_CHG_COL
164cdf0e10cSrcweir	{
165*2d960a63Smseidel		Pos = MAP_APPFONT ( 18, 128 ) ;
166*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 8 ) ;
167*2d960a63Smseidel		Text [ en-US ] = "Color" ;
168cdf0e10cSrcweir	};
169*2d960a63Smseidel	ListBox LB_CHG_COL
170cdf0e10cSrcweir	{
171*2d960a63Smseidel		HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_CHG_COL" ;
172*2d960a63Smseidel		Pos = MAP_APPFONT ( 90, 126 ) ;
173*2d960a63Smseidel		Size = MAP_APPFONT ( 80, 80 ) ;
174cdf0e10cSrcweir		TabStop = TRUE ;
175cdf0e10cSrcweir		DropDown = TRUE ;
176cdf0e10cSrcweir	};
177*2d960a63Smseidel	Window WIN_CHG
178cdf0e10cSrcweir	{
179cdf0e10cSrcweir		Border = TRUE ;
180*2d960a63Smseidel		Pos = MAP_APPFONT ( 178, 111 ) ;
181*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 27 ) ;
182*2d960a63Smseidel		Text [ en-US ] = "Attributes" ;
183cdf0e10cSrcweir	};
184*2d960a63Smseidel	FixedLine FL_LC
185cdf0e10cSrcweir	{
186*2d960a63Smseidel		Pos = MAP_APPFONT ( 6, 144 ) ;
187*2d960a63Smseidel		Size = MAP_APPFONT ( 248, 8 ) ;
188cdf0e10cSrcweir		Text [ en-US ] = "Lines changed" ;
189cdf0e10cSrcweir	};
190*2d960a63Smseidel	FixedText FT_MARKPOS
191cdf0e10cSrcweir	{
192*2d960a63Smseidel		Pos = MAP_APPFONT ( 12, 157 ) ;
193*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 8 ) ;
194cdf0e10cSrcweir		Text [ en-US ] = "Mar~k" ;
195cdf0e10cSrcweir	};
196cdf0e10cSrcweir	ListBox LB_MARKPOS
197cdf0e10cSrcweir	{
198*2d960a63Smseidel		HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_MARKPOS" ;
199*2d960a63Smseidel		Pos = MAP_APPFONT ( 90, 155 ) ;
200*2d960a63Smseidel		Size = MAP_APPFONT ( 80, 80 ) ;
201cdf0e10cSrcweir		TabStop = TRUE ;
202cdf0e10cSrcweir		DropDown = TRUE ;
203cdf0e10cSrcweir		StringList [ en-US ] =
204cdf0e10cSrcweir		{
205*2d960a63Smseidel			< "[None]" ;		> ;
206*2d960a63Smseidel			< "Left margin" ;	> ;
207*2d960a63Smseidel			< "Right margin" ;	> ;
208*2d960a63Smseidel			< "Outer margin" ;	> ;
209*2d960a63Smseidel			< "Inner margin" ;	> ;
210cdf0e10cSrcweir		};
211cdf0e10cSrcweir	};
212cdf0e10cSrcweir	FixedText FT_LC_COL
213cdf0e10cSrcweir	{
214*2d960a63Smseidel		Pos = MAP_APPFONT ( 12, 172 ) ;
215*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 8 ) ;
216cdf0e10cSrcweir		Text [ en-US ] = "~Color" ;
217cdf0e10cSrcweir	};
218cdf0e10cSrcweir	ListBox LB_LC_COL
219cdf0e10cSrcweir	{
220*2d960a63Smseidel		HelpID = "sw:ListBox:TP_REDLINE_OPT:LB_LC_COL" ;
221*2d960a63Smseidel		Pos = MAP_APPFONT ( 90, 170 ) ;
222*2d960a63Smseidel		Size = MAP_APPFONT ( 80, 80 ) ;
223cdf0e10cSrcweir		TabStop = TRUE ;
224cdf0e10cSrcweir		DropDown = TRUE ;
225cdf0e10cSrcweir	};
226cdf0e10cSrcweir	Window WIN_MARK
227cdf0e10cSrcweir	{
228*2d960a63Smseidel		Pos = MAP_APPFONT ( 178, 155 ) ;
229*2d960a63Smseidel		Size = MAP_APPFONT ( 70, 27 ) ;
230cdf0e10cSrcweir	};
231*2d960a63Smseidel	String STR_AUTHOR
232cdf0e10cSrcweir	{
233cdf0e10cSrcweir		Text [ en-US ] = "By author" ;
234cdf0e10cSrcweir	};
235cdf0e10cSrcweir	String STR_NOTHING
236cdf0e10cSrcweir	{
237cdf0e10cSrcweir		Text [ en-US ] = "[None]" ;
238cdf0e10cSrcweir	};
239cdf0e10cSrcweir};
240cdf0e10cSrcweir
241*2d960a63Smseidel// ********************************************************************** EOF
242