xref: /trunk/main/svx/source/dialog/srchdlg.src (revision f7eabbf2)
109a1d057SAndrew Rist/**************************************************************
2546573deSmseidel *
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
10546573deSmseidel *
1109a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12546573deSmseidel *
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.
19546573deSmseidel *
2009a1d057SAndrew Rist *************************************************************/
2109a1d057SAndrew Rist
2209a1d057SAndrew Rist
23cdf0e10cSrcweir
24546573deSmseidel// include ---------------------------------------------------------------
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include <svx/dialogs.hrc>
27cdf0e10cSrcweir#include "srchdlg.hrc"
28cdf0e10cSrcweir#include <sfx2/sfxcommands.h>
29cdf0e10cSrcweir
30546573deSmseidel// Strings ---------------------------------------------------------------
31cdf0e10cSrcweir
32cdf0e10cSrcweirString RID_SVXSTR_SEARCH_STYLES
33cdf0e10cSrcweir{
34cdf0e10cSrcweir	Text [ en-US ] = "Including Styles" ;
35cdf0e10cSrcweir};
36cdf0e10cSrcweirString RID_SVXSTR_SEARCH
37cdf0e10cSrcweir{
387257d2a7Smseidel	Text [ en-US ] = " (Search)" ;
39cdf0e10cSrcweir};
40cdf0e10cSrcweirString RID_SVXSTR_REPLACE
41cdf0e10cSrcweir{
427257d2a7Smseidel	Text [ en-US ] = " (Replace)" ;
43cdf0e10cSrcweir};
44cdf0e10cSrcweir
45546573deSmseidel// RID_SVXDLG_SEARCH -----------------------------------------------------
46cdf0e10cSrcweir
47cdf0e10cSrcweirModelessDialog RID_SVXDLG_SEARCH
48cdf0e10cSrcweir{
49cdf0e10cSrcweir	HelpId = CMD_SID_SEARCH_DLG ;
50cdf0e10cSrcweir	OutputSize = TRUE ;
51cdf0e10cSrcweir	Hide = TRUE ;
52cdf0e10cSrcweir	SvLook = TRUE ;
53546573deSmseidel	Size = MAP_APPFONT ( 200, 155 ) ;
54cdf0e10cSrcweir	Text [ en-US ] = "Find & Replace" ;
55cdf0e10cSrcweir	Moveable = TRUE ;
56cdf0e10cSrcweir	FixedText FT_SEARCH
57cdf0e10cSrcweir	{
58546573deSmseidel		Pos = MAP_APPFONT ( 6, 7 ) ;
59546573deSmseidel		Size = MAP_APPFONT ( 132, 8 ) ;
60cdf0e10cSrcweir		Text [ en-US ] = "~Search for" ;
61cdf0e10cSrcweir	};
62cdf0e10cSrcweir	ComboBox ED_SEARCH
63cdf0e10cSrcweir	{
64546573deSmseidel		HelpID = "svx:ComboBox:RID_SVXDLG_SEARCH:ED_SEARCH" ;
65546573deSmseidel		Pos = MAP_APPFONT ( 6, 18 ) ;
66546573deSmseidel		Size = MAP_APPFONT ( 132, 98 ) ;
67cdf0e10cSrcweir		TabStop = TRUE ;
68cdf0e10cSrcweir		DropDown = TRUE ;
69cdf0e10cSrcweir	};
70cdf0e10cSrcweir	ListBox LB_SEARCH
71cdf0e10cSrcweir	{
72546573deSmseidel		HelpID = "svx:ListBox:RID_SVXDLG_SEARCH:LB_SEARCH" ;
73cdf0e10cSrcweir		Border = TRUE ;
74546573deSmseidel		Pos = MAP_APPFONT ( 6, 18 ) ;
75546573deSmseidel		Size = MAP_APPFONT ( 132, 98 ) ;
76cdf0e10cSrcweir		TabStop = TRUE ;
77cdf0e10cSrcweir		DropDown = TRUE ;
78cdf0e10cSrcweir		Hide = TRUE ;
79cdf0e10cSrcweir		Sort = TRUE ;
80cdf0e10cSrcweir	};
81cdf0e10cSrcweir	FixedText FT_SEARCH_ATTR
82cdf0e10cSrcweir	{
83546573deSmseidel		Pos = MAP_APPFONT ( 9, 35 ) ;
84546573deSmseidel		Size = MAP_APPFONT ( 129, 16 ) ;
85cdf0e10cSrcweir		WordBreak = TRUE ;
86cdf0e10cSrcweir		Hide = TRUE ;
87cdf0e10cSrcweir	};
88546573deSmseidel	FixedText FT_SEARCH_FORMATS
89cdf0e10cSrcweir	{
90546573deSmseidel		Pos = MAP_APPFONT ( 9, 35 ) ;
91546573deSmseidel		Size = MAP_APPFONT ( 129, 16 ) ;
92546573deSmseidel		WordBreak = TRUE ;
93cdf0e10cSrcweir		Hide = TRUE ;
94cdf0e10cSrcweir	};
95cdf0e10cSrcweir	FixedText FT_REPLACE
96cdf0e10cSrcweir	{
97546573deSmseidel		Pos = MAP_APPFONT ( 6, 54 ) ;
98546573deSmseidel		Size = MAP_APPFONT ( 132, 8 ) ;
99cdf0e10cSrcweir		Text [ en-US ] = "Re~place with" ;
100cdf0e10cSrcweir	};
101cdf0e10cSrcweir	ComboBox ED_REPLACE
102cdf0e10cSrcweir	{
103546573deSmseidel		HelpID = "svx:ComboBox:RID_SVXDLG_SEARCH:ED_REPLACE" ;
104546573deSmseidel		Pos = MAP_APPFONT ( 6, 65 ) ;
105546573deSmseidel		Size = MAP_APPFONT ( 132, 98 ) ;
106cdf0e10cSrcweir		TabStop = TRUE ;
107cdf0e10cSrcweir		DropDown = TRUE ;
108cdf0e10cSrcweir	};
109cdf0e10cSrcweir	ListBox LB_REPLACE
110cdf0e10cSrcweir	{
111546573deSmseidel		HelpID = "svx:ListBox:RID_SVXDLG_SEARCH:LB_REPLACE" ;
112cdf0e10cSrcweir		Border = TRUE ;
113546573deSmseidel		Pos = MAP_APPFONT ( 6, 65 ) ;
114546573deSmseidel		Size = MAP_APPFONT ( 132, 98 ) ;
115cdf0e10cSrcweir		TabStop = TRUE ;
116cdf0e10cSrcweir		DropDown = TRUE ;
117cdf0e10cSrcweir		Hide = TRUE ;
118cdf0e10cSrcweir		Sort = TRUE ;
119cdf0e10cSrcweir	};
120cdf0e10cSrcweir	FixedText FT_REPLACE_ATTR
121cdf0e10cSrcweir	{
122546573deSmseidel		Pos = MAP_APPFONT ( 9, 82 ) ;
123546573deSmseidel		Size = MAP_APPFONT ( 129, 16 ) ;
124cdf0e10cSrcweir		WordBreak = TRUE ;
125cdf0e10cSrcweir		Hide = TRUE ;
126cdf0e10cSrcweir	};
127cdf0e10cSrcweir	FixedText FT_REPLACE_FORMATS
128cdf0e10cSrcweir	{
129546573deSmseidel		Pos = MAP_APPFONT ( 9, 82 ) ;
130546573deSmseidel		Size = MAP_APPFONT ( 129, 16 ) ;
131546573deSmseidel		WordBreak = TRUE ;
132546573deSmseidel		Hide = TRUE ;
133546573deSmseidel	};
134546573deSmseidel	PushButton BTN_SEARCH
135546573deSmseidel	{
136546573deSmseidel		HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_SEARCH" ;
137546573deSmseidel		Pos = MAP_APPFONT ( 144, 9 ) ;
138546573deSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
139546573deSmseidel		Text [ en-US ] = "~Find" ;
140546573deSmseidel		TabStop = TRUE ;
141546573deSmseidel		DefButton = TRUE ;
142546573deSmseidel	};
143546573deSmseidel	PushButton BTN_SEARCH_ALL
144546573deSmseidel	{
145546573deSmseidel		HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_SEARCH_ALL" ;
146546573deSmseidel		Pos = MAP_APPFONT ( 144, 26 ) ;
147546573deSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
148546573deSmseidel		Text [ en-US ] = "Find ~All" ;
149546573deSmseidel		TabStop = TRUE ;
150546573deSmseidel	};
151546573deSmseidel	FixedLine FL_SEARCH_COMMAND
152546573deSmseidel	{
153546573deSmseidel		Pos = MAP_APPFONT ( 141, 44 ) ;
154546573deSmseidel		Size = MAP_APPFONT ( 56, 8 ) ;
155546573deSmseidel	};
156546573deSmseidel	PushButton BTN_REPLACE
157546573deSmseidel	{
158546573deSmseidel		HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_REPLACE" ;
159546573deSmseidel		Pos = MAP_APPFONT ( 144, 56 ) ;
160546573deSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
161546573deSmseidel		Text [ en-US ] = "~Replace" ;
162546573deSmseidel		TabStop = TRUE ;
163546573deSmseidel	};
164546573deSmseidel	PushButton BTN_REPLACE_ALL
165546573deSmseidel	{
166546573deSmseidel		HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_REPLACE_ALL" ;
167546573deSmseidel		Pos = MAP_APPFONT ( 144, 73 ) ;
168546573deSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
169546573deSmseidel		Text [ en-US ] = "Replace A~ll" ;
170546573deSmseidel		TabStop = TRUE ;
171546573deSmseidel	};
172546573deSmseidel	FixedLine FL_SEARCH_COMPONENT
173546573deSmseidel	{
174546573deSmseidel		Pos = MAP_APPFONT ( 141, 91 ) ;
175546573deSmseidel		Size = MAP_APPFONT ( 56, 8 ) ;
176546573deSmseidel		Hide = TRUE ;
177546573deSmseidel	};
178546573deSmseidel	PushButton BTN_COMPONENT_1
179546573deSmseidel	{
180546573deSmseidel		HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_COMPONENT_1" ;
181546573deSmseidel		Pos = MAP_APPFONT ( 144, 103 ) ;
182546573deSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
183546573deSmseidel		TabStop = TRUE ;
184546573deSmseidel		Hide = TRUE ;
185546573deSmseidel	};
186546573deSmseidel	PushButton BTN_COMPONENT_2
187546573deSmseidel	{
188546573deSmseidel		HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_COMPONENT_2" ;
189546573deSmseidel		Pos = MAP_APPFONT ( 144, 120 ) ;
190546573deSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
191546573deSmseidel		TabStop = TRUE ;
192546573deSmseidel		Hide = TRUE ;
193546573deSmseidel	};
194546573deSmseidel	CheckBox CB_MATCH_CASE
195546573deSmseidel	{
196546573deSmseidel		HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_MATCH_CASE" ;
197546573deSmseidel		Pos = MAP_APPFONT ( 12, 101 ) ;
198546573deSmseidel		Size = MAP_APPFONT ( 126, 10 ) ;
199546573deSmseidel		TabStop = TRUE ;
200546573deSmseidel		Text [ en-US ] = "Ma~tch case" ;
201546573deSmseidel	};
202546573deSmseidel	CheckBox CB_WHOLE_WORDS
203546573deSmseidel	{
204546573deSmseidel		HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_WHOLE_WORDS" ;
205546573deSmseidel		Pos = MAP_APPFONT ( 12, 114 ) ;
206546573deSmseidel		Size = MAP_APPFONT ( 126, 10 ) ;
207546573deSmseidel		Text [ en-US ] = "Whole wor~ds only" ;
208546573deSmseidel		TabStop = TRUE ;
209546573deSmseidel	};
210546573deSmseidel	FixedLine FL_BUTTONS
211546573deSmseidel	{
212546573deSmseidel		Pos = MAP_APPFONT ( 0, 124 ) ;
213546573deSmseidel		Size = MAP_APPFONT ( 200, 8 ) ;
214546573deSmseidel	};
215546573deSmseidel	MoreButton BTN_MORE
216546573deSmseidel	{
217546573deSmseidel		HelpID = "svx:MoreButton:RID_SVXDLG_SEARCH:BTN_MORE" ;
218546573deSmseidel		Pos = MAP_APPFONT ( 6, 135 ) ;
219b464c4e8Smseidel		Size = MAP_APPFONT ( 65, 14 ) ;
220546573deSmseidel		TabStop = TRUE ;
221546573deSmseidel		MapUnit = MAP_APPFONT ;
222546573deSmseidel		Delta = 174 ;
223546573deSmseidel		State = FALSE ;
224546573deSmseidel	};
225546573deSmseidel	HelpButton BTN_HELP
226546573deSmseidel	{
227546573deSmseidel		Pos = MAP_APPFONT ( 88, 135 ) ;
228546573deSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
229546573deSmseidel		TabStop = TRUE ;
230546573deSmseidel	};
231546573deSmseidel	CancelButton BTN_CLOSE
232546573deSmseidel	{
233546573deSmseidel		Pos = MAP_APPFONT ( 144, 135 ) ;
234546573deSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
235546573deSmseidel		Text [ en-US ] = "~Close" ;
236546573deSmseidel		TabStop = TRUE ;
237546573deSmseidel	};
238546573deSmseidel	FixedLine FL_OPTIONS
239546573deSmseidel	{
240546573deSmseidel		Pos = MAP_APPFONT ( 6, 152 ) ;
241546573deSmseidel		Size = MAP_APPFONT ( 191, 8 ) ;
242546573deSmseidel		Hide = TRUE ;
243546573deSmseidel	};
244546573deSmseidel	CheckBox CB_SELECTIONS
245546573deSmseidel	{
246546573deSmseidel		HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_SELECTIONS" ;
247546573deSmseidel		Pos = MAP_APPFONT ( 12, 163 ) ;
248546573deSmseidel		Size = MAP_APPFONT ( 126, 10 ) ;
249546573deSmseidel		Text [ en-US ] = "C~urrent selection only" ;
250546573deSmseidel		TabStop = TRUE ;
251cdf0e10cSrcweir		Hide = TRUE ;
252cdf0e10cSrcweir	};
253546573deSmseidel	CheckBox CB_BACKWARDS
254546573deSmseidel	{
255546573deSmseidel		HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_BACKWARDS" ;
256546573deSmseidel		Pos = MAP_APPFONT ( 12, 176 ) ;
257546573deSmseidel		Size = MAP_APPFONT ( 126, 10 ) ;
258cdf0e10cSrcweir		Text [ en-US ] = "Bac~kwards" ;
259cdf0e10cSrcweir		TabStop = TRUE ;
260546573deSmseidel		Hide = TRUE ;
261546573deSmseidel	};
262546573deSmseidel	CheckBox CB_REGEXP
263546573deSmseidel	{
264546573deSmseidel		HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_REGEXP" ;
265546573deSmseidel		Pos = MAP_APPFONT ( 12, 189 ) ;
266546573deSmseidel		Size = MAP_APPFONT ( 126, 10 ) ;
267546573deSmseidel		Text [ en-US ] = "Regular e~xpressions" ;
268cdf0e10cSrcweir		TabStop = TRUE ;
269546573deSmseidel		Hide = TRUE ;
270546573deSmseidel	};
271546573deSmseidel	CheckBox CB_SIMILARITY
272546573deSmseidel	{
273546573deSmseidel		HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_SIMILARITY" ;
274546573deSmseidel		Pos = MAP_APPFONT ( 12, 204 ) ;
275546573deSmseidel		Size = MAP_APPFONT ( 109, 10 ) ;
276546573deSmseidel		Text [ en-US ] = "S~imilarity search" ;
277546573deSmseidel		TabStop = TRUE ;
278546573deSmseidel		Hide = TRUE ;
279546573deSmseidel	};
280546573deSmseidel	PushButton PB_SIMILARITY
281546573deSmseidel	{
282546573deSmseidel		HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:PB_SIMILARITY" ;
283546573deSmseidel		Pos = MAP_APPFONT ( 124, 202 ) ;
284546573deSmseidel		Size = MAP_APPFONT ( 14, 14 ) ;
285546573deSmseidel		Text = "~..." ;
286546573deSmseidel		TabStop = TRUE ;
287546573deSmseidel		Hide = TRUE ;
288546573deSmseidel	};
289546573deSmseidel	CheckBox CB_LAYOUTS
290546573deSmseidel	{
291546573deSmseidel		HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_LAYOUTS" ;
292546573deSmseidel		Pos = MAP_APPFONT ( 12, 219 ) ;
293546573deSmseidel		Size = MAP_APPFONT ( 126, 10 ) ;
294546573deSmseidel		Text [ en-US ] = "Search for St~yles" ;
295546573deSmseidel		TabStop = TRUE ;
296546573deSmseidel		Hide = TRUE ;
297546573deSmseidel	};
298546573deSmseidel	CheckBox CB_NOTES
299546573deSmseidel	{
300546573deSmseidel		HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_NOTES" ;
301546573deSmseidel		Pos = MAP_APPFONT ( 12, 232 ) ;
302546573deSmseidel		Size = MAP_APPFONT ( 126, 10 ) ;
303546573deSmseidel		TabStop = TRUE ;
304*f7eabbf2Smseidel		Text [ en-US ] = "Comments" ;
305546573deSmseidel	};
306546573deSmseidel	CheckBox CB_JAP_MATCH_FULL_HALF_WIDTH
307546573deSmseidel	{
308546573deSmseidel		HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_JAP_MATCH_FULL_HALF_WIDTH" ;
309546573deSmseidel		Pos = MAP_APPFONT ( 12, 247 ) ;
310546573deSmseidel		Size = MAP_APPFONT ( 126, 10 ) ;
311546573deSmseidel		TabStop = TRUE ;
312546573deSmseidel		Text [ en-US ] = "Match character width" ;
313546573deSmseidel		Hide = TRUE ;
314cdf0e10cSrcweir	};
315cdf0e10cSrcweir	CheckBox CB_JAP_SOUNDS_LIKE
316cdf0e10cSrcweir	{
317546573deSmseidel		HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_JAP_SOUNDS_LIKE" ;
318546573deSmseidel		Pos = MAP_APPFONT ( 12, 260 ) ;
319546573deSmseidel		Size = MAP_APPFONT ( 109, 10 ) ;
320cdf0e10cSrcweir		TabStop = TRUE ;
321546573deSmseidel		Text [ en-US ] = "Sounds like (Japanese)" ;
322546573deSmseidel		Hide = TRUE ;
323cdf0e10cSrcweir	};
324cdf0e10cSrcweir	PushButton PB_JAP_OPTIONS
325cdf0e10cSrcweir	{
326546573deSmseidel		HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:PB_JAP_OPTIONS" ;
327546573deSmseidel		Pos = MAP_APPFONT ( 124, 258 ) ;
328546573deSmseidel		Size = MAP_APPFONT ( 14, 14 ) ;
329cdf0e10cSrcweir		Text = "..." ;
330cdf0e10cSrcweir		TabStop = TRUE ;
331546573deSmseidel		Hide = TRUE ;
332546573deSmseidel	};
333546573deSmseidel	PushButton BTN_ATTRIBUTE
334546573deSmseidel	{
335546573deSmseidel		HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_ATTRIBUTE" ;
336546573deSmseidel		Pos = MAP_APPFONT ( 144, 163 ) ;
337546573deSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
338546573deSmseidel		Text [ en-US ] = "Attri~butes..." ;
339546573deSmseidel		TabStop = TRUE ;
340546573deSmseidel		Hide = TRUE ;
341546573deSmseidel	};
342546573deSmseidel	PushButton BTN_FORMAT
343546573deSmseidel	{
344546573deSmseidel		HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_FORMAT" ;
345546573deSmseidel		Pos = MAP_APPFONT ( 144, 180 ) ;
346546573deSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
347546573deSmseidel		Text [ en-US ] = "For~mat..." ;
348546573deSmseidel		TabStop = TRUE ;
349546573deSmseidel		Hide = TRUE ;
350546573deSmseidel	};
351546573deSmseidel	PushButton BTN_NOFORMAT
352546573deSmseidel	{
353546573deSmseidel		HelpID = "svx:PushButton:RID_SVXDLG_SEARCH:BTN_NOFORMAT" ;
354546573deSmseidel		Pos = MAP_APPFONT ( 144, 197 ) ;
355546573deSmseidel		Size = MAP_APPFONT ( 50, 14 ) ;
356546573deSmseidel		Text [ en-US ] = "~No Format" ;
357546573deSmseidel		TabStop = TRUE ;
358546573deSmseidel		Hide = TRUE ;
359546573deSmseidel	};
360546573deSmseidel	FixedLine FL_CALC
361546573deSmseidel	{
362546573deSmseidel		Pos = MAP_APPFONT ( 6, 272 ) ;
363546573deSmseidel		Size = MAP_APPFONT ( 191, 8 ) ;
364546573deSmseidel		Hide = TRUE ;
365546573deSmseidel	};
366546573deSmseidel	FixedText FT_CALC_SEARCHIN
367546573deSmseidel	{
368546573deSmseidel		Pos = MAP_APPFONT ( 12, 285 ) ;
369546573deSmseidel		Size = MAP_APPFONT ( 60, 8 ) ;
370546573deSmseidel		Text [ en-US ] = "Search i~n" ;
371546573deSmseidel		Hide = TRUE ;
372546573deSmseidel	};
373546573deSmseidel	ListBox LB_CALC_SEARCHIN
374546573deSmseidel	{
375546573deSmseidel		HelpID = "svx:ListBox:RID_SVXDLG_SEARCH:LB_CALC_SEARCHIN" ;
376546573deSmseidel		Border = TRUE ;
377546573deSmseidel		Pos = MAP_APPFONT ( 75, 283 ) ;
378546573deSmseidel		Size = MAP_APPFONT ( 63, 48 ) ;
379546573deSmseidel		TabStop = TRUE ;
380546573deSmseidel		DropDown = TRUE ;
381546573deSmseidel		Hide = TRUE ;
382546573deSmseidel		StringList [ en-US ] =
383546573deSmseidel		{
384546573deSmseidel			< "Formulas" ; Default ;	> ;
385546573deSmseidel			< "Values" ; Default ;		> ;
386*f7eabbf2Smseidel			< "Comments" ; Default ;	> ;
387546573deSmseidel		};
388546573deSmseidel	};
389546573deSmseidel	FixedText FT_CALC_SEARCHDIR
390546573deSmseidel	{
391546573deSmseidel		Pos = MAP_APPFONT ( 12, 300 ) ;
392546573deSmseidel		Size = MAP_APPFONT ( 60, 8 ) ;
393546573deSmseidel		Text [ en-US ] = "Search ~direction" ;
394546573deSmseidel		Hide = TRUE ;
395546573deSmseidel	};
396546573deSmseidel	RadioButton RB_CALC_ROWS
397546573deSmseidel	{
398546573deSmseidel		HelpID = "svx:RadioButton:RID_SVXDLG_SEARCH:RB_CALC_ROWS" ;
399546573deSmseidel		Pos = MAP_APPFONT ( 75, 300 ) ;
400546573deSmseidel		Size = MAP_APPFONT ( 63, 10 ) ;
401cdf0e10cSrcweir		Text [ en-US ] = "Ro~ws" ;
402cdf0e10cSrcweir		Hide = TRUE ;
403cdf0e10cSrcweir	};
404546573deSmseidel	RadioButton RB_CALC_COLUMNS
405cdf0e10cSrcweir	{
406546573deSmseidel		HelpID = "svx:RadioButton:RID_SVXDLG_SEARCH:RB_CALC_COLUMNS" ;
407546573deSmseidel		Pos = MAP_APPFONT ( 75, 313 ) ;
408546573deSmseidel		Size = MAP_APPFONT ( 63, 10 ) ;
409cdf0e10cSrcweir		Text [ en-US ] = "Colu~mns" ;
410cdf0e10cSrcweir		Hide = TRUE ;
411cdf0e10cSrcweir	};
412546573deSmseidel	CheckBox CB_ALL_SHEETS
413546573deSmseidel	{
414546573deSmseidel		HelpID = "svx:CheckBox:RID_SVXDLG_SEARCH:CB_ALL_SHEETS" ;
415546573deSmseidel		Pos = MAP_APPFONT ( 12, 326 ) ;
416546573deSmseidel		Size = MAP_APPFONT ( 126, 10 ) ;
417546573deSmseidel		Text [ en-US ] = "Search in all sheets" ;
418546573deSmseidel		Hide = TRUE ;
419546573deSmseidel	};
420cdf0e10cSrcweir
421546573deSmseidel	String STR_WORDCALC
422cdf0e10cSrcweir	{
423cdf0e10cSrcweir		Text [ en-US ] = "~Entire cells" ;
424cdf0e10cSrcweir	};
425546573deSmseidel	String STR_MORE_BTN
426546573deSmseidel	{
427546573deSmseidel		Text [ en-US ] = "More ~Options" ;
428546573deSmseidel	};
429546573deSmseidel	String STR_LESS_BTN
430546573deSmseidel	{
431546573deSmseidel		Text [ en-US ] = "Fewer ~Options" ;
432546573deSmseidel	};
433cdf0e10cSrcweir};
434cdf0e10cSrcweir
435546573deSmseidel// ********************************************************************** EOF
436