fontsubs.src (0e2af6af) fontsubs.src (ecd860a2)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 7 unchanged lines hidden (view full) ---

16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 7 unchanged lines hidden (view full) ---

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