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