1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: srchxtra.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 // include ---------------------------------------------------------------
32 #include <svx/dialogs.hrc>
33 #include "srchxtra.hrc"
35 // RID_SVXDLG_SEARCHFORMAT -----------------------------------------------
36 TabDialog RID_SVXDLG_SEARCHFORMAT
40 Text [ en-US ] = "Text Format" ;
49 Identifier = RID_SVXPAGE_CHAR_NAME ;
50 Text [ en-US ] = "Font" ;
54 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
55 Text [ en-US ] = "Font Effects" ;
59 Identifier = RID_SVXPAGE_CHAR_POSITION ;
60 Text [ en-US ] = "Position" ;
64 Identifier = RID_SVXPAGE_CHAR_TWOLINES ;
65 Text [ en-US ] = "Asian Layout" ;
69 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
70 Text [ en-US ] = "Indents & Spacing" ;
74 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
75 Text [ en-US ] = "Alignment" ;
79 Identifier = RID_SVXPAGE_EXT_PARAGRAPH ;
80 Text [ en-US ] = "Text Flow" ;
84 Identifier = RID_SVXPAGE_PARA_ASIAN;
85 Text [ en-US ] = "Asian Typography";
89 Identifier = RID_SVXPAGE_BACKGROUND;
90 Text [ en-US ] = "Background" ;
95 // RID_SVXDLG_SEARCHATTRIBUTE --------------------------------------------
96 ModalDialog RID_SVXDLG_SEARCHATTR
98 HelpId = HID_SEARCHATTR ;
101 Size = MAP_APPFONT ( 194 , 128 ) ;
102 Text [ en-US ] = "Attributes" ;
106 HelpId = HID_SEARCHATTR_CTL_ATTR ;
107 ClipChildren = TRUE ;
110 Pos = MAP_APPFONT ( 6 , 14 ) ;
111 Size = MAP_APPFONT ( 120 , 108 ) ;
115 Pos = MAP_APPFONT ( 6 , 3 ) ;
116 Size = MAP_APPFONT ( 124 , 8 ) ;
117 Text [ en-US ] = "~Options" ;
121 Pos = MAP_APPFONT ( 136 , 6 ) ;
122 Size = MAP_APPFONT ( 50 , 14 ) ;
125 CancelButton BTN_ATTR_CANCEL
127 Pos = MAP_APPFONT ( 136 , 23 ) ;
128 Size = MAP_APPFONT ( 50 , 14 ) ;
130 HelpButton BTN_ATTR_HELP
132 Pos = MAP_APPFONT ( 136 , 43 ) ;
133 Size = MAP_APPFONT ( 50 , 14 ) ;
136 // RID_SVXDLG_SEARCHSIMILARITY -------------------------------------------
137 ModalDialog RID_SVXDLG_SEARCHSIMILARITY
139 HelpId = HID_SEARCHSIMILARITY ;
142 Size = MAP_APPFONT ( 178 , 76 ) ;
143 Text [ en-US ] = "Similarity Search" ;
147 Pos = MAP_APPFONT ( 12 , 16 ) ;
148 Size = MAP_APPFONT ( 70 , 8 ) ;
149 Text [ en-US ] = "~Exchange characters" ;
151 NumericField NF_OTHER
153 Pos = MAP_APPFONT ( 86 , 14 ) ;
154 Size = MAP_APPFONT ( 24 , 12 ) ;
168 Pos = MAP_APPFONT ( 12 , 30 ) ;
169 Size = MAP_APPFONT ( 70 , 8 ) ;
170 Text [ en-US ] = "~Add characters" ;
172 NumericField NF_LONGER
174 Pos = MAP_APPFONT ( 86 , 28 ) ;
175 Size = MAP_APPFONT ( 24 , 12 ) ;
189 Pos = MAP_APPFONT ( 12 , 46 ) ;
190 Size = MAP_APPFONT ( 70 , 8 ) ;
191 Text [ en-US ] = "~Remove characters" ;
193 NumericField NF_SHORTER
195 Pos = MAP_APPFONT ( 86 , 44 ) ;
196 Size = MAP_APPFONT ( 24 , 12 ) ;
210 Pos = MAP_APPFONT ( 12 , 60 ) ;
211 Size = MAP_APPFONT ( 98 , 10 ) ;
212 Text [ en-US ] = "~Combine" ;
215 FixedLine FL_SIMILARITY
217 Pos = MAP_APPFONT ( 6 , 3 ) ;
218 Size = MAP_APPFONT ( 110 , 8 ) ;
219 Text [ en-US ] = "Settings" ;
223 Pos = MAP_APPFONT ( 122 , 6 ) ;
224 Size = MAP_APPFONT ( 50 , 14 ) ;
227 CancelButton BTN_ATTR_CANCEL
229 Pos = MAP_APPFONT ( 122 , 23 ) ;
230 Size = MAP_APPFONT ( 50 , 14 ) ;
233 HelpButton BTN_ATTR_HELP
235 Pos = MAP_APPFONT ( 122 , 43 ) ;
236 Size = MAP_APPFONT ( 50 , 14 ) ;
240 // ********************************************************************** EOF