xref: /aoo4110/main/svx/source/dialog/srchdlg.hrc (revision b1cdbd2c)
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 _SVX_SRCHDLG_HRC
24#define _SVX_SRCHDLG_HRC
25
26// defines ------------------------------------------------------------------
27
28#define FT_SEARCH                       10
29#define ED_SEARCH                       11
30#define LB_SEARCH                       12
31#define FT_SEARCH_ATTR                  13
32#define FT_SEARCH_FORMATS               14
33#define FT_REPLACE                      15
34#define ED_REPLACE                      16
35#define LB_REPLACE                      17
36#define FT_REPLACE_ATTR                 18
37#define FT_REPLACE_FORMATS              19
38
39#define BTN_SEARCH                      20
40#define BTN_SEARCH_ALL                  21
41#define FL_SEARCH_COMMAND               22
42#define BTN_REPLACE                     23
43#define BTN_REPLACE_ALL                 24
44
45#define CB_MATCH_CASE                   25
46#define CB_WHOLE_WORDS                  26
47#define FL_SEARCH_COMPONENT             27
48#define BTN_COMPONENT_1                 28
49#define BTN_COMPONENT_2                 29
50
51#define FL_BUTTONS                      30
52#define BTN_MORE                        31
53#define BTN_HELP                        32
54#define BTN_CLOSE                       33
55
56#define FL_OPTIONS                      40
57#define CB_SELECTIONS                   41
58#define CB_BACKWARDS                    42
59#define CB_REGEXP                       43
60#define CB_SIMILARITY                   44
61#define PB_SIMILARITY                   45
62#define CB_LAYOUTS                      46
63#define CB_JAP_MATCH_FULL_HALF_WIDTH    47
64#define CB_JAP_SOUNDS_LIKE              48
65#define PB_JAP_OPTIONS                  49
66
67#define BTN_ATTRIBUTE                   50
68#define BTN_FORMAT                      51
69#define BTN_NOFORMAT                    52
70
71#define FL_CALC                         53
72#define FT_CALC_SEARCHIN                54
73#define LB_CALC_SEARCHIN                55
74#define FT_CALC_SEARCHDIR               56
75#define RB_CALC_ROWS                    57
76#define RB_CALC_COLUMNS                 58
77#define CB_ALL_SHEETS                   59
78
79#define CB_NOTES                        60
80
81#define IMG_MOREBTN_DOWN                100
82#define IMG_MOREBTN_UP                  101
83
84#define STR_WORDCALC                    100
85#define STR_MORE_BTN                    101
86#define STR_LESS_BTN                    102
87
88#endif // #ifndef _SVX_SRCHDLG_HRC
89
90