1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org. If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
26 ************************************************************************/
28 // include ------------------------------------------------------------------
30 #include "fontsubs.hrc"
33 // pragma -------------------------------------------------------------------
38 /**************************************************************************/
42 /**************************************************************************/
44 TabPage RID_SVX_FONT_SUBSTITUTION
46 HelpID = HID_OFA_FONT_SUBSTITUTION ;
49 Size = MAP_APPFONT ( 260 , 185 ) ;
52 HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE";
53 Pos = MAP_APPFONT ( 6 , 6 ) ;
54 Size = MAP_APPFONT ( 248 , 10 ) ;
56 Text [ en-US ] = "~Apply replacement table";
60 Pos = MAP_APPFONT ( 6 , 20 ) ;
61 Size = MAP_APPFONT ( 100 , 8 ) ;
63 Text [ en-US ] = "~Font";
67 HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT1";
69 Pos = MAP_APPFONT ( 6 , 33 ) ;
70 Size = MAP_APPFONT ( 100 , 100 ) ;
80 Pos = MAP_APPFONT ( 110 , 20 ) ;
81 Size = MAP_APPFONT ( 100 , 8 ) ;
83 Text [ en-US ] = "Re~place with";
87 HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT2";
89 Pos = MAP_APPFONT ( 110 , 33 ) ;
90 Size = MAP_APPFONT ( 100 , 100 ) ;
101 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
109 ToolBox TBX_SUBSTNEWDEL
111 Pos = MAP_APPFONT ( 214 , 33 ) ;
118 Identifier = BT_SUBSTAPPLY ;
119 HelpID = HID_OFA_SUBST_APPLY ;
120 Text [ en-US ] = "Apply" ;
124 Identifier = BT_SUBSTDELETE ;
125 HelpID = HID_OFA_SUBST_DELETE ;
126 Text [ en-US ] = "Delete" ;
130 Control CLB_SUBSTITUTES
132 Pos = MAP_APPFONT ( 6 , 48 ) ;
133 Size = MAP_APPFONT ( 248 , 75 ) ;
137 FixedLine FL_SOURCEVIEW
139 Pos = MAP_APPFONT ( 6 , 129 ) ;
140 Size = MAP_APPFONT ( 248 , 8 ) ;
141 Text [ en-US ] = "Font settings for HTML, Basic and SQL sources" ;
143 FixedText FT_FONTNAME
145 Pos = MAP_APPFONT ( 6 , 142 ) ;
146 Size = MAP_APPFONT ( 57 , 8 ) ;
147 Text [ en-US ] = "Fonts" ;
151 HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTNAME";
152 Pos = MAP_APPFONT ( 65 , 140 ) ;
153 Size = MAP_APPFONT ( 100 , 68 ) ;
160 HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_NONPROP";
161 Pos = MAP_APPFONT ( 65 , 155 ) ;
162 Size = MAP_APPFONT ( 180 , 10 ) ;
164 Text [ en-US ] = "Non-proportional fonts only" ;
166 FixedText FT_FONTHEIGHT
168 Pos = MAP_APPFONT ( 6 , 171 ) ;
169 Size = MAP_APPFONT ( 57 , 8 ) ;
170 Text [ en-US ] ="~Size";
172 ListBox LB_FONTHEIGHT
174 HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTHEIGHT";
175 Pos = MAP_APPFONT ( 65 , 169 ) ;
176 Size = MAP_APPFONT ( 30 , 68 ) ;
183 Text [ en-US ] = "Always";
187 Text [ en-US ] = "Screen only";
191 Text [ en-US ] = "Font";
195 Text [ en-US ] = "Replace with";
199 Text [ en-US ] = "Automatic";