Update ooo320-m1
[ooovba.git] / svx / source / dialog / srchdlg.src
blob2c69a25b92d8a2d118d6a86ed39b5f33f4e98233
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: srchdlg.src,v $
10  * $Revision: 1.75 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31  // include ---------------------------------------------------------------
33 #include <svx/dialogs.hrc>
34 #include "srchdlg.hrc"
36 #define MASKCOLOR   MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; } ;
38  // Strings ---------------------------------------------------------------
40 String RID_SVXSTR_SEARCH_STYLES
42     Text [ en-US ] = "Including Styles" ;
44 String RID_SVXSTR_SEARCH
46     Text [ en-US ] = "(Search)" ;
48 String RID_SVXSTR_REPLACE
50     Text [ en-US ] = "(Replace)" ;
53  // RID_SVXDLG_SEARCH -----------------------------------------------------
55 ModelessDialog RID_SVXDLG_SEARCH
57     HelpId = SID_SEARCH_DLG ;
58     OutputSize = TRUE ;
59     Hide = TRUE ;
60     SvLook = TRUE ;
61     Size = MAP_APPFONT ( 200 , 155 ) ;
62     Text [ en-US ] = "Find & Replace" ;
63     Moveable = TRUE ;
64     FixedText FT_SEARCH
65     {
66         Pos = MAP_APPFONT ( 6 , 7 ) ;
67         Size = MAP_APPFONT ( 132 , 8 ) ;
68         Text [ en-US ] = "~Search for" ;
69     };
70     ComboBox ED_SEARCH
71     {
72         Pos = MAP_APPFONT ( 6 , 18 ) ;
73         Size = MAP_APPFONT ( 132 , 98 ) ;
74         TabStop = TRUE ;
75         DropDown = TRUE ;
76     };
77     ListBox LB_SEARCH
78     {
79         Border = TRUE ;
80         Pos = MAP_APPFONT ( 6 , 18 ) ;
81         Size = MAP_APPFONT ( 132 , 98 ) ;
82         TabStop = TRUE ;
83         DropDown = TRUE ;
84         Hide = TRUE ;
85         Sort = TRUE ;
86     };
87     FixedText FT_SEARCH_ATTR
88     {
89         Pos = MAP_APPFONT ( 9 , 35 ) ;
90         Size = MAP_APPFONT ( 129 , 16 ) ;
91         WordBreak = TRUE ;
92         Hide = TRUE ;
93     };
94     FixedText FT_SEARCH_FORMATS
95     {
96         Pos = MAP_APPFONT ( 9 , 35 ) ;
97         Size = MAP_APPFONT ( 129 , 16 ) ;
98         WordBreak = TRUE ;
99         Hide = TRUE ;
100     };
101     FixedText FT_REPLACE
102     {
103         Pos = MAP_APPFONT ( 6 , 54 ) ;
104         Size = MAP_APPFONT ( 132 , 8 ) ;
105         Text [ en-US ] = "Re~place with" ;
106     };
107     ComboBox ED_REPLACE
108     {
109         Pos = MAP_APPFONT ( 6 , 65 ) ;
110         Size = MAP_APPFONT ( 132 , 98 ) ;
111         TabStop = TRUE ;
112         DropDown = TRUE ;
113     };
114     ListBox LB_REPLACE
115     {
116         Border = TRUE ;
117         Pos = MAP_APPFONT ( 6 , 65 ) ;
118         Size = MAP_APPFONT ( 132 , 98 ) ;
119         TabStop = TRUE ;
120         DropDown = TRUE ;
121         Hide = TRUE ;
122         Sort = TRUE ;
123     };
124     FixedText FT_REPLACE_ATTR
125     {
126         Pos = MAP_APPFONT ( 9 , 82 ) ;
127         Size = MAP_APPFONT ( 129 , 16 ) ;
128         WordBreak = TRUE ;
129         Hide = TRUE ;
130     };
131     FixedText FT_REPLACE_FORMATS
132     {
133         Pos = MAP_APPFONT ( 9 , 82 ) ;
134         Size = MAP_APPFONT ( 129 , 16 ) ;
135         WordBreak = TRUE ;
136         Hide = TRUE ;
137     };
138     PushButton BTN_SEARCH
139     {
140         Pos = MAP_APPFONT ( 144 , 9 ) ;
141         Size = MAP_APPFONT ( 50 , 14 ) ;
142         Text [ en-US ] = "~Find" ;
143         TabStop = TRUE ;
144         DefButton = TRUE ;
145     };
146     PushButton BTN_SEARCH_ALL
147     {
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         Pos = MAP_APPFONT ( 144 , 56 ) ;
161         Size = MAP_APPFONT ( 50 , 14 ) ;
162         Text [ en-US ] = "~Replace" ;
163         TabStop = TRUE ;
164     };
165     PushButton BTN_REPLACE_ALL
166     {
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         Pos = MAP_APPFONT ( 144 , 103 ) ;
181         Size = MAP_APPFONT ( 50 , 14 ) ;
182         TabStop = TRUE ;
183         Hide = TRUE;
184     };
185     PushButton BTN_COMPONENT_2
186     {
187         Pos = MAP_APPFONT ( 144 , 120 ) ;
188         Size = MAP_APPFONT ( 50 , 14 ) ;
189         TabStop = TRUE ;
190         Hide = TRUE;
191     };
192     CheckBox CB_MATCH_CASE
193     {
194         Pos = MAP_APPFONT ( 12 , 101 ) ;
195         Size = MAP_APPFONT ( 126 , 10 ) ;
196         TabStop = TRUE ;
197         Text [ en-US ] = "Ma~tch case";
198     };
199     CheckBox CB_WHOLE_WORDS
200     {
201         Pos = MAP_APPFONT ( 12 , 114 ) ;
202         Size = MAP_APPFONT ( 126 , 10 ) ;
203         Text [ en-US ] = "Whole wor~ds only" ;
204         TabStop = TRUE ;
205     };
206     FixedLine FL_BUTTONS
207     {
208         Pos = MAP_APPFONT ( 0 , 124 ) ;
209         Size = MAP_APPFONT ( 200 , 8 ) ;
210     };
211     MoreButton BTN_MORE
212     {
213         Pos = MAP_APPFONT ( 6 , 135 ) ;
214         Size = MAP_APPFONT ( 50 , 14 ) ;
215         TabStop = TRUE ;
216         MapUnit = MAP_APPFONT ;
217         Delta = 174 ;
218         State = FALSE ;
219     };
220     HelpButton BTN_HELP
221     {
222         Pos = MAP_APPFONT ( 88 , 135 ) ;
223         Size = MAP_APPFONT ( 50 , 14 ) ;
224         TabStop = TRUE ;
225     };
226     CancelButton BTN_CLOSE
227     {
228         Pos = MAP_APPFONT ( 144 , 135 ) ;
229         Size = MAP_APPFONT ( 50 , 14 ) ;
230         Text [ en-US ] = "~Close" ;
231         TabStop = TRUE ;
232     };
233     FixedLine FL_OPTIONS
234     {
235         Pos = MAP_APPFONT ( 6 , 152 ) ;
236         Size = MAP_APPFONT ( 191 , 8 ) ;
237         Hide = TRUE ;
238     };
239     CheckBox CB_SELECTIONS
240     {
241         Pos = MAP_APPFONT ( 12 , 163 ) ;
242         Size = MAP_APPFONT ( 126 , 10 ) ;
243         Text [ en-US ] = "Current selection ~only" ;
244         TabStop = TRUE ;
245         Hide = TRUE ;
246     };
247     CheckBox CB_BACKWARDS
248     {
249         Pos = MAP_APPFONT ( 12 , 176 ) ;
250         Size = MAP_APPFONT ( 126 , 10 ) ;
251         Text [ en-US ] = "Bac~kwards" ;
252         TabStop = TRUE ;
253         Hide = TRUE ;
254     };
255     CheckBox CB_REGEXP
256     {
257         Pos = MAP_APPFONT ( 12 , 189 ) ;
258         Size = MAP_APPFONT ( 126 , 10 ) ;
259         Text [ en-US ] = "Regular e~xpressions" ;
260         TabStop = TRUE ;
261         Hide = TRUE ;
262     };
263     CheckBox CB_SIMILARITY
264     {
265         Pos = MAP_APPFONT ( 12 , 204 ) ;
266         Size = MAP_APPFONT ( 109 , 10 ) ;
267         Text [ en-US ] = "S~imilarity search" ;
268         TabStop = TRUE ;
269         Hide = TRUE ;
270     };
271     PushButton PB_SIMILARITY
272     {
273         Pos = MAP_APPFONT ( 124 , 202 ) ;
274         Size = MAP_APPFONT ( 14 , 14 ) ;
275         Text = "~..." ;
276         TabStop = TRUE ;
277         Hide = TRUE ;
278     };
279     CheckBox CB_LAYOUTS
280     {
281         Pos = MAP_APPFONT ( 12 , 219 ) ;
282         Size = MAP_APPFONT ( 126 , 10 ) ;
283         Text [ en-US ] = "Search for St~yles" ;
284         TabStop = TRUE ;
285         Hide = TRUE ;
286     };
287     CheckBox CB_NOTES
288     {
289         Pos = MAP_APPFONT ( 12 , 232 ) ;
290         Size = MAP_APPFONT ( 126 , 10 ) ;
291         TabStop = TRUE ;
292         Text [ en-US ] = "Notes";
293     };
294     CheckBox CB_JAP_MATCH_FULL_HALF_WIDTH
295     {
296         Pos = MAP_APPFONT ( 12 , 247 ) ;
297         Size = MAP_APPFONT ( 126 , 10 ) ;
298         TabStop = TRUE ;
299         Text [ en-US ] = "Match character width";
300         Hide = TRUE ;
301     };
302     CheckBox CB_JAP_SOUNDS_LIKE
303     {
304         Pos = MAP_APPFONT ( 12 , 260 ) ;
305         Size = MAP_APPFONT ( 109 , 10 ) ;
306         TabStop = TRUE ;
307         Text [ en-US ] = "Sounds like (Japanese)";
308         Hide = TRUE ;
309     };
310     PushButton PB_JAP_OPTIONS
311     {
312         Pos = MAP_APPFONT ( 124 , 258 ) ;
313         Size = MAP_APPFONT ( 14 , 14 ) ;
314         Text = "..." ;
315         TabStop = TRUE ;
316         Hide = TRUE ;
317     };
318     PushButton BTN_ATTRIBUTE
319     {
320         Pos = MAP_APPFONT ( 144 , 163 ) ;
321         Size = MAP_APPFONT ( 50 , 14 ) ;
322         Text [ en-US ] = "Attri~butes..." ;
323         TabStop = TRUE ;
324         Hide = TRUE ;
325     };
326     PushButton BTN_FORMAT
327     {
328         Pos = MAP_APPFONT ( 144 , 180 ) ;
329         Size = MAP_APPFONT ( 50 , 14 ) ;
330         Text [ en-US ] = "For~mat..." ;
331         TabStop = TRUE ;
332         Hide = TRUE ;
333     };
334     PushButton BTN_NOFORMAT
335     {
336         Pos = MAP_APPFONT ( 144 , 197 ) ;
337         Size = MAP_APPFONT ( 50 , 14 ) ;
338         Text [ en-US ] = "~No Format" ;
339         TabStop = TRUE ;
340         Hide = TRUE ;
341     };
342     FixedLine FL_CALC
343     {
344         Pos = MAP_APPFONT ( 6 , 272 ) ;
345         Size = MAP_APPFONT ( 191 , 8 ) ;
346         Hide = TRUE ;
347     };
348     FixedText FT_CALC_SEARCHIN
349     {
350         Pos = MAP_APPFONT ( 12 , 285 ) ;
351         Size = MAP_APPFONT ( 60 , 8 ) ;
352         Text [ en-US ] = "~Search in" ;
353         Hide = TRUE ;
354     };
355     ListBox LB_CALC_SEARCHIN
356     {
357         Border = TRUE ;
358         Pos = MAP_APPFONT ( 75 , 283 ) ;
359         Size = MAP_APPFONT ( 63 , 48 ) ;
360         TabStop = TRUE ;
361         DropDown = TRUE ;
362         Hide = TRUE ;
363         StringList [ en-US ] =
364         {
365             < "Formulas" ; Default ; > ;
366             < "Values" ; Default ; > ;
367             < "Notes" ; Default ; > ;
368         };
369     };
370     FixedText FT_CALC_SEARCHDIR
371     {
372         Pos = MAP_APPFONT ( 12 , 300 ) ;
373         Size = MAP_APPFONT ( 60 , 8 ) ;
374         Text [ en-US ] = "~Search direction" ;
375         Hide = TRUE ;
376     };
377     RadioButton RB_CALC_ROWS
378     {
379         Pos = MAP_APPFONT ( 75 , 300 ) ;
380         Size = MAP_APPFONT ( 63 , 10 ) ;
381         Text [ en-US ] = "Ro~ws" ;
382         Hide = TRUE ;
383     };
384     RadioButton RB_CALC_COLUMNS
385     {
386         Pos = MAP_APPFONT ( 75 , 313 ) ;
387         Size = MAP_APPFONT ( 63 , 10 ) ;
388         Text [ en-US ] = "Col~umns" ;
389         Hide = TRUE ;
390     };
391     CheckBox CB_ALL_SHEETS
392     {
393         Pos = MAP_APPFONT ( 12 , 326 ) ;
394         Size = MAP_APPFONT ( 126 , 10 ) ;
395         Text [ en-US ] = "Search in all sheets" ;
396         Hide = TRUE ;
397     };
399     String STR_WORDCALC
400     {
401         Text [ en-US ] = "~Entire cells" ;
402     };
403     String STR_MORE_BTN
404     {
405         Text [ en-US ] = "More ~Options" ;
406     };
407     String STR_LESS_BTN
408     {
409         Text [ en-US ] = "Fewer ~Options" ;
410     };
413  // ********************************************************************** EOF