2 * This file is part of the LibreOffice project.
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 * This file incorporates work covered by the following license notice:
10 * Licensed to the Apache Software Foundation (ASF) under one or more
11 * contributor license agreements. See the NOTICE file distributed
12 * with this work for additional information regarding copyright
13 * ownership. The ASF licenses this file to you under the Apache
14 * License, Version 2.0 (the "License"); you may not use this file
15 * except in compliance with the License. You may obtain a copy of
16 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #include "fontsubs.hrc"
22 /**************************************************************************/
24 TabPage RID_SVX_FONT_SUBSTITUTION
26 HelpID = HID_OFA_FONT_SUBSTITUTION ;
29 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
32 HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE";
33 Pos = MAP_APPFONT ( 6 , 6 ) ;
34 Size = MAP_APPFONT ( 248 , 10 ) ;
36 Text [ en-US ] = "~Apply replacement table";
40 Pos = MAP_APPFONT ( 6 , 20 ) ;
41 Size = MAP_APPFONT ( 100 , 8 ) ;
43 Text [ en-US ] = "~Font";
47 HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT1";
49 Pos = MAP_APPFONT ( 6 , 33 ) ;
50 Size = MAP_APPFONT ( 100 , 100 ) ;
60 Pos = MAP_APPFONT ( 110 , 20 ) ;
61 Size = MAP_APPFONT ( 100 , 8 ) ;
63 Text [ en-US ] = "Re~place with";
67 HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT2";
69 Pos = MAP_APPFONT ( 110 , 33 ) ;
70 Size = MAP_APPFONT ( 100 , 100 ) ;
81 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
89 ToolBox TBX_SUBSTNEWDEL
91 Pos = MAP_APPFONT ( 214 , 33 ) ;
98 Identifier = BT_SUBSTAPPLY ;
99 HelpID = HID_OFA_SUBST_APPLY ;
100 Text [ en-US ] = "Apply" ;
104 Identifier = BT_SUBSTDELETE ;
105 HelpID = HID_OFA_SUBST_DELETE ;
106 Text [ en-US ] = "Delete" ;
110 Control CLB_SUBSTITUTES
112 Pos = MAP_APPFONT ( 6 , 48 ) ;
113 Size = MAP_APPFONT ( 248 , 75 ) ;
117 FixedLine FL_SOURCEVIEW
119 Pos = MAP_APPFONT ( 6 , 129 ) ;
120 Size = MAP_APPFONT ( 248 , 8 ) ;
121 Text [ en-US ] = "Font settings for HTML, Basic and SQL sources" ;
123 FixedText FT_FONTNAME
125 Pos = MAP_APPFONT ( 6 , 142 ) ;
126 Size = MAP_APPFONT ( 57 , 8 ) ;
127 Text [ en-US ] = "Fonts" ;
131 HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTNAME";
132 Pos = MAP_APPFONT ( 65 , 140 ) ;
133 Size = MAP_APPFONT ( 100 , 68 ) ;
140 HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_NONPROP";
141 Pos = MAP_APPFONT ( 65 , 155 ) ;
142 Size = MAP_APPFONT ( 180 , 10 ) ;
144 Text [ en-US ] = "Non-proportional fonts only" ;
146 FixedText FT_FONTHEIGHT
148 Pos = MAP_APPFONT ( 6 , 171 ) ;
149 Size = MAP_APPFONT ( 57 , 8 ) ;
150 Text [ en-US ] ="~Size";
152 ListBox LB_FONTHEIGHT
154 HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTHEIGHT";
155 Pos = MAP_APPFONT ( 65 , 169 ) ;
156 Size = MAP_APPFONT ( 30 , 68 ) ;
163 Text [ en-US ] = "Always";
167 Text [ en-US ] = "Screen only";
171 Text [ en-US ] = "Font";
175 Text [ en-US ] = "Replace with";
179 Text [ en-US ] = "Automatic";