xref: /trunk/main/cui/source/options/fontsubs.src (revision ecd860a2)
10e2af6afSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
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
100e2af6afSAndrew Rist *
110e2af6afSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
120e2af6afSAndrew Rist *
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.
190e2af6afSAndrew Rist *
200e2af6afSAndrew Rist *************************************************************/
210e2af6afSAndrew Rist
220e2af6afSAndrew Rist
23cdf0e10cSrcweir
24*ecd860a2SMatthias Seidel// include ------------------------------------------------------------------
25cdf0e10cSrcweir#include "fontsubs.hrc"
26cdf0e10cSrcweir#include "helpid.hrc"
27*ecd860a2SMatthias Seidel// pragma -------------------------------------------------------------------
28cdf0e10cSrcweir
29cdf0e10cSrcweirTabPage RID_SVX_FONT_SUBSTITUTION
30cdf0e10cSrcweir{
31cdf0e10cSrcweir	HelpID = HID_OFA_FONT_SUBSTITUTION ;
32cdf0e10cSrcweir	SVLook = TRUE ;
33cdf0e10cSrcweir	Hide = TRUE ;
34*ecd860a2SMatthias Seidel	Size = MAP_APPFONT ( 260, 185 ) ;
35cdf0e10cSrcweir	CheckBox CB_USETABLE
36cdf0e10cSrcweir	{
37*ecd860a2SMatthias Seidel		HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE";
38*ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 6 ) ;
39*ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 248, 10 ) ;
40cdf0e10cSrcweir		TabStop = TRUE ;
41*ecd860a2SMatthias Seidel		Text [ en-US ] = "~Apply replacement table" ;
42cdf0e10cSrcweir	};
43*ecd860a2SMatthias Seidel	FixedText FT_FONT1
44cdf0e10cSrcweir	{
45*ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 20 ) ;
46*ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 100, 8 ) ;
47cdf0e10cSrcweir		Left = TRUE ;
48*ecd860a2SMatthias Seidel		Text [ en-US ] = "~Font" ;
49cdf0e10cSrcweir	};
50cdf0e10cSrcweir	ComboBox CB_FONT1
51cdf0e10cSrcweir	{
52*ecd860a2SMatthias Seidel		HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT1";
53cdf0e10cSrcweir		Border = TRUE ;
54*ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 33 ) ;
55*ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 100, 100 ) ;
56cdf0e10cSrcweir		TabStop = TRUE ;
57cdf0e10cSrcweir		AutoSize = TRUE ;
58cdf0e10cSrcweir		AutoHScroll = TRUE ;
59cdf0e10cSrcweir		DDExtraWidth = TRUE ;
60*ecd860a2SMatthias Seidel		DropDown = TRUE ;
61*ecd860a2SMatthias Seidel		Sort = TRUE ;
62cdf0e10cSrcweir	};
63cdf0e10cSrcweir	FixedText FT_FONT2
64cdf0e10cSrcweir	{
65*ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 110, 20 ) ;
66*ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 100, 8 ) ;
67cdf0e10cSrcweir		Left = TRUE ;
68*ecd860a2SMatthias Seidel		Text [ en-US ] = "Re~place with" ;
69cdf0e10cSrcweir	};
70cdf0e10cSrcweir	ComboBox CB_FONT2
71cdf0e10cSrcweir	{
72*ecd860a2SMatthias Seidel		HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT2";
73cdf0e10cSrcweir		Border = TRUE ;
74*ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 110, 33 ) ;
75*ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 100, 100 ) ;
76cdf0e10cSrcweir		TabStop = TRUE ;
77cdf0e10cSrcweir		AutoSize = TRUE ;
78cdf0e10cSrcweir		AutoHScroll = TRUE ;
79cdf0e10cSrcweir		DDExtraWidth = TRUE ;
80*ecd860a2SMatthias Seidel		DropDown = TRUE ;
81*ecd860a2SMatthias Seidel		Sort = TRUE ;
82cdf0e10cSrcweir	};
83cdf0e10cSrcweir	ImageList IL_ICON
84cdf0e10cSrcweir	{
85*ecd860a2SMatthias Seidel		Prefix = "nu" ;
86cdf0e10cSrcweir		IdList =
87cdf0e10cSrcweir		{
88cdf0e10cSrcweir			BT_SUBSTAPPLY ;
89cdf0e10cSrcweir			BT_SUBSTDELETE ;
90cdf0e10cSrcweir		};
91*ecd860a2SMatthias Seidel		IdCount = { 2 ; } ;
92cdf0e10cSrcweir	};
93cdf0e10cSrcweir	ToolBox TBX_SUBSTNEWDEL
94cdf0e10cSrcweir	{
95*ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 214, 33 ) ;
96cdf0e10cSrcweir		SVLook = TRUE ;
97cdf0e10cSrcweir		Border = FALSE ;
98cdf0e10cSrcweir		ItemList =
99cdf0e10cSrcweir		{
100cdf0e10cSrcweir			ToolBoxItem
101cdf0e10cSrcweir			{
102cdf0e10cSrcweir				Identifier = BT_SUBSTAPPLY ;
103cdf0e10cSrcweir				HelpID = HID_OFA_SUBST_APPLY ;
104cdf0e10cSrcweir				Text [ en-US ] = "Apply" ;
105cdf0e10cSrcweir			};
106cdf0e10cSrcweir			ToolBoxItem
107cdf0e10cSrcweir			{
108cdf0e10cSrcweir				Identifier = BT_SUBSTDELETE ;
109cdf0e10cSrcweir				HelpID = HID_OFA_SUBST_DELETE ;
110cdf0e10cSrcweir				Text [ en-US ] = "Delete" ;
111cdf0e10cSrcweir			};
112cdf0e10cSrcweir		};
113cdf0e10cSrcweir	};
114*ecd860a2SMatthias Seidel	Control CLB_SUBSTITUTES
115cdf0e10cSrcweir	{
116*ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 48 ) ;
117*ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 248, 75 ) ;
118cdf0e10cSrcweir		Border = TRUE ;
119cdf0e10cSrcweir		TabStop = TRUE ;
120cdf0e10cSrcweir	};
121*ecd860a2SMatthias Seidel	FixedLine FL_SOURCEVIEW
122*ecd860a2SMatthias Seidel	{
123*ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 129 ) ;
124*ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 248, 8 ) ;
125*ecd860a2SMatthias Seidel		Text [ en-US ] = "Font settings for HTML, Basic and SQL sources" ;
126*ecd860a2SMatthias Seidel	};
127*ecd860a2SMatthias Seidel	FixedText FT_FONTNAME
128*ecd860a2SMatthias Seidel	{
129*ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 142 ) ;
130*ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 57, 8 ) ;
131*ecd860a2SMatthias Seidel		Text [ en-US ] = "Fonts" ;
132*ecd860a2SMatthias Seidel	};
133*ecd860a2SMatthias Seidel	ListBox LB_FONTNAME
134*ecd860a2SMatthias Seidel	{
135*ecd860a2SMatthias Seidel		HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTNAME";
136*ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 65, 140 ) ;
137*ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 100, 68 ) ;
138cdf0e10cSrcweir		Border = TRUE ;
139cdf0e10cSrcweir		TabStop = TRUE ;
140*ecd860a2SMatthias Seidel		DropDown = TRUE ;
141cdf0e10cSrcweir	};
142*ecd860a2SMatthias Seidel	CheckBox CB_NONPROP
143*ecd860a2SMatthias Seidel	{
144*ecd860a2SMatthias Seidel		HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_NONPROP";
145*ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 65, 155 ) ;
146*ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 180, 10 ) ;
147cdf0e10cSrcweir		TabStop = TRUE ;
148*ecd860a2SMatthias Seidel		Text [ en-US ] = "Non-proportional fonts only" ;
149*ecd860a2SMatthias Seidel	};
150*ecd860a2SMatthias Seidel	FixedText FT_FONTHEIGHT
151*ecd860a2SMatthias Seidel	{
152*ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 6, 171 ) ;
153*ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 57, 8 ) ;
154*ecd860a2SMatthias Seidel		Text [ en-US ] ="~Size" ;
155*ecd860a2SMatthias Seidel	};
156*ecd860a2SMatthias Seidel	ListBox LB_FONTHEIGHT
157*ecd860a2SMatthias Seidel	{
158*ecd860a2SMatthias Seidel		HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTHEIGHT";
159*ecd860a2SMatthias Seidel		Pos = MAP_APPFONT ( 65, 169 ) ;
160*ecd860a2SMatthias Seidel		Size = MAP_APPFONT ( 30, 68 ) ;
161cdf0e10cSrcweir		Border = TRUE ;
162cdf0e10cSrcweir		TabStop = TRUE ;
163*ecd860a2SMatthias Seidel		DropDown = TRUE ;
164*ecd860a2SMatthias Seidel	};
165*ecd860a2SMatthias Seidel	String STR_HEADER1
166cdf0e10cSrcweir	{
167*ecd860a2SMatthias Seidel		Text [ en-US ] = "Always" ;
168cdf0e10cSrcweir	};
169cdf0e10cSrcweir	String STR_HEADER2
170cdf0e10cSrcweir	{
171*ecd860a2SMatthias Seidel		Text [ en-US ] = "Screen only" ;
172cdf0e10cSrcweir	};
173cdf0e10cSrcweir	String STR_HEADER3
174cdf0e10cSrcweir	{
175*ecd860a2SMatthias Seidel		Text [ en-US ] = "Font" ;
176cdf0e10cSrcweir	};
177cdf0e10cSrcweir	String STR_HEADER4
178cdf0e10cSrcweir	{
179*ecd860a2SMatthias Seidel		Text [ en-US ] = "Replace with" ;
180cdf0e10cSrcweir	};
181*ecd860a2SMatthias Seidel	String STR_AUTOMATIC
182*ecd860a2SMatthias Seidel	{
183*ecd860a2SMatthias Seidel		Text [ en-US ] = "Automatic" ;
184cdf0e10cSrcweir	};
185cdf0e10cSrcweir};
186cdf0e10cSrcweir
187*ecd860a2SMatthias Seidel// ******************************************************************* EOF
188