fontsubs.src (98ab5aa0) fontsubs.src (3009d07a)
1/**************************************************************
1/**************************************************************
2 *
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
9 * with the License. You may obtain a copy of the License at
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
9 * with the License. You may obtain a copy of the License at
10 *
10 *
11 * http://www.apache.org/licenses/LICENSE-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
12 *
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
19 *
20 *************************************************************/
21
20 *************************************************************/
21
22
23
24// include ------------------------------------------------------------------
25#include "fontsubs.hrc"
26#include "helpid.hrc"
27// pragma -------------------------------------------------------------------
28
29TabPage RID_SVX_FONT_SUBSTITUTION
30{
31 HelpID = HID_OFA_FONT_SUBSTITUTION ;
32 SVLook = TRUE ;
33 Hide = TRUE ;
34 Size = MAP_APPFONT ( 260, 185 ) ;
35 CheckBox CB_USETABLE
36 {
22// include ------------------------------------------------------------------
23#include "fontsubs.hrc"
24#include "helpid.hrc"
25// pragma -------------------------------------------------------------------
26
27TabPage RID_SVX_FONT_SUBSTITUTION
28{
29 HelpID = HID_OFA_FONT_SUBSTITUTION ;
30 SVLook = TRUE ;
31 Hide = TRUE ;
32 Size = MAP_APPFONT ( 260, 185 ) ;
33 CheckBox CB_USETABLE
34 {
37 HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE";
35 HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE" ;
38 Pos = MAP_APPFONT ( 6, 6 ) ;
39 Size = MAP_APPFONT ( 248, 10 ) ;
40 TabStop = TRUE ;
41 Text [ en-US ] = "~Apply replacement table" ;
42 };
43 FixedText FT_FONT1
44 {
45 Pos = MAP_APPFONT ( 6, 20 ) ;
46 Size = MAP_APPFONT ( 100, 8 ) ;
47 Left = TRUE ;
48 Text [ en-US ] = "~Font" ;
49 };
50 ComboBox CB_FONT1
51 {
36 Pos = MAP_APPFONT ( 6, 6 ) ;
37 Size = MAP_APPFONT ( 248, 10 ) ;
38 TabStop = TRUE ;
39 Text [ en-US ] = "~Apply replacement table" ;
40 };
41 FixedText FT_FONT1
42 {
43 Pos = MAP_APPFONT ( 6, 20 ) ;
44 Size = MAP_APPFONT ( 100, 8 ) ;
45 Left = TRUE ;
46 Text [ en-US ] = "~Font" ;
47 };
48 ComboBox CB_FONT1
49 {
52 HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT1";
50 HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT1" ;
53 Border = TRUE ;
54 Pos = MAP_APPFONT ( 6, 33 ) ;
55 Size = MAP_APPFONT ( 100, 100 ) ;
56 TabStop = TRUE ;
57 AutoSize = TRUE ;
58 AutoHScroll = TRUE ;
59 DDExtraWidth = TRUE ;
60 DropDown = TRUE ;
61 Sort = TRUE ;
62 };
63 FixedText FT_FONT2
64 {
65 Pos = MAP_APPFONT ( 110, 20 ) ;
66 Size = MAP_APPFONT ( 100, 8 ) ;
67 Left = TRUE ;
68 Text [ en-US ] = "Re~place with" ;
69 };
70 ComboBox CB_FONT2
71 {
51 Border = TRUE ;
52 Pos = MAP_APPFONT ( 6, 33 ) ;
53 Size = MAP_APPFONT ( 100, 100 ) ;
54 TabStop = TRUE ;
55 AutoSize = TRUE ;
56 AutoHScroll = TRUE ;
57 DDExtraWidth = TRUE ;
58 DropDown = TRUE ;
59 Sort = TRUE ;
60 };
61 FixedText FT_FONT2
62 {
63 Pos = MAP_APPFONT ( 110, 20 ) ;
64 Size = MAP_APPFONT ( 100, 8 ) ;
65 Left = TRUE ;
66 Text [ en-US ] = "Re~place with" ;
67 };
68 ComboBox CB_FONT2
69 {
72 HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT2";
70 HelpID = "cui:ComboBox:RID_SVX_FONT_SUBSTITUTION:CB_FONT2" ;
73 Border = TRUE ;
74 Pos = MAP_APPFONT ( 110, 33 ) ;
75 Size = MAP_APPFONT ( 100, 100 ) ;
76 TabStop = TRUE ;
77 AutoSize = TRUE ;
78 AutoHScroll = TRUE ;
79 DDExtraWidth = TRUE ;
80 DropDown = TRUE ;
81 Sort = TRUE ;
82 };
83 ImageList IL_ICON
84 {
71 Border = TRUE ;
72 Pos = MAP_APPFONT ( 110, 33 ) ;
73 Size = MAP_APPFONT ( 100, 100 ) ;
74 TabStop = TRUE ;
75 AutoSize = TRUE ;
76 AutoHScroll = TRUE ;
77 DDExtraWidth = TRUE ;
78 DropDown = TRUE ;
79 Sort = TRUE ;
80 };
81 ImageList IL_ICON
82 {
85 Prefix = "nu";
83 Prefix = "nu" ;
86 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
87 IdList =
88 {
89 BT_SUBSTAPPLY ;
90 BT_SUBSTDELETE ;
91 };
92 IdCount = { 2 ; };
93 };

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

128 FixedText FT_FONTNAME
129 {
130 Pos = MAP_APPFONT ( 6, 142 ) ;
131 Size = MAP_APPFONT ( 57, 8 ) ;
132 Text [ en-US ] = "Fonts" ;
133 };
134 ListBox LB_FONTNAME
135 {
84 MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
85 IdList =
86 {
87 BT_SUBSTAPPLY ;
88 BT_SUBSTDELETE ;
89 };
90 IdCount = { 2 ; };
91 };

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

126 FixedText FT_FONTNAME
127 {
128 Pos = MAP_APPFONT ( 6, 142 ) ;
129 Size = MAP_APPFONT ( 57, 8 ) ;
130 Text [ en-US ] = "Fonts" ;
131 };
132 ListBox LB_FONTNAME
133 {
136 HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTNAME";
134 HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTNAME" ;
137 Pos = MAP_APPFONT ( 65, 140 ) ;
138 Size = MAP_APPFONT ( 100, 68 ) ;
139 Border = TRUE ;
140 TabStop = TRUE ;
141 DropDown = TRUE ;
142 };
143 CheckBox CB_NONPROP
144 {
135 Pos = MAP_APPFONT ( 65, 140 ) ;
136 Size = MAP_APPFONT ( 100, 68 ) ;
137 Border = TRUE ;
138 TabStop = TRUE ;
139 DropDown = TRUE ;
140 };
141 CheckBox CB_NONPROP
142 {
145 HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_NONPROP";
143 HelpID = "cui:CheckBox:RID_SVX_FONT_SUBSTITUTION:CB_NONPROP" ;
146 Pos = MAP_APPFONT ( 65, 155 ) ;
147 Size = MAP_APPFONT ( 180, 10 ) ;
148 TabStop = TRUE ;
149 Text [ en-US ] = "Non-proportional fonts only" ;
150 };
151 FixedText FT_FONTHEIGHT
152 {
153 Pos = MAP_APPFONT ( 6, 171 ) ;
154 Size = MAP_APPFONT ( 57, 8 ) ;
155 Text [ en-US ] ="~Size" ;
156 };
157 ListBox LB_FONTHEIGHT
158 {
144 Pos = MAP_APPFONT ( 65, 155 ) ;
145 Size = MAP_APPFONT ( 180, 10 ) ;
146 TabStop = TRUE ;
147 Text [ en-US ] = "Non-proportional fonts only" ;
148 };
149 FixedText FT_FONTHEIGHT
150 {
151 Pos = MAP_APPFONT ( 6, 171 ) ;
152 Size = MAP_APPFONT ( 57, 8 ) ;
153 Text [ en-US ] ="~Size" ;
154 };
155 ListBox LB_FONTHEIGHT
156 {
159 HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTHEIGHT";
157 HelpID = "cui:ListBox:RID_SVX_FONT_SUBSTITUTION:LB_FONTHEIGHT" ;
160 Pos = MAP_APPFONT ( 65, 169 ) ;
161 Size = MAP_APPFONT ( 30, 68 ) ;
162 Border = TRUE ;
163 TabStop = TRUE ;
164 DropDown = TRUE ;
165 };
166 String STR_HEADER1
167 {

--- 21 unchanged lines hidden ---
158 Pos = MAP_APPFONT ( 65, 169 ) ;
159 Size = MAP_APPFONT ( 30, 68 ) ;
160 Border = TRUE ;
161 TabStop = TRUE ;
162 DropDown = TRUE ;
163 };
164 String STR_HEADER1
165 {

--- 21 unchanged lines hidden ---