Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / inc / condformatdlg.hrc
blobebb87572c77d6d7f635de1c898e99d47e7318273
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  */
10 #include "sc.hrc"
12 #define BTN_OK 1
13 #define BTN_CANCEL 2
15 #define BTN_ADD 10
16 #define BTN_REMOVE 11
18 #define CTRL_LIST 12
20 #define LB_TYPE 14
21 #define FT_COND_NR 15
22 #define FT_CONDITION 16
23 #define LB_CELLIS_TYPE 17
24 #define ED_VAL1 18
25 #define ED_VAL2 19
26 #define LB_STYLE 20
27 #define FT_STYLE 21
28 #define LB_COLOR_FORMAT 22
30 #define WD_PREVIEW 26
31 #define BTN_OPTIONS 30
32 #define STR_CONDITION 31
34 #define FT_RANGE 32
35 #define ED_RANGE 33
36 #define RB_RANGE 34
38 #define ED_FORMULA 35
40 #define ED_COL_SCALE_MIN 36
41 #define ED_COL_SCALE_MIDDLE 37
42 #define ED_COL_SCALE_MAX 38
44 #define LB_COL_MIN 39
45 #define LB_COL_MIDDLE 40
46 #define LB_COL_MAX 41
48 #define LB_TYPE_COL_SCALE_MIN 42
49 #define LB_TYPE_COL_SCALE_MIDDLE 43
50 #define LB_TYPE_COL_SCALE_MAX 44
52 #define LB_DATE_TYPE 45
54 #define IMG_ICON 46
55 #define LB_ICONSET_TYPE 47
56 #define LB_ICON_SET_ENTRY_TYPE 48
57 #define FT_ICON_SET_ENTRY_TEXT 49
58 #define ED_ICON_SET_ENTRY_VALUE 50
60 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */