1*0e2af6afSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*0e2af6afSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*0e2af6afSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*0e2af6afSAndrew Rist * distributed with this work for additional information 6*0e2af6afSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*0e2af6afSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*0e2af6afSAndrew Rist * "License"); you may not use this file except in compliance 9*0e2af6afSAndrew Rist * with the License. You may obtain a copy of the License at 10*0e2af6afSAndrew Rist * 11*0e2af6afSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*0e2af6afSAndrew Rist * 13*0e2af6afSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*0e2af6afSAndrew Rist * software distributed under the License is distributed on an 15*0e2af6afSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*0e2af6afSAndrew Rist * KIND, either express or implied. See the License for the 17*0e2af6afSAndrew Rist * specific language governing permissions and limitations 18*0e2af6afSAndrew Rist * under the License. 19*0e2af6afSAndrew Rist * 20*0e2af6afSAndrew Rist *************************************************************/ 21*0e2af6afSAndrew Rist 22*0e2af6afSAndrew Rist 23cdf0e10cSrcweir // include --------------------------------------------------------------- 24cdf0e10cSrcweir#include "helpid.hrc" 25cdf0e10cSrcweir#include <cuires.hrc> 26cdf0e10cSrcweir#include "srchxtra.hrc" 27cdf0e10cSrcweir#include <svx/dialogs.hrc> 28cdf0e10cSrcweir 29cdf0e10cSrcweir // RID_SVXDLG_SEARCHFORMAT ----------------------------------------------- 30cdf0e10cSrcweirTabDialog RID_SVXDLG_SEARCHFORMAT 31cdf0e10cSrcweir{ 32cdf0e10cSrcweir OutputSize = TRUE ; 33cdf0e10cSrcweir SvLook = TRUE ; 34cdf0e10cSrcweir Text [ en-US ] = "Text Format" ; 35cdf0e10cSrcweir Moveable = TRUE ; 36cdf0e10cSrcweir TabControl 1 37cdf0e10cSrcweir { 38cdf0e10cSrcweir OutputSize = TRUE ; 39cdf0e10cSrcweir PageList = 40cdf0e10cSrcweir { 41cdf0e10cSrcweir PageItem 42cdf0e10cSrcweir { 43cdf0e10cSrcweir Identifier = RID_SVXPAGE_CHAR_NAME ; 44cdf0e10cSrcweir Text [ en-US ] = "Font" ; 45cdf0e10cSrcweir }; 46cdf0e10cSrcweir PageItem 47cdf0e10cSrcweir { 48cdf0e10cSrcweir Identifier = RID_SVXPAGE_CHAR_EFFECTS ; 49cdf0e10cSrcweir Text [ en-US ] = "Font Effects" ; 50cdf0e10cSrcweir }; 51cdf0e10cSrcweir PageItem 52cdf0e10cSrcweir { 53cdf0e10cSrcweir Identifier = RID_SVXPAGE_CHAR_POSITION ; 54cdf0e10cSrcweir Text [ en-US ] = "Position" ; 55cdf0e10cSrcweir }; 56cdf0e10cSrcweir PageItem 57cdf0e10cSrcweir { 58cdf0e10cSrcweir Identifier = RID_SVXPAGE_CHAR_TWOLINES ; 59cdf0e10cSrcweir Text [ en-US ] = "Asian Layout" ; 60cdf0e10cSrcweir }; 61cdf0e10cSrcweir PageItem 62cdf0e10cSrcweir { 63cdf0e10cSrcweir Identifier = RID_SVXPAGE_STD_PARAGRAPH ; 64cdf0e10cSrcweir Text [ en-US ] = "Indents & Spacing" ; 65cdf0e10cSrcweir }; 66cdf0e10cSrcweir PageItem 67cdf0e10cSrcweir { 68cdf0e10cSrcweir Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ; 69cdf0e10cSrcweir Text [ en-US ] = "Alignment" ; 70cdf0e10cSrcweir }; 71cdf0e10cSrcweir PageItem 72cdf0e10cSrcweir { 73cdf0e10cSrcweir Identifier = RID_SVXPAGE_EXT_PARAGRAPH ; 74cdf0e10cSrcweir Text [ en-US ] = "Text Flow" ; 75cdf0e10cSrcweir }; 76cdf0e10cSrcweir PageItem 77cdf0e10cSrcweir { 78cdf0e10cSrcweir Identifier = RID_SVXPAGE_PARA_ASIAN; 79cdf0e10cSrcweir Text [ en-US ] = "Asian Typography"; 80cdf0e10cSrcweir }; 81cdf0e10cSrcweir PageItem 82cdf0e10cSrcweir { 83cdf0e10cSrcweir Identifier = RID_SVXPAGE_BACKGROUND; 84cdf0e10cSrcweir Text [ en-US ] = "Background" ; 85cdf0e10cSrcweir }; 86cdf0e10cSrcweir }; 87cdf0e10cSrcweir }; 88cdf0e10cSrcweir}; 89cdf0e10cSrcweir // RID_SVXDLG_SEARCHATTRIBUTE -------------------------------------------- 90cdf0e10cSrcweirModalDialog RID_SVXDLG_SEARCHATTR 91cdf0e10cSrcweir{ 92cdf0e10cSrcweir HelpId = HID_SEARCHATTR ; 93cdf0e10cSrcweir OutputSize = TRUE ; 94cdf0e10cSrcweir SVLook = TRUE ; 95cdf0e10cSrcweir Size = MAP_APPFONT ( 194 , 128 ) ; 96cdf0e10cSrcweir Text [ en-US ] = "Attributes" ; 97cdf0e10cSrcweir Moveable = TRUE ; 98cdf0e10cSrcweir Control LB_ATTR 99cdf0e10cSrcweir { 100cdf0e10cSrcweir HelpId = HID_SEARCHATTR_CTL_ATTR ; 101cdf0e10cSrcweir ClipChildren = TRUE ; 102cdf0e10cSrcweir Border = TRUE ; 103cdf0e10cSrcweir TabStop = TRUE ; 104cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 14 ) ; 105cdf0e10cSrcweir Size = MAP_APPFONT ( 120 , 108 ) ; 106cdf0e10cSrcweir }; 107cdf0e10cSrcweir FixedText FL_ATTR 108cdf0e10cSrcweir { 109cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 3 ) ; 110cdf0e10cSrcweir Size = MAP_APPFONT ( 124 , 8 ) ; 111cdf0e10cSrcweir Text [ en-US ] = "~Options" ; 112cdf0e10cSrcweir }; 113cdf0e10cSrcweir OKButton BTN_ATTR_OK 114cdf0e10cSrcweir { 115cdf0e10cSrcweir Pos = MAP_APPFONT ( 136 , 6 ) ; 116cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 117cdf0e10cSrcweir DefButton = TRUE ; 118cdf0e10cSrcweir }; 119cdf0e10cSrcweir CancelButton BTN_ATTR_CANCEL 120cdf0e10cSrcweir { 121cdf0e10cSrcweir Pos = MAP_APPFONT ( 136 , 23 ) ; 122cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 123cdf0e10cSrcweir }; 124cdf0e10cSrcweir HelpButton BTN_ATTR_HELP 125cdf0e10cSrcweir { 126cdf0e10cSrcweir Pos = MAP_APPFONT ( 136 , 43 ) ; 127cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 128cdf0e10cSrcweir }; 129cdf0e10cSrcweir}; 130cdf0e10cSrcweir // RID_SVXDLG_SEARCHSIMILARITY ------------------------------------------- 131cdf0e10cSrcweirModalDialog RID_SVXDLG_SEARCHSIMILARITY 132cdf0e10cSrcweir{ 133cdf0e10cSrcweir HelpId = HID_SEARCHSIMILARITY ; 134cdf0e10cSrcweir OutputSize = TRUE ; 135cdf0e10cSrcweir SVLook = TRUE ; 136cdf0e10cSrcweir Size = MAP_APPFONT ( 178 , 76 ) ; 137cdf0e10cSrcweir Text [ en-US ] = "Similarity Search" ; 138cdf0e10cSrcweir Moveable = TRUE ; 139cdf0e10cSrcweir FixedText FT_OTHER 140cdf0e10cSrcweir { 141cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 16 ) ; 142cdf0e10cSrcweir Size = MAP_APPFONT ( 70 , 8 ) ; 143cdf0e10cSrcweir Text [ en-US ] = "~Exchange characters" ; 144cdf0e10cSrcweir }; 145cdf0e10cSrcweir NumericField NF_OTHER 146cdf0e10cSrcweir { 147cdf0e10cSrcweir HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_OTHER"; 148cdf0e10cSrcweir Pos = MAP_APPFONT ( 86 , 14 ) ; 149cdf0e10cSrcweir Size = MAP_APPFONT ( 24 , 12 ) ; 150cdf0e10cSrcweir Border = TRUE ; 151cdf0e10cSrcweir Left = TRUE ; 152cdf0e10cSrcweir Repeat = TRUE ; 153cdf0e10cSrcweir Spin = TRUE ; 154cdf0e10cSrcweir Minimum = 0 ; 155cdf0e10cSrcweir First = 1 ; 156cdf0e10cSrcweir Maximum = 30 ; 157cdf0e10cSrcweir Last = 30 ; 158cdf0e10cSrcweir Value = 1 ; 159cdf0e10cSrcweir TabStop = TRUE ; 160cdf0e10cSrcweir }; 161cdf0e10cSrcweir FixedText FT_LONGER 162cdf0e10cSrcweir { 163cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 30 ) ; 164cdf0e10cSrcweir Size = MAP_APPFONT ( 70 , 8 ) ; 165cdf0e10cSrcweir Text [ en-US ] = "~Add characters" ; 166cdf0e10cSrcweir }; 167cdf0e10cSrcweir NumericField NF_LONGER 168cdf0e10cSrcweir { 169cdf0e10cSrcweir HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_LONGER"; 170cdf0e10cSrcweir Pos = MAP_APPFONT ( 86 , 28 ) ; 171cdf0e10cSrcweir Size = MAP_APPFONT ( 24 , 12 ) ; 172cdf0e10cSrcweir Border = TRUE ; 173cdf0e10cSrcweir Left = TRUE ; 174cdf0e10cSrcweir Repeat = TRUE ; 175cdf0e10cSrcweir Spin = TRUE ; 176cdf0e10cSrcweir Minimum = 0 ; 177cdf0e10cSrcweir First = 1 ; 178cdf0e10cSrcweir Maximum = 30 ; 179cdf0e10cSrcweir Last = 30 ; 180cdf0e10cSrcweir Value = 1 ; 181cdf0e10cSrcweir TabStop = TRUE ; 182cdf0e10cSrcweir }; 183cdf0e10cSrcweir FixedText FT_SHORTER 184cdf0e10cSrcweir { 185cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 46 ) ; 186cdf0e10cSrcweir Size = MAP_APPFONT ( 70 , 8 ) ; 187cdf0e10cSrcweir Text [ en-US ] = "~Remove characters" ; 188cdf0e10cSrcweir }; 189cdf0e10cSrcweir NumericField NF_SHORTER 190cdf0e10cSrcweir { 191cdf0e10cSrcweir HelpID = "cui:NumericField:RID_SVXDLG_SEARCHSIMILARITY:NF_SHORTER"; 192cdf0e10cSrcweir Pos = MAP_APPFONT ( 86 , 44 ) ; 193cdf0e10cSrcweir Size = MAP_APPFONT ( 24 , 12 ) ; 194cdf0e10cSrcweir Border = TRUE ; 195cdf0e10cSrcweir Left = TRUE ; 196cdf0e10cSrcweir Repeat = TRUE ; 197cdf0e10cSrcweir Spin = TRUE ; 198cdf0e10cSrcweir Minimum = 0 ; 199cdf0e10cSrcweir First = 1 ; 200cdf0e10cSrcweir Maximum = 30 ; 201cdf0e10cSrcweir Last = 30 ; 202cdf0e10cSrcweir Value = 1 ; 203cdf0e10cSrcweir TabStop = TRUE ; 204cdf0e10cSrcweir }; 205cdf0e10cSrcweir CheckBox CB_RELAX 206cdf0e10cSrcweir { 207cdf0e10cSrcweir HelpID = "cui:CheckBox:RID_SVXDLG_SEARCHSIMILARITY:CB_RELAX"; 208cdf0e10cSrcweir Pos = MAP_APPFONT ( 12 , 60 ) ; 209cdf0e10cSrcweir Size = MAP_APPFONT ( 98 , 10 ) ; 210cdf0e10cSrcweir Text [ en-US ] = "~Combine" ; 211cdf0e10cSrcweir TabStop = TRUE ; 212cdf0e10cSrcweir }; 213cdf0e10cSrcweir FixedLine FL_SIMILARITY 214cdf0e10cSrcweir { 215cdf0e10cSrcweir Pos = MAP_APPFONT ( 6 , 3 ) ; 216cdf0e10cSrcweir Size = MAP_APPFONT ( 110 , 8 ) ; 217cdf0e10cSrcweir Text [ en-US ] = "Settings" ; 218cdf0e10cSrcweir }; 219cdf0e10cSrcweir OKButton BTN_ATTR_OK 220cdf0e10cSrcweir { 221cdf0e10cSrcweir Pos = MAP_APPFONT ( 122 , 6 ) ; 222cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 223cdf0e10cSrcweir DefButton = TRUE ; 224cdf0e10cSrcweir }; 225cdf0e10cSrcweir CancelButton BTN_ATTR_CANCEL 226cdf0e10cSrcweir { 227cdf0e10cSrcweir Pos = MAP_APPFONT ( 122 , 23 ) ; 228cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 229cdf0e10cSrcweir TabStop = TRUE ; 230cdf0e10cSrcweir }; 231cdf0e10cSrcweir HelpButton BTN_ATTR_HELP 232cdf0e10cSrcweir { 233cdf0e10cSrcweir Pos = MAP_APPFONT ( 122 , 43 ) ; 234cdf0e10cSrcweir Size = MAP_APPFONT ( 50 , 14 ) ; 235cdf0e10cSrcweir TabStop = TRUE ; 236cdf0e10cSrcweir }; 237cdf0e10cSrcweir}; 238cdf0e10cSrcweir // ********************************************************************** EOF 239cdf0e10cSrcweir 240cdf0e10cSrcweir 241cdf0e10cSrcweir 242cdf0e10cSrcweir 243cdf0e10cSrcweir 244cdf0e10cSrcweir 245cdf0e10cSrcweir 246cdf0e10cSrcweir 247cdf0e10cSrcweir 248cdf0e10cSrcweir 249cdf0e10cSrcweir 250cdf0e10cSrcweir 251cdf0e10cSrcweir 252cdf0e10cSrcweir 253cdf0e10cSrcweir 254cdf0e10cSrcweir 255cdf0e10cSrcweir 256cdf0e10cSrcweir 257cdf0e10cSrcweir 258cdf0e10cSrcweir 259cdf0e10cSrcweir 260cdf0e10cSrcweir 261cdf0e10cSrcweir 262cdf0e10cSrcweir 263cdf0e10cSrcweir 264cdf0e10cSrcweir 265cdf0e10cSrcweir 266cdf0e10cSrcweir 267cdf0e10cSrcweir 268cdf0e10cSrcweir 269cdf0e10cSrcweir 270cdf0e10cSrcweir 271cdf0e10cSrcweir 272cdf0e10cSrcweir 273cdf0e10cSrcweir 274cdf0e10cSrcweir 275cdf0e10cSrcweir 276cdf0e10cSrcweir 277cdf0e10cSrcweir 278cdf0e10cSrcweir 279cdf0e10cSrcweir 280