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/.
9 * This file incorporates work covered by the following license notice:
19 #define FT_OPTION_EDIT_CAPTION 4
20 #define LB_OPTION_EDIT 5
21 #define BTN_OPTION_TRUE 6
22 #define BTN_OPTION_FALSE 7
24 #define FL_ANNOTATION 20
25 #define FT_ANNOTATION 21
27 #define STR_STRING_REF_SYNTAX_CAPTION 22
28 #define STR_STRING_REF_SYNTAX_DESC 23
30 #define STR_USE_FORMULA_SYNTAX 24
35 #define STR_EMPTY_STRING_AS_ZERO_CAPTION 27
36 #define STR_EMPTY_STRING_AS_ZERO_DESC 28
39 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */