xref: /AOO41X/main/sc/source/ui/inc/filter.hrc (revision 4d7c9de063a797b8b4f3d45e3561e82ad1f8ef1f)
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#include "sc.hrc"   // -> RID_SCDLG_FILTER
24                    // -> RID_SCDLG_SPEC_FILTER
25                    // -> RID_SCDLG_PIVOTFILTER
26
27// allgemein
28
29#define BTN_OK              1
30#define BTN_CANCEL          1
31#define BTN_HELP            1
32#define BTN_MORE            1
33
34#define BTN_UNIQUE          1
35#define BTN_CASE            2
36#define BTN_REGEXP          3
37#define BTN_HEADER          4
38#define BTN_COPY_RESULT     5
39#define LB_COPY_AREA        6
40#define ED_COPY_AREA        7
41#define RB_COPY_AREA        8
42#define FL_OPTIONS          9
43#define FT_DBAREA_LABEL     10
44#define FT_DBAREA           11
45#define BTN_DEST_PERS       12
46
47// Filter:
48#define FT_OP               20
49#define FT_FIELD            21
50#define FT_COND             22
51#define FT_VAL              23
52#define LB_FIELD1           24
53#define LB_FIELD2           25
54#define LB_FIELD3           26
55#define LB_OP1              27
56#define LB_OP2              28
57#define LB_COND1            29
58#define LB_COND2            30
59#define LB_COND3            31
60#define ED_VAL1             32
61#define ED_VAL2             33
62#define ED_VAL3             34
63#define FL_CRITERIA         35
64#define FL_SEPARATOR        36
65#define LB_OP3              37
66#define LB_FIELD4           38
67#define LB_COND4            39
68#define ED_VAL4             40
69#define LB_SCROLL           41
70#define LB_OP4              42
71
72// Spezialfilter
73
74#define FT_CRITERIA_AREA    50
75#define LB_CRITERIA_AREA    51
76#define ED_CRITERIA_AREA    52
77#define RB_CRITERIA_AREA    53
78
79#define STR_COPY_AREA_TO 5054
80#define RID_FILTER_OPERATOR 5055
81#define RID_FILTER_FIELDNAME 5056
82#define RID_FILTER_CONDITION 5057
83#define RID_FILTER_VALUE 5058
84