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