1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 // include --------------------------------------------------------------- 28#include "helpid.hrc" 29#include <cuires.hrc> 30#include "srchxtra.hrc" 31#include <svx/dialogs.hrc> 32 33 // RID_SVXDLG_SEARCHFORMAT ----------------------------------------------- 34TabDialog RID_SVXDLG_SEARCHFORMAT 35{ 36 OutputSize = TRUE ; 37 SvLook = TRUE ; 38 Text [ en-US ] = "Text Format" ; 39 Moveable = TRUE ; 40 TabControl 1 41 { 42 OutputSize = TRUE ; 43 PageList = 44 { 45 PageItem 46 { 47 Identifier = RID_SVXPAGE_CHAR_NAME ; 48 Text [ en-US ] = "Font" ; 49 }; 50 PageItem 51 { 52 Identifier = RID_SVXPAGE_CHAR_EFFECTS ; 53 Text [ en-US ] = "Font Effects" ; 54 }; 55 PageItem 56 { 57 Identifier = RID_SVXPAGE_CHAR_POSITION ; 58 Text [ en-US ] = "Position" ; 59 }; 60 PageItem 61 { 62 Identifier = RID_SVXPAGE_CHAR_TWOLINES ; 63 Text [ en-US ] = "Asian Layout" ; 64 }; 65 PageItem 66 { 67 Identifier = RID_SVXPAGE_STD_PARAGRAPH ; 68 Text [ en-US ] = "Indents & Spacing" ; 69 }; 70 PageItem 71 { 72 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ; 73 Text [ en-US ] = "Alignment" ; 74 }; 75 PageItem 76 { 77 Identifier = RID_SVXPAGE_EXT_PARAGRAPH ; 78 Text [ en-US ] = "Text Flow" ; 79 }; 80 PageItem 81 { 82 Identifier = RID_SVXPAGE_PARA_ASIAN; 83 Text [ en-US ] = "Asian Typography"; 84 }; 85 PageItem 86 { 87 Identifier = RID_SVXPAGE_BACKGROUND; 88 Text [ en-US ] = "Background" ; 89 }; 90 }; 91 }; 92}; 93 // RID_SVXDLG_SEARCHATTRIBUTE -------------------------------------------- 94ModalDialog RID_SVXDLG_SEARCHATTR 95{ 96 HelpId = HID_SEARCHATTR ; 97 OutputSize = TRUE ; 98 SVLook = TRUE ; 99 Size = MAP_APPFONT ( 194 , 128 ) ; 100 Text [ en-US ] = "Attributes" ; 101 Moveable = TRUE ; 102 Control LB_ATTR 103 { 104 HelpId = HID_SEARCHATTR_CTL_ATTR ; 105 ClipChildren = TRUE ; 106 Border = TRUE ; 107 TabStop = TRUE ; 108 Pos = MAP_APPFONT ( 6 , 14 ) ; 109 Size = MAP_APPFONT ( 120 , 108 ) ; 110 }; 111 FixedText FL_ATTR 112 { 113 Pos = MAP_APPFONT ( 6 , 3 ) ; 114 Size = MAP_APPFONT ( 124 , 8 ) ; 115 Text [ en-US ] = "~Options" ; 116 }; 117 OKButton BTN_ATTR_OK 118 { 119 Pos = MAP_APPFONT ( 136 , 6 ) ; 120 Size = MAP_APPFONT ( 50 , 14 ) ; 121 DefButton = TRUE ; 122 }; 123 CancelButton BTN_ATTR_CANCEL 124 { 125 Pos = MAP_APPFONT ( 136 , 23 ) ; 126 Size = MAP_APPFONT ( 50 , 14 ) ; 127 }; 128 HelpButton BTN_ATTR_HELP 129 { 130 Pos = MAP_APPFONT ( 136 , 43 ) ; 131 Size = MAP_APPFONT ( 50 , 14 ) ; 132 }; 133}; 134 // RID_SVXDLG_SEARCHSIMILARITY ------------------------------------------- 135ModalDialog RID_SVXDLG_SEARCHSIMILARITY 136{ 137 HelpId = HID_SEARCHSIMILARITY ; 138 OutputSize = TRUE ; 139 SVLook = TRUE ; 140 Size = MAP_APPFONT ( 178 , 76 ) ; 141 Text [ en-US ] = "Similarity Search" ; 142 Moveable = TRUE ; 143 FixedText FT_OTHER 144 { 145 Pos = MAP_APPFONT ( 12 , 16 ) ; 146 Size = MAP_APPFONT ( 70 , 8 ) ; 147 Text [ en-US ] = "~Exchange characters" ; 148 }; 149 NumericField NF_OTHER 150 { 151 HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_OTHER"; 152 Pos = MAP_APPFONT ( 86 , 14 ) ; 153 Size = MAP_APPFONT ( 24 , 12 ) ; 154 Border = TRUE ; 155 Left = TRUE ; 156 Repeat = TRUE ; 157 Spin = TRUE ; 158 Minimum = 0 ; 159 First = 1 ; 160 Maximum = 30 ; 161 Last = 30 ; 162 Value = 1 ; 163 TabStop = TRUE ; 164 }; 165 FixedText FT_LONGER 166 { 167 Pos = MAP_APPFONT ( 12 , 30 ) ; 168 Size = MAP_APPFONT ( 70 , 8 ) ; 169 Text [ en-US ] = "~Add characters" ; 170 }; 171 NumericField NF_LONGER 172 { 173 HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_LONGER"; 174 Pos = MAP_APPFONT ( 86 , 28 ) ; 175 Size = MAP_APPFONT ( 24 , 12 ) ; 176 Border = TRUE ; 177 Left = TRUE ; 178 Repeat = TRUE ; 179 Spin = TRUE ; 180 Minimum = 0 ; 181 First = 1 ; 182 Maximum = 30 ; 183 Last = 30 ; 184 Value = 1 ; 185 TabStop = TRUE ; 186 }; 187 FixedText FT_SHORTER 188 { 189 Pos = MAP_APPFONT ( 12 , 46 ) ; 190 Size = MAP_APPFONT ( 70 , 8 ) ; 191 Text [ en-US ] = "~Remove characters" ; 192 }; 193 NumericField NF_SHORTER 194 { 195 HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_SHORTER"; 196 Pos = MAP_APPFONT ( 86 , 44 ) ; 197 Size = MAP_APPFONT ( 24 , 12 ) ; 198 Border = TRUE ; 199 Left = TRUE ; 200 Repeat = TRUE ; 201 Spin = TRUE ; 202 Minimum = 0 ; 203 First = 1 ; 204 Maximum = 30 ; 205 Last = 30 ; 206 Value = 1 ; 207 TabStop = TRUE ; 208 }; 209 CheckBox CB_RELAX 210 { 211 HelpID = "cui:CheckBox:RID_SVXDLG_SEARCHSIMILARITY:CB_RELAX"; 212 Pos = MAP_APPFONT ( 12 , 60 ) ; 213 Size = MAP_APPFONT ( 98 , 10 ) ; 214 Text [ en-US ] = "~Combine" ; 215 TabStop = TRUE ; 216 }; 217 FixedLine FL_SIMILARITY 218 { 219 Pos = MAP_APPFONT ( 6 , 3 ) ; 220 Size = MAP_APPFONT ( 110 , 8 ) ; 221 Text [ en-US ] = "Settings" ; 222 }; 223 OKButton BTN_ATTR_OK 224 { 225 Pos = MAP_APPFONT ( 122 , 6 ) ; 226 Size = MAP_APPFONT ( 50 , 14 ) ; 227 DefButton = TRUE ; 228 }; 229 CancelButton BTN_ATTR_CANCEL 230 { 231 Pos = MAP_APPFONT ( 122 , 23 ) ; 232 Size = MAP_APPFONT ( 50 , 14 ) ; 233 TabStop = TRUE ; 234 }; 235 HelpButton BTN_ATTR_HELP 236 { 237 Pos = MAP_APPFONT ( 122 , 43 ) ; 238 Size = MAP_APPFONT ( 50 , 14 ) ; 239 TabStop = TRUE ; 240 }; 241}; 242 // ********************************************************************** EOF 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