xref: /aoo4110/main/svl/inc/svl/srchdefs.hxx (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 
24 #ifndef _SFX_SRCHDEFS_HXX_
25 #define _SFX_SRCHDEFS_HXX_
26 
27 
28 #define SEARCH_OPTIONS_SEARCH       ((sal_uInt16)0x0001)
29 #define SEARCH_OPTIONS_SEARCH_ALL   ((sal_uInt16)0x0002)
30 #define SEARCH_OPTIONS_REPLACE      ((sal_uInt16)0x0004)
31 #define SEARCH_OPTIONS_REPLACE_ALL  ((sal_uInt16)0x0008)
32 #define SEARCH_OPTIONS_WHOLE_WORDS  ((sal_uInt16)0x0010)
33 #define SEARCH_OPTIONS_BACKWARDS    ((sal_uInt16)0x0020)
34 #define SEARCH_OPTIONS_REG_EXP      ((sal_uInt16)0x0040)
35 #define SEARCH_OPTIONS_EXACT        ((sal_uInt16)0x0080)
36 #define SEARCH_OPTIONS_SELECTION    ((sal_uInt16)0x0100)
37 #define SEARCH_OPTIONS_FAMILIES     ((sal_uInt16)0x0200)
38 #define SEARCH_OPTIONS_FORMAT       ((sal_uInt16)0x0400)
39 #define SEARCH_OPTIONS_MORE			((sal_uInt16)0x0800)
40 #define SEARCH_OPTIONS_SIMILARITY	((sal_uInt16)0x1000)
41 #define SEARCH_OPTIONS_CONTENT		((sal_uInt16)0x2000)
42 
43 
44 #endif
45 
46