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
52 #define STR_QUERYREMOVE 5
54 #define STR_COPYLIST 7
55 #define STR_COPYFROM 8
60 #define BTN_SKIPEMPTYPAGES 2
62 #define BTN_SELECTEDSHEETS 4
81 #define CB_SYNCZOOM 35
89 #define CB_MERGE_PARA_DIST 6
91 #define CB_AUTO_UPDATE_FIELDS 8
92 #define CB_AUTO_UPDATE_CHARTS 9
93 #define FT_UPDATE_LINKS 10
96 #define CB_ROWCOLHEADER 51
100 #define CB_OUTLINE 55
104 #define CB_GUIDELINE 60
109 #define CB_PAGEBREAKS 66
112 #define FL_SEPARATOR1 71
113 #define FL_SEPARATOR2 72
114 #define FL_SEPARATOR 73
119 #define GB_OPTIONS 70
122 #define CB_EDITMODE 73
126 #define CB_MARKHDR 77
127 #define CB_TEXTFMT 78
128 #define CB_REPLWARN 79
132 #define FL_FORMULA_OPTIONS 80
133 #define FT_FORMULA_SYNTAX 81
134 #define LB_FORMULA_SYNTAX 82
135 #define CB_ENGLISH_FUNC_NAME 83
136 #define FL_FORMULA_SEPS 84
137 #define FT_FORMULA_SEP_ARG 85
138 #define ED_FORMULA_SEP_ARG 86
139 #define FT_FORMULA_SEP_ARRAY_R 87
140 #define ED_FORMULA_SEP_ARRAY_R 88
141 #define FT_FORMULA_SEP_ARRAY_C 89
142 #define ED_FORMULA_SEP_ARRAY_C 90
143 #define BTN_FORMULA_SEP_RESET 91
144 #define FL_CUSTOM_CALC_OPTIONS 92
145 #define BTN_CUSTOM_CALC_DEFAULT 93
146 #define BTN_CUSTOM_CALC_CUSTOM 94
147 #define BTN_CUSTOM_CALC_DETAILS 95
148 #define FL_RECALC_OPTIONS 96
149 #define FT_OOXML_RECALC 97
150 #define LB_OOXML_RECALC 98
151 #define FT_ODF_RECALC 99
152 #define LB_ODF_RECALC 100
155 #define FL_KEY_BINDINGS 1
156 #define FT_KEY_BINDINGS 2
157 #define LB_KEY_BINDINGS 3
160 #define FL_INIT_SPREADSHEET 1
163 #define FT_SHEETPREFIX 4
164 #define ED_SHEETPREFIX 5
166 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */