xref: /aoo42x/main/svx/source/dialog/srchdlg.hrc (revision c0dc1914)
1*c0dc1914SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*c0dc1914SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*c0dc1914SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*c0dc1914SAndrew Rist * distributed with this work for additional information
6*c0dc1914SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*c0dc1914SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*c0dc1914SAndrew Rist * "License"); you may not use this file except in compliance
9*c0dc1914SAndrew Rist * with the License.  You may obtain a copy of the License at
10*c0dc1914SAndrew Rist *
11*c0dc1914SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*c0dc1914SAndrew Rist *
13*c0dc1914SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*c0dc1914SAndrew Rist * software distributed under the License is distributed on an
15*c0dc1914SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*c0dc1914SAndrew Rist * KIND, either express or implied.  See the License for the
17*c0dc1914SAndrew Rist * specific language governing permissions and limitations
18*c0dc1914SAndrew Rist * under the License.
19*c0dc1914SAndrew Rist *
20*c0dc1914SAndrew Rist *************************************************************/
21*c0dc1914SAndrew Rist
22*c0dc1914SAndrew Rist
23cdf0e10cSrcweir#ifndef _SVX_SRCHDLG_HRC
24cdf0e10cSrcweir#define _SVX_SRCHDLG_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir// defines ------------------------------------------------------------------
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define FT_SEARCH                       10
29cdf0e10cSrcweir#define ED_SEARCH                       11
30cdf0e10cSrcweir#define LB_SEARCH                       12
31cdf0e10cSrcweir#define FT_SEARCH_ATTR                  13
32cdf0e10cSrcweir#define FT_SEARCH_FORMATS               14
33cdf0e10cSrcweir#define FT_REPLACE                      15
34cdf0e10cSrcweir#define ED_REPLACE                      16
35cdf0e10cSrcweir#define LB_REPLACE                      17
36cdf0e10cSrcweir#define FT_REPLACE_ATTR                 18
37cdf0e10cSrcweir#define FT_REPLACE_FORMATS              19
38cdf0e10cSrcweir
39cdf0e10cSrcweir#define BTN_SEARCH                      20
40cdf0e10cSrcweir#define BTN_SEARCH_ALL                  21
41cdf0e10cSrcweir#define FL_SEARCH_COMMAND               22
42cdf0e10cSrcweir#define BTN_REPLACE                     23
43cdf0e10cSrcweir#define BTN_REPLACE_ALL                 24
44cdf0e10cSrcweir
45cdf0e10cSrcweir#define CB_MATCH_CASE                   25
46cdf0e10cSrcweir#define CB_WHOLE_WORDS                  26
47cdf0e10cSrcweir#define FL_SEARCH_COMPONENT             27
48cdf0e10cSrcweir#define BTN_COMPONENT_1                 28
49cdf0e10cSrcweir#define BTN_COMPONENT_2                 29
50cdf0e10cSrcweir
51cdf0e10cSrcweir#define FL_BUTTONS                      30
52cdf0e10cSrcweir#define BTN_MORE                        31
53cdf0e10cSrcweir#define BTN_HELP                        32
54cdf0e10cSrcweir#define BTN_CLOSE                       33
55cdf0e10cSrcweir
56cdf0e10cSrcweir#define FL_OPTIONS                      40
57cdf0e10cSrcweir#define CB_SELECTIONS                   41
58cdf0e10cSrcweir#define CB_BACKWARDS                    42
59cdf0e10cSrcweir#define CB_REGEXP                       43
60cdf0e10cSrcweir#define CB_SIMILARITY                   44
61cdf0e10cSrcweir#define PB_SIMILARITY                   45
62cdf0e10cSrcweir#define CB_LAYOUTS                      46
63cdf0e10cSrcweir#define CB_JAP_MATCH_FULL_HALF_WIDTH    47
64cdf0e10cSrcweir#define CB_JAP_SOUNDS_LIKE              48
65cdf0e10cSrcweir#define PB_JAP_OPTIONS                  49
66cdf0e10cSrcweir
67cdf0e10cSrcweir#define BTN_ATTRIBUTE                   50
68cdf0e10cSrcweir#define BTN_FORMAT                      51
69cdf0e10cSrcweir#define BTN_NOFORMAT                    52
70cdf0e10cSrcweir
71cdf0e10cSrcweir#define FL_CALC                         53
72cdf0e10cSrcweir#define FT_CALC_SEARCHIN                54
73cdf0e10cSrcweir#define LB_CALC_SEARCHIN                55
74cdf0e10cSrcweir#define FT_CALC_SEARCHDIR               56
75cdf0e10cSrcweir#define RB_CALC_ROWS                    57
76cdf0e10cSrcweir#define RB_CALC_COLUMNS                 58
77cdf0e10cSrcweir#define CB_ALL_SHEETS                   59
78cdf0e10cSrcweir
79cdf0e10cSrcweir#define CB_NOTES                        60
80cdf0e10cSrcweir
81cdf0e10cSrcweir#define IMG_MOREBTN_DOWN                100
82cdf0e10cSrcweir#define IMG_MOREBTN_UP                  101
83cdf0e10cSrcweir
84cdf0e10cSrcweir#define STR_WORDCALC                    100
85cdf0e10cSrcweir#define STR_MORE_BTN                    101
86cdf0e10cSrcweir#define STR_LESS_BTN                    102
87cdf0e10cSrcweir
88cdf0e10cSrcweir#endif // #ifndef _SVX_SRCHDLG_HRC
89cdf0e10cSrcweir
90