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