1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: fontsubs.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 // include ------------------------------------------------------------------
33 #include <svx/svxids.hrc>
34 #include "fontsubs.hrc"
37 // pragma -------------------------------------------------------------------
42 /**************************************************************************/
46 /**************************************************************************/
48 TabPage RID_SVX_FONT_SUBSTITUTION
50 HelpID = HID_OFA_FONT_SUBSTITUTION ;
53 Size = MAP_APPFONT ( 260 , 185 ) ;
56 Pos = MAP_APPFONT ( 6 , 6 ) ;
57 Size = MAP_APPFONT ( 248 , 10 ) ;
59 Text [ en-US ] = "~Apply replacement table";
63 Pos = MAP_APPFONT ( 6 , 20 ) ;
64 Size = MAP_APPFONT ( 100 , 8 ) ;
66 Text [ en-US ] = "~Font";
71 Pos = MAP_APPFONT ( 6 , 33 ) ;
72 Size = MAP_APPFONT ( 100 , 100 ) ;
82 Pos = MAP_APPFONT ( 110 , 20 ) ;
83 Size = MAP_APPFONT ( 100 , 8 ) ;
85 Text [ en-US ] = "Re~place with";
90 Pos = MAP_APPFONT ( 110 , 33 ) ;
91 Size = MAP_APPFONT ( 100 , 100 ) ;
102 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
110 ToolBox TBX_SUBSTNEWDEL
112 Pos = MAP_APPFONT ( 214 , 33 ) ;
119 Identifier = BT_SUBSTAPPLY ;
120 HelpID = HID_OFA_SUBST_APPLY ;
121 Text [ en-US ] = "Apply" ;
125 Identifier = BT_SUBSTDELETE ;
126 HelpID = HID_OFA_SUBST_DELETE ;
127 Text [ en-US ] = "Delete" ;
131 Control CLB_SUBSTITUTES
133 Pos = MAP_APPFONT ( 6 , 48 ) ;
134 Size = MAP_APPFONT ( 248 , 75 ) ;
138 FixedLine FL_SOURCEVIEW
140 Pos = MAP_APPFONT ( 6 , 129 ) ;
141 Size = MAP_APPFONT ( 248 , 8 ) ;
142 Text [ en-US ] = "Font settings for HTML, Basic and SQL sources" ;
144 FixedText FT_FONTNAME
146 Pos = MAP_APPFONT ( 6 , 142 ) ;
147 Size = MAP_APPFONT ( 57 , 8 ) ;
148 Text [ en-US ] = "Fonts" ;
152 Pos = MAP_APPFONT ( 65 , 140 ) ;
153 Size = MAP_APPFONT ( 100 , 68 ) ;
160 Pos = MAP_APPFONT ( 65 , 155 ) ;
161 Size = MAP_APPFONT ( 180 , 10 ) ;
163 Text [ en-US ] = "Non-proportional fonts only" ;
165 FixedText FT_FONTHEIGHT
167 Pos = MAP_APPFONT ( 6 , 171 ) ;
168 Size = MAP_APPFONT ( 57 , 8 ) ;
169 Text [ en-US ] ="~Size";
171 ListBox LB_FONTHEIGHT
173 Pos = MAP_APPFONT ( 65 , 169 ) ;
174 Size = MAP_APPFONT ( 30 , 68 ) ;
181 Text [ en-US ] = "Always";
185 Text [ en-US ] = "Screen only";
189 Text [ en-US ] = "Font";
193 Text [ en-US ] = "Replace with";
197 Text [ en-US ] = "Automatic";