xref: /AOO41X/main/cui/source/dialogs/fmsearch.hrc (revision 8414840e6b559ba563ae21a56a6d072b46471a6c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef _FMSEARCH_HRC
24#define _FMSEARCH_HRC
25
26#include "svl/solar.hrc"
27
28#define RID_SVX_DLG_INPUTRECORDNO                   (RID_FORMS_START + 10)
29#define RID_SVX_DLG_SHOWGRIDCOLUMNS                 (RID_FORMS_START + 11)
30#define RID_SVXDLG_SEARCHFORM                       (RID_FORMS_START + 7)
31#define RID_STR_SEARCH_ANYWHERE                     (RID_FORMS_START +  85)
32#define RID_STR_SEARCH_BEGINNING                    (RID_FORMS_START +  86)
33#define RID_STR_SEARCH_END                          (RID_FORMS_START +  87)
34#define RID_STR_SEARCH_WHOLE                        (RID_FORMS_START +  88)
35#define RID_STR_FROM_TOP                            (RID_FORMS_START +  74)
36#define RID_STR_FROM_BOTTOM                         (RID_FORMS_START +  75)
37#define RID_SVXERR_SEARCH_NORECORD                  (RID_FORMS_START + 8)
38#define RID_SVXERR_SEARCH_GENERAL_ERROR             (RID_FORMS_START + 9)
39#define RID_STR_OVERFLOW_FORWARD                    (RID_FORMS_START +  34)
40#define RID_STR_OVERFLOW_BACKWARD                   (RID_FORMS_START +  35)
41#define RID_STR_SEARCH_COUNTING                     (RID_FORMS_START +  76)
42
43#define FT_SEARCHTEXT       1
44#define FT_FORM             2
45#define FT_POSITION         3
46#define FT_RECORDLABEL      4
47#define FT_RECORD           5
48#define FT_HINT             6
49
50
51#define CMB_SEARCHTEXT      1
52
53#define RB_ALLFIELDS        1
54#define RB_SINGLEFIELD      2
55#define RB_SEARCHFORTEXT    3
56#define RB_SEARCHFORNULL    4
57#define RB_SEARCHFORNOTNULL 5
58
59#define LB_FORM             1
60#define LB_FIELD            2
61#define LB_POSITION         3
62
63#define PB_APPROXSETTINGS       1
64#define PB_SEARCH               2
65#define PB_SOUNDSLIKESETTINGS   3
66
67#define FL_SEARCHFOR            1
68#define FL_WHERE                        2
69#define FL_OPTIONS                      3
70#define FL_STATE                        4
71
72#define CB_USEFORMATTER     1
73#define CB_BACKWARD         2
74#define CB_STARTOVER        3
75#define CB_CASE             4
76#define CB_WILDCARD         5
77#define CB_REGULAR          6
78#define CB_APPROX           7
79#define CB_HALFFULLFORMS    8
80#define CB_SOUNDSLIKECJK    9
81
82#endif // _FMSEARCH_HRC
83