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:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
26 #define TP_USERLISTS 7
36 #define BTN_FORMULAS 20
37 #define BTN_NULLVALS 21
42 #define CB_MERGE_PARA_DIST 6
44 #define CB_AUTO_UPDATE_FIELDS 8
45 #define CB_AUTO_UPDATE_CHARTS 9
48 #define FL_FORMULA_OPTIONS 80
49 #define FT_FORMULA_SYNTAX 81
50 #define LB_FORMULA_SYNTAX 82
51 #define CB_ENGLISH_FUNC_NAME 83
52 #define FL_FORMULA_SEPS 84
53 #define FT_FORMULA_SEP_ARG 85
54 #define ED_FORMULA_SEP_ARG 86
55 #define FT_FORMULA_SEP_ARRAY_R 87
56 #define ED_FORMULA_SEP_ARRAY_R 88
57 #define FT_FORMULA_SEP_ARRAY_C 89
58 #define ED_FORMULA_SEP_ARRAY_C 90
59 #define BTN_FORMULA_SEP_RESET 91
60 #define FL_CUSTOM_CALC_OPTIONS 92
61 #define BTN_CUSTOM_CALC_DEFAULT 93
62 #define BTN_CUSTOM_CALC_CUSTOM 94
63 #define BTN_CUSTOM_CALC_DETAILS 95
64 #define FL_RECALC_OPTIONS 96
65 #define FT_OOXML_RECALC 97
66 #define LB_OOXML_RECALC 98
67 #define FT_ODF_RECALC 99
68 #define LB_ODF_RECALC 100
71 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */