merge the formfield patch from ooo-build
[ooovba.git] / svx / source / cui / srchxtra.src
blob2faf01b3022b9028fb0f3b83acb491a3f2a4c9a5
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: srchxtra.src,v $
10  * $Revision: 1.52 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30  // include ---------------------------------------------------------------
31 #include "helpid.hrc"
32 #include <svx/dialogs.hrc>
33 #include "srchxtra.hrc"
35  // RID_SVXDLG_SEARCHFORMAT -----------------------------------------------
36 TabDialog RID_SVXDLG_SEARCHFORMAT
38     OutputSize = TRUE ;
39     SvLook = TRUE ;
40     Text [ en-US ] = "Text Format" ;
41     Moveable = TRUE ;
42     TabControl 1
43     {
44         OutputSize = TRUE ;
45         PageList =
46         {
47             PageItem
48             {
49                 Identifier = RID_SVXPAGE_CHAR_NAME ;
50                 Text [ en-US ] = "Font" ;
51             };
52             PageItem
53             {
54                 Identifier = RID_SVXPAGE_CHAR_EFFECTS ;
55                 Text [ en-US ] = "Font Effects" ;
56             };
57             PageItem
58             {
59                 Identifier = RID_SVXPAGE_CHAR_POSITION ;
60                 Text [ en-US ] = "Position" ;
61             };
62             PageItem
63             {
64                 Identifier = RID_SVXPAGE_CHAR_TWOLINES ;
65                 Text [ en-US ] = "Asian Layout" ;
66             };
67             PageItem
68             {
69                 Identifier = RID_SVXPAGE_STD_PARAGRAPH ;
70                 Text [ en-US ] = "Indents & Spacing" ;
71             };
72             PageItem
73             {
74                 Identifier = RID_SVXPAGE_ALIGN_PARAGRAPH ;
75                 Text [ en-US ] = "Alignment" ;
76             };
77             PageItem
78             {
79                 Identifier = RID_SVXPAGE_EXT_PARAGRAPH ;
80                 Text [ en-US ] = "Text Flow" ;
81             };
82             PageItem
83             {
84                 Identifier = RID_SVXPAGE_PARA_ASIAN;
85                 Text [ en-US ] = "Asian Typography";
86             };
87             PageItem
88             {
89                 Identifier = RID_SVXPAGE_BACKGROUND;
90                 Text [ en-US ] = "Background" ;
91             };
92         };
93     };
95  // RID_SVXDLG_SEARCHATTRIBUTE --------------------------------------------
96 ModalDialog RID_SVXDLG_SEARCHATTR
98     HelpId = HID_SEARCHATTR ;
99     OutputSize = TRUE ;
100     SVLook = TRUE ;
101     Size = MAP_APPFONT ( 194 , 128 ) ;
102     Text [ en-US ] = "Attributes" ;
103     Moveable = TRUE ;
104     Control LB_ATTR
105     {
106         HelpId = HID_SEARCHATTR_CTL_ATTR ;
107         ClipChildren = TRUE ;
108         Border = TRUE ;
109         TabStop = TRUE ;
110         Pos = MAP_APPFONT ( 6 , 14 ) ;
111         Size = MAP_APPFONT ( 120 , 108 ) ;
112     };
113     FixedText FL_ATTR
114     {
115         Pos = MAP_APPFONT ( 6 , 3 ) ;
116         Size = MAP_APPFONT ( 124 , 8 ) ;
117         Text [ en-US ] = "~Options" ;
118     };
119     OKButton BTN_ATTR_OK
120     {
121         Pos = MAP_APPFONT ( 136 , 6 ) ;
122         Size = MAP_APPFONT ( 50 , 14 ) ;
123         DefButton = TRUE ;
124     };
125     CancelButton BTN_ATTR_CANCEL
126     {
127         Pos = MAP_APPFONT ( 136 , 23 ) ;
128         Size = MAP_APPFONT ( 50 , 14 ) ;
129     };
130     HelpButton BTN_ATTR_HELP
131     {
132         Pos = MAP_APPFONT ( 136 , 43 ) ;
133         Size = MAP_APPFONT ( 50 , 14 ) ;
134     };
136  // RID_SVXDLG_SEARCHSIMILARITY -------------------------------------------
137 ModalDialog RID_SVXDLG_SEARCHSIMILARITY
139     HelpId = HID_SEARCHSIMILARITY ;
140     OutputSize = TRUE ;
141     SVLook = TRUE ;
142     Size = MAP_APPFONT ( 178 , 76 ) ;
143     Text [ en-US ] = "Similarity Search" ;
144     Moveable = TRUE ;
145     FixedText FT_OTHER
146     {
147         Pos = MAP_APPFONT ( 12 , 16 ) ;
148         Size = MAP_APPFONT ( 70 , 8 ) ;
149         Text [ en-US ] = "~Exchange characters" ;
150     };
151     NumericField NF_OTHER
152     {
153         Pos = MAP_APPFONT ( 86 , 14 ) ;
154         Size = MAP_APPFONT ( 24 , 12 ) ;
155         Border = TRUE ;
156         Left = TRUE ;
157         Repeat = TRUE ;
158         Spin = TRUE ;
159         Minimum = 0 ;
160         First = 1 ;
161         Maximum = 30 ;
162         Last = 30 ;
163         Value = 1 ;
164         TabStop = TRUE ;
165     };
166     FixedText FT_LONGER
167     {
168         Pos = MAP_APPFONT ( 12 , 30 ) ;
169         Size = MAP_APPFONT ( 70 , 8 ) ;
170         Text [ en-US ] = "~Add characters" ;
171     };
172     NumericField NF_LONGER
173     {
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         Pos = MAP_APPFONT ( 86 , 44 ) ;
196         Size = MAP_APPFONT ( 24 , 12 ) ;
197         Border = TRUE ;
198         Left = TRUE ;
199         Repeat = TRUE ;
200         Spin = TRUE ;
201         Minimum = 0 ;
202         First = 1 ;
203         Maximum = 30 ;
204         Last = 30 ;
205         Value = 1 ;
206         TabStop = TRUE ;
207     };
208     CheckBox CB_RELAX
209     {
210         Pos = MAP_APPFONT ( 12 , 60 ) ;
211         Size = MAP_APPFONT ( 98 , 10 ) ;
212         Text [ en-US ] = "~Combine" ;
213         TabStop = TRUE ;
214     };
215     FixedLine FL_SIMILARITY
216     {
217         Pos = MAP_APPFONT ( 6 , 3 ) ;
218         Size = MAP_APPFONT ( 110 , 8 ) ;
219         Text [ en-US ] = "Settings" ;
220     };
221     OKButton BTN_ATTR_OK
222     {
223         Pos = MAP_APPFONT ( 122 , 6 ) ;
224         Size = MAP_APPFONT ( 50 , 14 ) ;
225         DefButton = TRUE ;
226     };
227     CancelButton BTN_ATTR_CANCEL
228     {
229         Pos = MAP_APPFONT ( 122 , 23 ) ;
230         Size = MAP_APPFONT ( 50 , 14 ) ;
231         TabStop = TRUE ;
232     };
233     HelpButton BTN_ATTR_HELP
234     {
235         Pos = MAP_APPFONT ( 122 , 43 ) ;
236         Size = MAP_APPFONT ( 50 , 14 ) ;
237         TabStop = TRUE ;
238     };
240  // ********************************************************************** EOF