1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
20 #define FT_CONDITION 16
21 #define LB_CELLIS_TYPE 17
26 #define LB_COLOR_FORMAT 22
29 #define BTN_OPTIONS 30
30 #define STR_CONDITION 31
38 #define ED_COL_SCALE_MIN 36
39 #define ED_COL_SCALE_MIDDLE 37
40 #define ED_COL_SCALE_MAX 38
43 #define LB_COL_MIDDLE 40
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
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
60 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */