fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / sc / source / ui / inc / condformatdlg.hrc
blobaf801f5edef3d79252a6cc7f2ac47c3c69a7f6d1
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 LB_TYPE 14
19 #define FT_COND_NR 15
20 #define FT_CONDITION 16
21 #define LB_CELLIS_TYPE 17
22 #define ED_VAL1 18
23 #define ED_VAL2 19
24 #define LB_STYLE 20
25 #define FT_STYLE 21
26 #define LB_COLOR_FORMAT 22
28 #define WD_PREVIEW 26
29 #define BTN_OPTIONS 30
30 #define STR_CONDITION 31
32 #define FT_RANGE 32
33 #define ED_RANGE 33
34 #define RB_RANGE 34
36 #define ED_FORMULA 35
38 #define ED_COL_SCALE_MIN 36
39 #define ED_COL_SCALE_MIDDLE 37
40 #define ED_COL_SCALE_MAX 38
42 #define LB_COL_MIN 39
43 #define LB_COL_MIDDLE 40
44 #define LB_COL_MAX 41
46 #define LB_TYPE_COL_SCALE_MIN 42
47 #define LB_TYPE_COL_SCALE_MIDDLE 43
48 #define LB_TYPE_COL_SCALE_MAX 44
50 #define LB_DATE_TYPE 45
52 #define IMG_ICON 46
53 #define LB_ICONSET_TYPE 47
54 #define LB_ICON_SET_ENTRY_TYPE 48
55 #define FT_ICON_SET_ENTRY_TEXT 49
56 #define ED_ICON_SET_ENTRY_VALUE 50
58 #define FT_VAL 51
60 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */