Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / inc / optdlg.hrc
blobb593ba790e16e263139176b38d6b46f3685193fb
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "sc.hrc"
22 #define TP_GENERAL          1
23 #define TP_SAVE             2
24 #define TP_PATH             3
25 #define TP_CALC             6
26 #define TP_USERLISTS        7
27 #define TP_PRINT            8
28 #define TP_GRID             10
29 #define TP_LAYOUT           12
30 #define TP_INPUT            13
31 #define TP_FORMULA          15
33 // TP_VIEW:
34 #define BTN_GRID            6
36 #define BTN_FORMULAS        20
37 #define BTN_NULLVALS        21
38 #define BTN_NOTES           22
40 // TP_LAYOUT
41 #define CB_DOCONLY              5
42 #define CB_MERGE_PARA_DIST      6
43 #define GB_COMPAT               7
44 #define CB_AUTO_UPDATE_FIELDS   8
45 #define CB_AUTO_UPDATE_CHARTS   9
47 // TP_FORMULA
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: */