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/.
22 #define FT_CONDITION 16
23 #define LB_CELLIS_TYPE 17
28 #define LB_COLOR_FORMAT 22
31 #define BTN_OPTIONS 30
32 #define STR_CONDITION 31
40 #define ED_COL_SCALE_MIN 36
41 #define ED_COL_SCALE_MIDDLE 37
42 #define ED_COL_SCALE_MAX 38
45 #define LB_COL_MIDDLE 40
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
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: */