xref: /aoo41x/main/cui/source/options/opthtml.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
24cdf0e10cSrcweir // include -----------------------------------------------------------------
25cdf0e10cSrcweir#include "opthtml.hrc"
26cdf0e10cSrcweir#include <cuires.hrc>
27cdf0e10cSrcweir
28cdf0e10cSrcweir // RID_OFAPAGE_HTMLOPT -----------------------------------------------------
29cdf0e10cSrcweirTabPage RID_OFAPAGE_HTMLOPT
30cdf0e10cSrcweir{
31cdf0e10cSrcweir    HelpID = "cui:TabPage:RID_OFAPAGE_HTMLOPT";
32cdf0e10cSrcweir	OutputSize = TRUE ;
33cdf0e10cSrcweir	Size = MAP_APPFONT ( 260 , 185 ) ;
34cdf0e10cSrcweir	SVLook = TRUE ;
35cdf0e10cSrcweir	Hide = TRUE ;
36cdf0e10cSrcweir	FixedText FT_SIZE1
37cdf0e10cSrcweir	{
38cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 16 ) ;
39cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 8 ) ;
40cdf0e10cSrcweir		Text [ en-US ] = "Size ~1" ;
41cdf0e10cSrcweir	};
42cdf0e10cSrcweir	NumericField NF_SIZE1
43cdf0e10cSrcweir	{
44cdf0e10cSrcweir	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE1";
45cdf0e10cSrcweir		Pos = MAP_APPFONT ( 45 , 14 ) ;
46cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 12 ) ;
47cdf0e10cSrcweir		Border = TRUE ;
48cdf0e10cSrcweir		TabStop = TRUE ;
49cdf0e10cSrcweir		Left = TRUE ;
50cdf0e10cSrcweir		Repeat = TRUE ;
51cdf0e10cSrcweir		Spin = TRUE ;
52cdf0e10cSrcweir		Minimum = 1 ;
53cdf0e10cSrcweir		Maximum = 50 ;
54cdf0e10cSrcweir		Value = 1 ;
55cdf0e10cSrcweir		First = 1 ;
56cdf0e10cSrcweir		Last = 50 ;
57cdf0e10cSrcweir		SpinSize = 1 ;
58cdf0e10cSrcweir	};
59cdf0e10cSrcweir	FixedText FT_SIZE2
60cdf0e10cSrcweir	{
61cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 32 ) ;
62cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 8 ) ;
63cdf0e10cSrcweir		Text [ en-US ] = "Size ~2" ;
64cdf0e10cSrcweir	};
65cdf0e10cSrcweir	NumericField NF_SIZE2
66cdf0e10cSrcweir	{
67cdf0e10cSrcweir	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE2";
68cdf0e10cSrcweir		Pos = MAP_APPFONT ( 45 , 30 ) ;
69cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 12 ) ;
70cdf0e10cSrcweir		Border = TRUE ;
71cdf0e10cSrcweir		TabStop = TRUE ;
72cdf0e10cSrcweir		Left = TRUE ;
73cdf0e10cSrcweir		Repeat = TRUE ;
74cdf0e10cSrcweir		Spin = TRUE ;
75cdf0e10cSrcweir		Minimum = 1 ;
76cdf0e10cSrcweir		Maximum = 50 ;
77cdf0e10cSrcweir		Value = 1 ;
78cdf0e10cSrcweir		First = 1 ;
79cdf0e10cSrcweir		Last = 50 ;
80cdf0e10cSrcweir		SpinSize = 1 ;
81cdf0e10cSrcweir	};
82cdf0e10cSrcweir	FixedText FT_SIZE3
83cdf0e10cSrcweir	{
84cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 48 ) ;
85cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 8 ) ;
86cdf0e10cSrcweir		Text [ en-US ] = "Size ~3" ;
87cdf0e10cSrcweir	};
88cdf0e10cSrcweir	NumericField NF_SIZE3
89cdf0e10cSrcweir	{
90cdf0e10cSrcweir	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE3";
91cdf0e10cSrcweir		Pos = MAP_APPFONT ( 45 , 46 ) ;
92cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 12 ) ;
93cdf0e10cSrcweir		Border = TRUE ;
94cdf0e10cSrcweir		TabStop = TRUE ;
95cdf0e10cSrcweir		Left = TRUE ;
96cdf0e10cSrcweir		Repeat = TRUE ;
97cdf0e10cSrcweir		Spin = TRUE ;
98cdf0e10cSrcweir		Minimum = 1 ;
99cdf0e10cSrcweir		Maximum = 50 ;
100cdf0e10cSrcweir		Value = 1 ;
101cdf0e10cSrcweir		First = 1 ;
102cdf0e10cSrcweir		Last = 50 ;
103cdf0e10cSrcweir		SpinSize = 1 ;
104cdf0e10cSrcweir	};
105cdf0e10cSrcweir	FixedText FT_SIZE4
106cdf0e10cSrcweir	{
107cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 64 ) ;
108cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 8 ) ;
109cdf0e10cSrcweir		Text [ en-US ] = "Size ~4" ;
110cdf0e10cSrcweir	};
111cdf0e10cSrcweir	NumericField NF_SIZE4
112cdf0e10cSrcweir	{
113cdf0e10cSrcweir	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE4";
114cdf0e10cSrcweir		Pos = MAP_APPFONT ( 45 , 62 ) ;
115cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 12 ) ;
116cdf0e10cSrcweir		Border = TRUE ;
117cdf0e10cSrcweir		TabStop = TRUE ;
118cdf0e10cSrcweir		Left = TRUE ;
119cdf0e10cSrcweir		Repeat = TRUE ;
120cdf0e10cSrcweir		Spin = TRUE ;
121cdf0e10cSrcweir		Minimum = 1 ;
122cdf0e10cSrcweir		Maximum = 50 ;
123cdf0e10cSrcweir		Value = 1 ;
124cdf0e10cSrcweir		First = 1 ;
125cdf0e10cSrcweir		Last = 50 ;
126cdf0e10cSrcweir		SpinSize = 1 ;
127cdf0e10cSrcweir	};
128cdf0e10cSrcweir	FixedText FT_SIZE5
129cdf0e10cSrcweir	{
130cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 80 ) ;
131cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 8 ) ;
132cdf0e10cSrcweir		Text [ en-US ] = "Size ~5" ;
133cdf0e10cSrcweir	};
134cdf0e10cSrcweir	NumericField NF_SIZE5
135cdf0e10cSrcweir	{
136cdf0e10cSrcweir	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE5";
137cdf0e10cSrcweir		Pos = MAP_APPFONT ( 45 , 78 ) ;
138cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 12 ) ;
139cdf0e10cSrcweir		Border = TRUE ;
140cdf0e10cSrcweir		TabStop = TRUE ;
141cdf0e10cSrcweir		Left = TRUE ;
142cdf0e10cSrcweir		Repeat = TRUE ;
143cdf0e10cSrcweir		Spin = TRUE ;
144cdf0e10cSrcweir		Minimum = 1 ;
145cdf0e10cSrcweir		Maximum = 50 ;
146cdf0e10cSrcweir		Value = 1 ;
147cdf0e10cSrcweir		First = 1 ;
148cdf0e10cSrcweir		Last = 50 ;
149cdf0e10cSrcweir		SpinSize = 1 ;
150cdf0e10cSrcweir	};
151cdf0e10cSrcweir	FixedText FT_SIZE6
152cdf0e10cSrcweir	{
153cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 96 ) ;
154cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 8 ) ;
155cdf0e10cSrcweir		Text [ en-US ] = "Size ~6" ;
156cdf0e10cSrcweir	};
157cdf0e10cSrcweir	NumericField NF_SIZE6
158cdf0e10cSrcweir	{
159cdf0e10cSrcweir	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE6";
160cdf0e10cSrcweir		Pos = MAP_APPFONT ( 45 , 94 ) ;
161cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 12 ) ;
162cdf0e10cSrcweir		Border = TRUE ;
163cdf0e10cSrcweir		TabStop = TRUE ;
164cdf0e10cSrcweir		Left = TRUE ;
165cdf0e10cSrcweir		Repeat = TRUE ;
166cdf0e10cSrcweir		Spin = TRUE ;
167cdf0e10cSrcweir		Minimum = 1 ;
168cdf0e10cSrcweir		Maximum = 50 ;
169cdf0e10cSrcweir		Value = 1 ;
170cdf0e10cSrcweir		First = 1 ;
171cdf0e10cSrcweir		Last = 50 ;
172cdf0e10cSrcweir		SpinSize = 1 ;
173cdf0e10cSrcweir	};
174cdf0e10cSrcweir	FixedText FT_SIZE7
175cdf0e10cSrcweir	{
176cdf0e10cSrcweir		Pos = MAP_APPFONT ( 12 , 112 ) ;
177cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 8 ) ;
178cdf0e10cSrcweir		Text [ en-US ] = "Size ~7" ;
179cdf0e10cSrcweir	};
180cdf0e10cSrcweir	NumericField NF_SIZE7
181cdf0e10cSrcweir	{
182cdf0e10cSrcweir	    HelpID = "cui:NumericField:RID_OFAPAGE_HTMLOPT:NF_SIZE7";
183cdf0e10cSrcweir		Pos = MAP_APPFONT ( 45 , 110 ) ;
184cdf0e10cSrcweir		Size = MAP_APPFONT ( 30 , 12 ) ;
185cdf0e10cSrcweir		Border = TRUE ;
186cdf0e10cSrcweir		TabStop = TRUE ;
187cdf0e10cSrcweir		Left = TRUE ;
188cdf0e10cSrcweir		Repeat = TRUE ;
189cdf0e10cSrcweir		Spin = TRUE ;
190cdf0e10cSrcweir		Minimum = 1 ;
191cdf0e10cSrcweir		Maximum = 50 ;
192cdf0e10cSrcweir		Value = 1 ;
193cdf0e10cSrcweir		First = 1 ;
194cdf0e10cSrcweir		Last = 50 ;
195cdf0e10cSrcweir		SpinSize = 1 ;
196cdf0e10cSrcweir	};
197cdf0e10cSrcweir    FixedLine GB_FONTSIZE
198cdf0e10cSrcweir	{
199cdf0e10cSrcweir		Pos = MAP_APPFONT ( 6 , 3 ) ;
200cdf0e10cSrcweir        Size = MAP_APPFONT ( 75 , 8 ) ;
201cdf0e10cSrcweir		Text [ en-US ] = "Font sizes" ;
202cdf0e10cSrcweir	};
203cdf0e10cSrcweir    FixedLine GB_IMPORT
204cdf0e10cSrcweir	{
205cdf0e10cSrcweir		Pos = MAP_APPFONT ( 87 , 3 ) ;
206cdf0e10cSrcweir        Size = MAP_APPFONT ( 167 , 8 ) ;
207cdf0e10cSrcweir		Text [ en-US ] = "Import" ;
208cdf0e10cSrcweir	};
209cdf0e10cSrcweir	CheckBox CB_NUMBERS_ENGLISH_US
210cdf0e10cSrcweir	{
211cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_NUMBERS_ENGLISH_US";
212cdf0e10cSrcweir		Pos = MAP_APPFONT ( 93 , 14 ) ;
213cdf0e10cSrcweir        Size = MAP_APPFONT ( 161 , 10 ) ;
214cdf0e10cSrcweir		TabStop = TRUE ;
215cdf0e10cSrcweir		Text [ en-US ] = "~Use '%ENGLISHUSLOCALE' locale for numbers" ;
216cdf0e10cSrcweir	};
217cdf0e10cSrcweir	CheckBox CB_UNKNOWN_TAGS
218cdf0e10cSrcweir	{
219cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_UNKNOWN_TAGS";
220cdf0e10cSrcweir		Pos = MAP_APPFONT ( 93 , 28 ) ;
221cdf0e10cSrcweir		Size = MAP_APPFONT ( 155 , 10 ) ;
222cdf0e10cSrcweir		TabStop = TRUE ;
223cdf0e10cSrcweir		Text [ en-US ] = "~Import unknown HTML tags as fields" ;
224cdf0e10cSrcweir	};
225cdf0e10cSrcweir	CheckBox CB_IGNORE_FONTNAMES
226cdf0e10cSrcweir	{
227cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_IGNORE_FONTNAMES";
228cdf0e10cSrcweir		Pos = MAP_APPFONT ( 93 , 42 ) ;
229cdf0e10cSrcweir		Size = MAP_APPFONT ( 155 , 10 ) ;
230cdf0e10cSrcweir		TabStop = TRUE ;
231cdf0e10cSrcweir		Text [ en-US ] = "Ignore ~font settings" ;
232cdf0e10cSrcweir	};
233cdf0e10cSrcweir    FixedLine GB_EXPORT
234cdf0e10cSrcweir	{
235cdf0e10cSrcweir		Pos = MAP_APPFONT ( 87 , 58 ) ;
236cdf0e10cSrcweir        Size = MAP_APPFONT ( 167 , 8 ) ;
237cdf0e10cSrcweir		Text [ en-US ] = "Export" ;
238cdf0e10cSrcweir	};
239cdf0e10cSrcweir	ListBox LB_EXPORT
240cdf0e10cSrcweir	{
241cdf0e10cSrcweir	    HelpID = "cui:ListBox:RID_OFAPAGE_HTMLOPT:LB_EXPORT";
242cdf0e10cSrcweir		Pos = MAP_APPFONT ( 93 , 69 ) ;
243cdf0e10cSrcweir		Size = MAP_APPFONT ( 155 , 50 ) ;
244cdf0e10cSrcweir		Border = TRUE ;
245cdf0e10cSrcweir		DropDown = TRUE ;
246cdf0e10cSrcweir		StringList =
247cdf0e10cSrcweir		{
248cdf0e10cSrcweir			< "HTML 3.2" ; > ;
249cdf0e10cSrcweir            < "Microsoft Internet Explorer" ; > ;
250cdf0e10cSrcweir            < "Netscape Navigator"; > ;
251cdf0e10cSrcweir			< "%PRODUCTNAME Writer" ; > ;
252cdf0e10cSrcweir		};
253cdf0e10cSrcweir	};
254cdf0e10cSrcweir	CheckBox CB_STARBASIC
255cdf0e10cSrcweir	{
256cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_STARBASIC";
257cdf0e10cSrcweir		Pos = MAP_APPFONT ( 93 , 88 ) ;
258cdf0e10cSrcweir        Size = MAP_APPFONT ( 155 , 10 ) ;
259cdf0e10cSrcweir        Text = "%PRODUCTNAME ~Basic" ;
260cdf0e10cSrcweir	};
261cdf0e10cSrcweir	CheckBox CB_STARBASIC_WARNING
262cdf0e10cSrcweir	{
263cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_STARBASIC_WARNING";
264cdf0e10cSrcweir        Pos = MAP_APPFONT ( 99 , 102 ) ;
265cdf0e10cSrcweir        Size = MAP_APPFONT ( 149 , 10 ) ;
266cdf0e10cSrcweir		Text [ en-US ] = "Display ~warning";
267cdf0e10cSrcweir	};
268cdf0e10cSrcweir	CheckBox CB_PRINT_EXTENSION
269cdf0e10cSrcweir	{
270cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_PRINT_EXTENSION";
271cdf0e10cSrcweir        Pos = MAP_APPFONT ( 93 , 116 ) ;
272cdf0e10cSrcweir		Size = MAP_APPFONT ( 155 , 10 ) ;
273cdf0e10cSrcweir		Text [ en-US ] = "~Print layout" ;
274cdf0e10cSrcweir	};
275cdf0e10cSrcweir	CheckBox CB_LOCAL_GRF
276cdf0e10cSrcweir	{
277cdf0e10cSrcweir	    HelpID = "cui:CheckBox:RID_OFAPAGE_HTMLOPT:CB_LOCAL_GRF";
278cdf0e10cSrcweir        Pos = MAP_APPFONT ( 93 , 130 ) ;
279cdf0e10cSrcweir		Size = MAP_APPFONT ( 155 , 10 ) ;
280cdf0e10cSrcweir		Text [ en-US ] = "~Copy local graphics to Internet" ;
281cdf0e10cSrcweir	};
282cdf0e10cSrcweir
283cdf0e10cSrcweir    FixedText FT_CHARSET
284cdf0e10cSrcweir    {
285cdf0e10cSrcweir        Pos = MAP_APPFONT ( 93 , 144 ) ;
286cdf0e10cSrcweir        Size = MAP_APPFONT ( 65 , 8 ) ;
287cdf0e10cSrcweir    	Text [ en-US ] = "Character set";
288cdf0e10cSrcweir	};
289cdf0e10cSrcweir    ListBox LB_CHARSET
290cdf0e10cSrcweir    {
291cdf0e10cSrcweir        HelpID = "cui:ListBox:RID_OFAPAGE_HTMLOPT:LB_CHARSET";
292cdf0e10cSrcweir        Pos = MAP_APPFONT ( 162 , 143 ) ;
293cdf0e10cSrcweir        Size = MAP_APPFONT ( 86 , 61 ) ;
294cdf0e10cSrcweir        TabStop = TRUE ;
295cdf0e10cSrcweir        DropDown = TRUE ;
296cdf0e10cSrcweir        Sort = TRUE ;
297cdf0e10cSrcweir    };
298cdf0e10cSrcweir};
299cdf0e10cSrcweir // ******************************************************************* EOF
300