Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / inc / filter.hrc
blob80401a713b424a97b963727177ba174ab06fe0ee
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #include "sc.hrc"
20                     // -> RID_SCDLG_SPEC_FILTER
21                     // -> RID_SCDLG_PIVOTFILTER
23 // General
25 #define BTN_OK              1
26 #define BTN_CANCEL          1
27 #define BTN_HELP            1
28 #define BTN_MORE            1
30 #define BTN_UNIQUE          1
31 #define BTN_CASE            2
32 #define BTN_REGEXP          3
33 #define FL_OPTIONS          9
34 #define FT_DBAREA_LABEL     10
35 #define FT_DBAREA           11
37 // Filter:
38 #define FT_OP               20
39 #define FT_FIELD            21
40 #define FT_COND             22
41 #define FT_VAL              23
42 #define LB_FIELD1           24
43 #define LB_FIELD2           25
44 #define LB_FIELD3           26
45 #define LB_OP1              27
46 #define LB_OP2              28
47 #define LB_COND1            29
48 #define LB_COND2            30
49 #define LB_COND3            31
50 #define ED_VAL1             32
51 #define ED_VAL2             33
52 #define ED_VAL3             34
53 #define FL_CRITERIA         35
54 #define LB_OP3              37
56 // Special filter
57 #define STR_COPY_AREA_TO 5054
58 #define RID_FILTER_OPERATOR 5055
59 #define RID_FILTER_FIELDNAME 5056
60 #define RID_FILTER_CONDITION 5057
61 #define RID_FILTER_VALUE 5058
63 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */