merge the formfield patch from ooo-build
[ooovba.git] / sc / source / ui / inc / filter.hrc
blob6c58b6d725635bfa16e9b69800125d638d1b814d
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: filter.hrc,v $
10  * $Revision: 1.4 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #include "sc.hrc"       // -> RID_SCDLG_FILTER
31                     // -> RID_SCDLG_SPEC_FILTER
32                     // -> RID_SCDLG_PIVOTFILTER
34 // allgemein
36 #define BTN_OK                          1
37 #define BTN_CANCEL                      1
38 #define BTN_HELP                        1
39 #define BTN_MORE            1
41 #define BTN_UNIQUE                      1
42 #define BTN_CASE                        2
43 #define BTN_REGEXP                      3
44 #define BTN_HEADER                      4
45 #define BTN_COPY_RESULT         5
46 #define LB_COPY_AREA            6
47 #define ED_COPY_AREA            7
48 #define RB_COPY_AREA            8
49 #define FL_OPTIONS          9
50 #define FT_DBAREA_LABEL         10
51 #define FT_DBAREA                       11
52 #define BTN_DEST_PERS           12
54 // Filter:
55 #define FT_OP                           20
56 #define FT_FIELD                        21
57 #define FT_COND                         22
58 #define FT_VAL                          23
59 #define LB_FIELD1                       24
60 #define LB_FIELD2                       25
61 #define LB_FIELD3                       26
62 #define LB_OP1                          27
63 #define LB_OP2                          28
64 #define LB_COND1                        29
65 #define LB_COND2                        30
66 #define LB_COND3                        31
67 #define ED_VAL1                         32
68 #define ED_VAL2                         33
69 #define ED_VAL3                         34
70 #define FL_CRITERIA         35
71 #define FL_SEPARATOR        36
72 #define LB_OP3                          37
73 #define LB_FIELD4                       38
74 #define LB_COND4                        39
75 #define ED_VAL4                         40
76 #define LB_SCROLL           41
77 #define LB_OP4                          42
79 // Spezialfilter
81 #define FT_CRITERIA_AREA        50
82 #define LB_CRITERIA_AREA        51
83 #define ED_CRITERIA_AREA        52
84 #define RB_CRITERIA_AREA        53