srchdlg.src (09a1d057) srchdlg.src (5b74bf83)
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
22
23
20 *************************************************************/
21
22
23
24 // include ---------------------------------------------------------------
24// include ---------------------------------------------------------------
25
26#include <svx/dialogs.hrc>
27#include "srchdlg.hrc"
28#include <sfx2/sfxcommands.h>
29
25
26#include <svx/dialogs.hrc>
27#include "srchdlg.hrc"
28#include <sfx2/sfxcommands.h>
29
30#define MASKCOLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
30// Strings ---------------------------------------------------------------
31
31
32 // Strings ---------------------------------------------------------------
33
34String RID_SVXSTR_SEARCH_STYLES
35{
36 Text [ en-US ] = "Including Styles" ;
37};
38String RID_SVXSTR_SEARCH
39{
40 Text [ en-US ] = "(Search)" ;
41};
42String RID_SVXSTR_REPLACE
43{
44 Text [ en-US ] = "(Replace)" ;
45};
46
32String RID_SVXSTR_SEARCH_STYLES
33{
34 Text [ en-US ] = "Including Styles" ;
35};
36String RID_SVXSTR_SEARCH
37{
38 Text [ en-US ] = "(Search)" ;
39};
40String RID_SVXSTR_REPLACE
41{
42 Text [ en-US ] = "(Replace)" ;
43};
44
47 // RID_SVXDLG_SEARCH -----------------------------------------------------
45// RID_SVXDLG_SEARCH -----------------------------------------------------
48
49ModelessDialog RID_SVXDLG_SEARCH
50{
51 HelpId = CMD_SID_SEARCH_DLG ;
52 OutputSize = TRUE ;
53 Hide = TRUE ;
54 SvLook = TRUE ;
46
47ModelessDialog RID_SVXDLG_SEARCH
48{
49 HelpId = CMD_SID_SEARCH_DLG ;
50 OutputSize = TRUE ;
51 Hide = TRUE ;
52 SvLook = TRUE ;
55 Size = MAP_APPFONT ( 200 , 155 ) ;
53 Size = MAP_APPFONT ( 200, 155 ) ;
56 Text [ en-US ] = "Find & Replace" ;
57 Moveable = TRUE ;
58 FixedText FT_SEARCH
59 {
54 Text [ en-US ] = "Find & Replace" ;
55 Moveable = TRUE ;
56 FixedText FT_SEARCH
57 {
60 Pos = MAP_APPFONT ( 6 , 7 ) ;
61 Size = MAP_APPFONT ( 132 , 8 ) ;
58 Pos = MAP_APPFONT ( 6, 7 ) ;
59 Size = MAP_APPFONT ( 132, 8 ) ;
62 Text [ en-US ] = "~Search for" ;
63 };
64 ComboBox ED_SEARCH
65 {
60 Text [ en-US ] = "~Search for" ;
61 };
62 ComboBox ED_SEARCH
63 {
66 HelpID = "svx:ComboBox:RID_SVXDLG_SEARCH:ED_SEARCH";
67 Pos = MAP_APPFONT ( 6 , 18 ) ;
68 Size = MAP_APPFONT ( 132 , 98 ) ;
64 HelpID = "svx:ComboBox:RID_SVXDLG_SEARCH:ED_SEARCH" ;
65 Pos = MAP_APPFONT ( 6, 18 ) ;
66 Size = MAP_APPFONT ( 132, 98 ) ;
69 TabStop = TRUE ;
70 DropDown = TRUE ;
71 };
72 ListBox LB_SEARCH
73 {
67 TabStop = TRUE ;
68 DropDown = TRUE ;
69 };
70 ListBox LB_SEARCH
71 {
74 HelpID = "svx:ListBox:RID_SVXDLG_SEARCH:LB_SEARCH";
72 HelpID = "svx:ListBox:RID_SVXDLG_SEARCH:LB_SEARCH" ;
75 Border = TRUE ;
73 Border = TRUE ;
76 Pos = MAP_APPFONT ( 6 , 18 ) ;
77 Size = MAP_APPFONT ( 132 , 98 ) ;
74 Pos = MAP_APPFONT ( 6, 18 ) ;
75 Size = MAP_APPFONT ( 132, 98 ) ;
78 TabStop = TRUE ;
79 DropDown = TRUE ;
80 Hide = TRUE ;
81 Sort = TRUE ;
82 };
83 FixedText FT_SEARCH_ATTR
84 {
76 TabStop = TRUE ;
77 DropDown = TRUE ;
78 Hide = TRUE ;
79 Sort = TRUE ;
80 };
81 FixedText FT_SEARCH_ATTR
82 {
85 Pos = MAP_APPFONT ( 9 , 35 ) ;
86 Size = MAP_APPFONT ( 129 , 16 ) ;
83 Pos = MAP_APPFONT ( 9, 35 ) ;
84 Size = MAP_APPFONT ( 129, 16 ) ;
87 WordBreak = TRUE ;
88 Hide = TRUE ;
89 };
85 WordBreak = TRUE ;
86 Hide = TRUE ;
87 };
90 FixedText FT_SEARCH_FORMATS
88 FixedText FT_SEARCH_FORMATS
91 {
89 {
92 Pos = MAP_APPFONT ( 9 , 35 ) ;
93 Size = MAP_APPFONT ( 129 , 16 ) ;
94 WordBreak = TRUE ;
90 Pos = MAP_APPFONT ( 9, 35 ) ;
91 Size = MAP_APPFONT ( 129, 16 ) ;
92 WordBreak = TRUE ;
95 Hide = TRUE ;
96 };
97 FixedText FT_REPLACE
98 {
93 Hide = TRUE ;
94 };
95 FixedText FT_REPLACE
96 {
99 Pos = MAP_APPFONT ( 6 , 54 ) ;
100 Size = MAP_APPFONT ( 132 , 8 ) ;
97 Pos = MAP_APPFONT ( 6, 54 ) ;
98 Size = MAP_APPFONT ( 132, 8 ) ;
101 Text [ en-US ] = "Re~place with" ;
102 };
103 ComboBox ED_REPLACE
104 {
99 Text [ en-US ] = "Re~place with" ;
100 };
101 ComboBox ED_REPLACE
102 {
105 HelpID = "svx:ComboBox:RID_SVXDLG_SEARCH:ED_REPLACE";
106 Pos = MAP_APPFONT ( 6 , 65 ) ;
107 Size = MAP_APPFONT ( 132 , 98 ) ;
103 HelpID = "svx:ComboBox:RID_SVXDLG_SEARCH:ED_REPLACE" ;
104 Pos = MAP_APPFONT ( 6, 65 ) ;
105 Size = MAP_APPFONT ( 132, 98 ) ;
108 TabStop = TRUE ;
109 DropDown = TRUE ;
110 };
111 ListBox LB_REPLACE
112 {
106 TabStop = TRUE ;
107 DropDown = TRUE ;
108 };
109 ListBox LB_REPLACE
110 {
113 HelpID = "svx:ListBox:RID_SVXDLG_SEARCH:LB_REPLACE";
111 HelpID = "svx:ListBox:RID_SVXDLG_SEARCH:LB_REPLACE" ;
114 Border = TRUE ;
112 Border = TRUE ;
115 Pos = MAP_APPFONT ( 6 , 65 ) ;
116 Size = MAP_APPFONT ( 132 , 98 ) ;
113 Pos = MAP_APPFONT ( 6, 65 ) ;
114 Size = MAP_APPFONT ( 132, 98 ) ;
117 TabStop = TRUE ;
118 DropDown = TRUE ;
119 Hide = TRUE ;
120 Sort = TRUE ;
121 };
122 FixedText FT_REPLACE_ATTR
123 {
115 TabStop = TRUE ;
116 DropDown = TRUE ;
117 Hide = TRUE ;
118 Sort = TRUE ;
119 };
120 FixedText FT_REPLACE_ATTR
121 {
124 Pos = MAP_APPFONT ( 9 , 82 ) ;
125 Size = MAP_APPFONT ( 129 , 16 ) ;
122 Pos = MAP_APPFONT ( 9, 82 ) ;
123 Size = MAP_APPFONT ( 129, 16 ) ;
126 WordBreak = TRUE ;
127 Hide = TRUE ;
128 };
129 FixedText FT_REPLACE_FORMATS
130 {
124 WordBreak = TRUE ;
125 Hide = TRUE ;
126 };
127 FixedText FT_REPLACE_FORMATS
128 {
131 Pos = MAP_APPFONT ( 9 , 82 ) ;
132 Size = MAP_APPFONT ( 129 , 16 ) ;
133 WordBreak = TRUE ;
129 Pos = MAP_APPFONT ( 9, 82 ) ;
130 Size = MAP_APPFONT ( 129, 16 ) ;
131 WordBreak = TRUE ;
134 Hide = TRUE ;
135 };
132 Hide = TRUE ;
133 };
136 PushButton BTN_SEARCH
137 {
138 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_SEARCH";
139 Pos = MAP_APPFONT ( 144 , 9 ) ;
140 Size = MAP_APPFONT ( 50 , 14 ) ;
141 Text [ en-US ] = "~Find" ;
142 TabStop = TRUE ;
143 DefButton = TRUE ;
144 };
145 PushButton BTN_SEARCH_ALL
146 {
147 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_SEARCH_ALL";
148 Pos = MAP_APPFONT ( 144 , 26 ) ;
149 Size = MAP_APPFONT ( 50 , 14 ) ;
150 Text [ en-US ] = "Find ~All" ;
151 TabStop = TRUE ;
152 };
153 FixedLine FL_SEARCH_COMMAND
154 {
155 Pos = MAP_APPFONT ( 141 , 44 ) ;
156 Size = MAP_APPFONT ( 56 , 8 ) ;
157 };
158 PushButton BTN_REPLACE
159 {
160 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_REPLACE";
161 Pos = MAP_APPFONT ( 144 , 56 ) ;
162 Size = MAP_APPFONT ( 50 , 14 ) ;
163 Text [ en-US ] = "~Replace" ;
164 TabStop = TRUE ;
165 };
166 PushButton BTN_REPLACE_ALL
167 {
168 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_REPLACE_ALL";
169 Pos = MAP_APPFONT ( 144 , 73 ) ;
170 Size = MAP_APPFONT ( 50 , 14 ) ;
171 Text [ en-US ] = "Replace A~ll" ;
172 TabStop = TRUE ;
173 };
174 FixedLine FL_SEARCH_COMPONENT
175 {
176 Pos = MAP_APPFONT ( 141 , 91 ) ;
177 Size = MAP_APPFONT ( 56 , 8 ) ;
178 Hide = TRUE;
179 };
180 PushButton BTN_COMPONENT_1
181 {
182 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_COMPONENT_1";
183 Pos = MAP_APPFONT ( 144 , 103 ) ;
184 Size = MAP_APPFONT ( 50 , 14 ) ;
185 TabStop = TRUE ;
186 Hide = TRUE;
187 };
188 PushButton BTN_COMPONENT_2
189 {
190 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_COMPONENT_2";
191 Pos = MAP_APPFONT ( 144 , 120 ) ;
192 Size = MAP_APPFONT ( 50 , 14 ) ;
193 TabStop = TRUE ;
194 Hide = TRUE;
195 };
196 CheckBox CB_MATCH_CASE
197 {
198 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_MATCH_CASE";
199 Pos = MAP_APPFONT ( 12 , 101 ) ;
200 Size = MAP_APPFONT ( 126 , 10 ) ;
201 TabStop = TRUE ;
202 Text [ en-US ] = "Ma~tch case";
203 };
204 CheckBox CB_WHOLE_WORDS
205 {
206 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_WHOLE_WORDS";
207 Pos = MAP_APPFONT ( 12 , 114 ) ;
208 Size = MAP_APPFONT ( 126 , 10 ) ;
209 Text [ en-US ] = "Whole wor~ds only" ;
210 TabStop = TRUE ;
211 };
212 FixedLine FL_BUTTONS
213 {
214 Pos = MAP_APPFONT ( 0 , 124 ) ;
215 Size = MAP_APPFONT ( 200 , 8 ) ;
216 };
217 MoreButton BTN_MORE
218 {
219 HelpID = "svx:MoreButton:RID_SVXDLG_SEARCH:BTN_MORE";
220 Pos = MAP_APPFONT ( 6 , 135 ) ;
221 Size = MAP_APPFONT ( 50 , 14 ) ;
222 TabStop = TRUE ;
223 MapUnit = MAP_APPFONT ;
224 Delta = 174 ;
225 State = FALSE ;
226 };
227 HelpButton BTN_HELP
228 {
229 Pos = MAP_APPFONT ( 88 , 135 ) ;
230 Size = MAP_APPFONT ( 50 , 14 ) ;
231 TabStop = TRUE ;
232 };
233 CancelButton BTN_CLOSE
234 {
235 Pos = MAP_APPFONT ( 144 , 135 ) ;
236 Size = MAP_APPFONT ( 50 , 14 ) ;
237 Text [ en-US ] = "~Close" ;
238 TabStop = TRUE ;
239 };
240 FixedLine FL_OPTIONS
241 {
242 Pos = MAP_APPFONT ( 6 , 152 ) ;
243 Size = MAP_APPFONT ( 191 , 8 ) ;
244 Hide = TRUE ;
245 };
246 CheckBox CB_SELECTIONS
247 {
248 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_SELECTIONS";
249 Pos = MAP_APPFONT ( 12 , 163 ) ;
250 Size = MAP_APPFONT ( 126 , 10 ) ;
251 Text [ en-US ] = "C~urrent selection only" ;
252 TabStop = TRUE ;
253 Hide = TRUE ;
254 };
255 CheckBox CB_BACKWARDS
134 PushButton BTN_SEARCH
256 {
135 {
257 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_BACKWARDS";
258 Pos = MAP_APPFONT ( 12 , 176 ) ;
259 Size = MAP_APPFONT ( 126 , 10 ) ;
136 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_SEARCH" ;
137 Pos = MAP_APPFONT ( 144, 9 ) ;
138 Size = MAP_APPFONT ( 50, 14 ) ;
139 Text [ en-US ] = "~Find" ;
140 TabStop = TRUE ;
141 DefButton = TRUE ;
142 };
143 PushButton BTN_SEARCH_ALL
144 {
145 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_SEARCH_ALL" ;
146 Pos = MAP_APPFONT ( 144, 26 ) ;
147 Size = MAP_APPFONT ( 50, 14 ) ;
148 Text [ en-US ] = "Find ~All" ;
149 TabStop = TRUE ;
150 };
151 FixedLine FL_SEARCH_COMMAND
152 {
153 Pos = MAP_APPFONT ( 141, 44 ) ;
154 Size = MAP_APPFONT ( 56, 8 ) ;
155 };
156 PushButton BTN_REPLACE
157 {
158 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_REPLACE" ;
159 Pos = MAP_APPFONT ( 144, 56 ) ;
160 Size = MAP_APPFONT ( 50, 14 ) ;
161 Text [ en-US ] = "~Replace" ;
162 TabStop = TRUE ;
163 };
164 PushButton BTN_REPLACE_ALL
165 {
166 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_REPLACE_ALL" ;
167 Pos = MAP_APPFONT ( 144, 73 ) ;
168 Size = MAP_APPFONT ( 50, 14 ) ;
169 Text [ en-US ] = "Replace A~ll" ;
170 TabStop = TRUE ;
171 };
172 FixedLine FL_SEARCH_COMPONENT
173 {
174 Pos = MAP_APPFONT ( 141, 91 ) ;
175 Size = MAP_APPFONT ( 56, 8 ) ;
176 Hide = TRUE ;
177 };
178 PushButton BTN_COMPONENT_1
179 {
180 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_COMPONENT_1" ;
181 Pos = MAP_APPFONT ( 144, 103 ) ;
182 Size = MAP_APPFONT ( 50, 14 ) ;
183 TabStop = TRUE ;
184 Hide = TRUE ;
185 };
186 PushButton BTN_COMPONENT_2
187 {
188 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_COMPONENT_2" ;
189 Pos = MAP_APPFONT ( 144, 120 ) ;
190 Size = MAP_APPFONT ( 50, 14 ) ;
191 TabStop = TRUE ;
192 Hide = TRUE ;
193 };
194 CheckBox CB_MATCH_CASE
195 {
196 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_MATCH_CASE" ;
197 Pos = MAP_APPFONT ( 12, 101 ) ;
198 Size = MAP_APPFONT ( 126, 10 ) ;
199 TabStop = TRUE ;
200 Text [ en-US ] = "Ma~tch case" ;
201 };
202 CheckBox CB_WHOLE_WORDS
203 {
204 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_WHOLE_WORDS" ;
205 Pos = MAP_APPFONT ( 12, 114 ) ;
206 Size = MAP_APPFONT ( 126, 10 ) ;
207 Text [ en-US ] = "Whole wor~ds only" ;
208 TabStop = TRUE ;
209 };
210 FixedLine FL_BUTTONS
211 {
212 Pos = MAP_APPFONT ( 0, 124 ) ;
213 Size = MAP_APPFONT ( 200, 8 ) ;
214 };
215 MoreButton BTN_MORE
216 {
217 HelpID = "svx:MoreButton:RID_SVXDLG_SEARCH:BTN_MORE" ;
218 Pos = MAP_APPFONT ( 6, 135 ) ;
219 Size = MAP_APPFONT ( 50, 14 ) ;
220 TabStop = TRUE ;
221 MapUnit = MAP_APPFONT ;
222 Delta = 174 ;
223 State = FALSE ;
224 };
225 HelpButton BTN_HELP
226 {
227 Pos = MAP_APPFONT ( 88, 135 ) ;
228 Size = MAP_APPFONT ( 50, 14 ) ;
229 TabStop = TRUE ;
230 };
231 CancelButton BTN_CLOSE
232 {
233 Pos = MAP_APPFONT ( 144, 135 ) ;
234 Size = MAP_APPFONT ( 50, 14 ) ;
235 Text [ en-US ] = "~Close" ;
236 TabStop = TRUE ;
237 };
238 FixedLine FL_OPTIONS
239 {
240 Pos = MAP_APPFONT ( 6, 152 ) ;
241 Size = MAP_APPFONT ( 191, 8 ) ;
242 Hide = TRUE ;
243 };
244 CheckBox CB_SELECTIONS
245 {
246 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_SELECTIONS" ;
247 Pos = MAP_APPFONT ( 12, 163 ) ;
248 Size = MAP_APPFONT ( 126, 10 ) ;
249 Text [ en-US ] = "C~urrent selection only" ;
250 TabStop = TRUE ;
251 Hide = TRUE ;
252 };
253 CheckBox CB_BACKWARDS
254 {
255 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_BACKWARDS" ;
256 Pos = MAP_APPFONT ( 12, 176 ) ;
257 Size = MAP_APPFONT ( 126, 10 ) ;
260 Text [ en-US ] = "Bac~kwards" ;
261 TabStop = TRUE ;
258 Text [ en-US ] = "Bac~kwards" ;
259 TabStop = TRUE ;
262 Hide = TRUE ;
260 Hide = TRUE ;
263 };
261 };
264 CheckBox CB_REGEXP
265 {
266 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_REGEXP";
267 Pos = MAP_APPFONT ( 12 , 189 ) ;
268 Size = MAP_APPFONT ( 126 , 10 ) ;
269 Text [ en-US ] = "Regular e~xpressions" ;
270 TabStop = TRUE ;
271 Hide = TRUE ;
272 };
273 CheckBox CB_SIMILARITY
274 {
275 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_SIMILARITY";
276 Pos = MAP_APPFONT ( 12 , 204 ) ;
277 Size = MAP_APPFONT ( 109 , 10 ) ;
278 Text [ en-US ] = "S~imilarity search" ;
279 TabStop = TRUE ;
280 Hide = TRUE ;
281 };
282 PushButton PB_SIMILARITY
283 {
284 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:PB_SIMILARITY";
285 Pos = MAP_APPFONT ( 124 , 202 ) ;
286 Size = MAP_APPFONT ( 14 , 14 ) ;
287 Text = "~..." ;
288 TabStop = TRUE ;
289 Hide = TRUE ;
290 };
291 CheckBox CB_LAYOUTS
292 {
293 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_LAYOUTS";
294 Pos = MAP_APPFONT ( 12 , 219 ) ;
295 Size = MAP_APPFONT ( 126 , 10 ) ;
296 Text [ en-US ] = "Search for St~yles" ;
297 TabStop = TRUE ;
298 Hide = TRUE ;
299 };
300 CheckBox CB_NOTES
301 {
302 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_NOTES";
303 Pos = MAP_APPFONT ( 12 , 232 ) ;
304 Size = MAP_APPFONT ( 126 , 10 ) ;
305 TabStop = TRUE ;
306 Text [ en-US ] = "Notes";
307 };
308 CheckBox CB_JAP_MATCH_FULL_HALF_WIDTH
262 CheckBox CB_REGEXP
309 {
263 {
310 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_JAP_MATCH_FULL_HALF_WIDTH";
311 Pos = MAP_APPFONT ( 12 , 247 ) ;
312 Size = MAP_APPFONT ( 126 , 10 ) ;
264 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_REGEXP" ;
265 Pos = MAP_APPFONT ( 12, 189 ) ;
266 Size = MAP_APPFONT ( 126, 10 ) ;
267 Text [ en-US ] = "Regular e~xpressions" ;
313 TabStop = TRUE ;
268 TabStop = TRUE ;
314 Text [ en-US ] = "Match character width";
315 Hide = TRUE ;
269 Hide = TRUE ;
316 };
270 };
271 CheckBox CB_SIMILARITY
272 {
273 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_SIMILARITY" ;
274 Pos = MAP_APPFONT ( 12, 204 ) ;
275 Size = MAP_APPFONT ( 109, 10 ) ;
276 Text [ en-US ] = "S~imilarity search" ;
277 TabStop = TRUE ;
278 Hide = TRUE ;
279 };
280 PushButton PB_SIMILARITY
281 {
282 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:PB_SIMILARITY" ;
283 Pos = MAP_APPFONT ( 124, 202 ) ;
284 Size = MAP_APPFONT ( 14, 14 ) ;
285 Text = "~..." ;
286 TabStop = TRUE ;
287 Hide = TRUE ;
288 };
289 CheckBox CB_LAYOUTS
290 {
291 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_LAYOUTS" ;
292 Pos = MAP_APPFONT ( 12, 219 ) ;
293 Size = MAP_APPFONT ( 126, 10 ) ;
294 Text [ en-US ] = "Search for St~yles" ;
295 TabStop = TRUE ;
296 Hide = TRUE ;
297 };
298 CheckBox CB_NOTES
299 {
300 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_NOTES" ;
301 Pos = MAP_APPFONT ( 12, 232 ) ;
302 Size = MAP_APPFONT ( 126, 10 ) ;
303 TabStop = TRUE ;
304 Text [ en-US ] = "Notes" ;
305 };
306 CheckBox CB_JAP_MATCH_FULL_HALF_WIDTH
307 {
308 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_JAP_MATCH_FULL_HALF_WIDTH" ;
309 Pos = MAP_APPFONT ( 12, 247 ) ;
310 Size = MAP_APPFONT ( 126, 10 ) ;
311 TabStop = TRUE ;
312 Text [ en-US ] = "Match character width" ;
313 Hide = TRUE ;
314 };
317 CheckBox CB_JAP_SOUNDS_LIKE
318 {
315 CheckBox CB_JAP_SOUNDS_LIKE
316 {
319 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_JAP_SOUNDS_LIKE";
320 Pos = MAP_APPFONT ( 12 , 260 ) ;
321 Size = MAP_APPFONT ( 109 , 10 ) ;
317 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_JAP_SOUNDS_LIKE" ;
318 Pos = MAP_APPFONT ( 12, 260 ) ;
319 Size = MAP_APPFONT ( 109, 10 ) ;
322 TabStop = TRUE ;
320 TabStop = TRUE ;
323 Text [ en-US ] = "Sounds like (Japanese)";
324 Hide = TRUE ;
321 Text [ en-US ] = "Sounds like (Japanese)" ;
322 Hide = TRUE ;
325 };
326 PushButton PB_JAP_OPTIONS
327 {
323 };
324 PushButton PB_JAP_OPTIONS
325 {
328 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:PB_JAP_OPTIONS";
329 Pos = MAP_APPFONT ( 124 , 258 ) ;
330 Size = MAP_APPFONT ( 14 , 14 ) ;
326 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:PB_JAP_OPTIONS" ;
327 Pos = MAP_APPFONT ( 124, 258 ) ;
328 Size = MAP_APPFONT ( 14, 14 ) ;
331 Text = "..." ;
332 TabStop = TRUE ;
329 Text = "..." ;
330 TabStop = TRUE ;
333 Hide = TRUE ;
331 Hide = TRUE ;
334 };
332 };
335 PushButton BTN_ATTRIBUTE
336 {
337 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_ATTRIBUTE";
338 Pos = MAP_APPFONT ( 144 , 163 ) ;
339 Size = MAP_APPFONT ( 50 , 14 ) ;
340 Text [ en-US ] = "Attri~butes..." ;
341 TabStop = TRUE ;
342 Hide = TRUE ;
343 };
344 PushButton BTN_FORMAT
345 {
346 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_FORMAT";
347 Pos = MAP_APPFONT ( 144 , 180 ) ;
348 Size = MAP_APPFONT ( 50 , 14 ) ;
349 Text [ en-US ] = "For~mat..." ;
350 TabStop = TRUE ;
351 Hide = TRUE ;
352 };
353 PushButton BTN_NOFORMAT
354 {
355 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_NOFORMAT";
356 Pos = MAP_APPFONT ( 144 , 197 ) ;
357 Size = MAP_APPFONT ( 50 , 14 ) ;
358 Text [ en-US ] = "~No Format" ;
359 TabStop = TRUE ;
360 Hide = TRUE ;
361 };
362 FixedLine FL_CALC
363 {
364 Pos = MAP_APPFONT ( 6 , 272 ) ;
365 Size = MAP_APPFONT ( 191 , 8 ) ;
366 Hide = TRUE ;
367 };
368 FixedText FT_CALC_SEARCHIN
369 {
370 Pos = MAP_APPFONT ( 12 , 285 ) ;
371 Size = MAP_APPFONT ( 60 , 8 ) ;
372 Text [ en-US ] = "Search i~n" ;
373 Hide = TRUE ;
374 };
375 ListBox LB_CALC_SEARCHIN
376 {
377 HelpID = "svx:ListBox:RID_SVXDLG_SEARCH:LB_CALC_SEARCHIN";
378 Border = TRUE ;
379 Pos = MAP_APPFONT ( 75 , 283 ) ;
380 Size = MAP_APPFONT ( 63 , 48 ) ;
381 TabStop = TRUE ;
382 DropDown = TRUE ;
383 Hide = TRUE ;
384 StringList [ en-US ] =
385 {
386 < "Formulas" ; Default ; > ;
387 < "Values" ; Default ; > ;
388 < "Notes" ; Default ; > ;
389 };
390 };
391 FixedText FT_CALC_SEARCHDIR
392 {
393 Pos = MAP_APPFONT ( 12 , 300 ) ;
394 Size = MAP_APPFONT ( 60 , 8 ) ;
395 Text [ en-US ] = "Search ~direction" ;
396 Hide = TRUE ;
397 };
398 RadioButton RB_CALC_ROWS
333 PushButton BTN_ATTRIBUTE
399 {
334 {
400 HelpID = "svx:RadioButton:RID_SVXDLG_SEARCH:RB_CALC_ROWS";
401 Pos = MAP_APPFONT ( 75 , 300 ) ;
402 Size = MAP_APPFONT ( 63 , 10 ) ;
335 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_ATTRIBUTE" ;
336 Pos = MAP_APPFONT ( 144, 163 ) ;
337 Size = MAP_APPFONT ( 50, 14 ) ;
338 Text [ en-US ] = "Attri~butes..." ;
339 TabStop = TRUE ;
340 Hide = TRUE ;
341 };
342 PushButton BTN_FORMAT
343 {
344 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_FORMAT" ;
345 Pos = MAP_APPFONT ( 144, 180 ) ;
346 Size = MAP_APPFONT ( 50, 14 ) ;
347 Text [ en-US ] = "For~mat..." ;
348 TabStop = TRUE ;
349 Hide = TRUE ;
350 };
351 PushButton BTN_NOFORMAT
352 {
353 HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_NOFORMAT" ;
354 Pos = MAP_APPFONT ( 144, 197 ) ;
355 Size = MAP_APPFONT ( 50, 14 ) ;
356 Text [ en-US ] = "~No Format" ;
357 TabStop = TRUE ;
358 Hide = TRUE ;
359 };
360 FixedLine FL_CALC
361 {
362 Pos = MAP_APPFONT ( 6, 272 ) ;
363 Size = MAP_APPFONT ( 191, 8 ) ;
364 Hide = TRUE ;
365 };
366 FixedText FT_CALC_SEARCHIN
367 {
368 Pos = MAP_APPFONT ( 12, 285 ) ;
369 Size = MAP_APPFONT ( 60, 8 ) ;
370 Text [ en-US ] = "Search i~n" ;
371 Hide = TRUE ;
372 };
373 ListBox LB_CALC_SEARCHIN
374 {
375 HelpID = "svx:ListBox:RID_SVXDLG_SEARCH:LB_CALC_SEARCHIN" ;
376 Border = TRUE ;
377 Pos = MAP_APPFONT ( 75, 283 ) ;
378 Size = MAP_APPFONT ( 63, 48 ) ;
379 TabStop = TRUE ;
380 DropDown = TRUE ;
381 Hide = TRUE ;
382 StringList [ en-US ] =
383 {
384 < "Formulas" ; Default ; > ;
385 < "Values" ; Default ; > ;
386 < "Notes" ; Default ; > ;
387 };
388 };
389 FixedText FT_CALC_SEARCHDIR
390 {
391 Pos = MAP_APPFONT ( 12, 300 ) ;
392 Size = MAP_APPFONT ( 60, 8 ) ;
393 Text [ en-US ] = "Search ~direction" ;
394 Hide = TRUE ;
395 };
396 RadioButton RB_CALC_ROWS
397 {
398 HelpID = "svx:RadioButton:RID_SVXDLG_SEARCH:RB_CALC_ROWS" ;
399 Pos = MAP_APPFONT ( 75, 300 ) ;
400 Size = MAP_APPFONT ( 63, 10 ) ;
403 Text [ en-US ] = "Ro~ws" ;
404 Hide = TRUE ;
405 };
401 Text [ en-US ] = "Ro~ws" ;
402 Hide = TRUE ;
403 };
406 RadioButton RB_CALC_COLUMNS
404 RadioButton RB_CALC_COLUMNS
407 {
405 {
408 HelpID = "svx:RadioButton:RID_SVXDLG_SEARCH:RB_CALC_COLUMNS";
409 Pos = MAP_APPFONT ( 75 , 313 ) ;
410 Size = MAP_APPFONT ( 63 , 10 ) ;
406 HelpID = "svx:RadioButton:RID_SVXDLG_SEARCH:RB_CALC_COLUMNS" ;
407 Pos = MAP_APPFONT ( 75, 313 ) ;
408 Size = MAP_APPFONT ( 63, 10 ) ;
411 Text [ en-US ] = "Colu~mns" ;
412 Hide = TRUE ;
413 };
409 Text [ en-US ] = "Colu~mns" ;
410 Hide = TRUE ;
411 };
414 CheckBox CB_ALL_SHEETS
415 {
416 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_ALL_SHEETS";
417 Pos = MAP_APPFONT ( 12 , 326 ) ;
418 Size = MAP_APPFONT ( 126 , 10 ) ;
419 Text [ en-US ] = "Search in all sheets" ;
420 Hide = TRUE ;
421 };
412 CheckBox CB_ALL_SHEETS
413 {
414 HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_ALL_SHEETS" ;
415 Pos = MAP_APPFONT ( 12, 326 ) ;
416 Size = MAP_APPFONT ( 126, 10 ) ;
417 Text [ en-US ] = "Search in all sheets" ;
418 Hide = TRUE ;
419 };
422
420
423 String STR_WORDCALC
421 String STR_WORDCALC
424 {
425 Text [ en-US ] = "~Entire cells" ;
426 };
422 {
423 Text [ en-US ] = "~Entire cells" ;
424 };
427 String STR_MORE_BTN
428 {
429 Text [ en-US ] = "More ~Options" ;
430 };
431 String STR_LESS_BTN
432 {
433 Text [ en-US ] = "Fewer ~Options" ;
434 };
425 String STR_MORE_BTN
426 {
427 Text [ en-US ] = "More ~Options" ;
428 };
429 String STR_LESS_BTN
430 {
431 Text [ en-US ] = "Fewer ~Options" ;
432 };
435};
436
433};
434
437 // ********************************************************************** EOF
438
435// ********************************************************************** EOF