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