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