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 .
21 // -> RID_SCDLG_INSCONT
22 // -> RID_SCDLG_MOVETAB
23 // -> RID_SCDLG_MTRINPUT
24 // -> RID_SCDLG_SELENTRY
25 // -> RID_SCDLG_FILLSERIES
26 // -> RID_SCDLG_AUTOFORMAT
30 #define BTN_CANCEL 102
34 #define BTN_REMOVE 106
37 #define STR_BTN_CLOSE 200
40 // Insert Contents Dialog
42 #define BTN_INSSTRINGS 21
43 #define BTN_INSNUMBERS 22
44 #define BTN_INSDATETIME 23
45 #define BTN_INSFORMULAS 24
46 #define BTN_INSATTRS 25
47 #define BTN_INSNOTES 26
48 #define BTN_OP_NOOP 27
53 #define FL_OPERATION 32
54 #define BTN_SKIP_EMPTY 33
55 #define BTN_TRANSPOSE 34
58 #define BTN_MV_NONE 37
59 #define BTN_MV_DOWN 38
60 #define BTN_MV_RIGHT 39
62 #define BTN_INSOBJECTS 41
73 // Selection from a (String-)ListBox
74 #define FL_ENTRYLIST 10
75 #define LB_ENTRYLIST 11
80 #define WND_PREVIEW 19
81 #define BTN_NUMFORMAT 20
84 #define BTN_PATTERN 24
85 #define BTN_ALIGNMENT 25
88 #define FL_FORMATTING 29
89 #define STR_ADD_TITLE 100
90 #define STR_ADD_LABEL 101
91 #define STR_DEL_TITLE 102
92 #define STR_DEL_MSG 103
93 #define STR_RENAME_TITLE 104
94 // Auto format Preview:
100 #define STR_SOUTH 126
103 // Set/Reset Grouping:
104 #define BTN_GROUP_COLS 1
105 #define BTN_GROUP_ROWS 3
107 #define STR_UNGROUP 2
110 #define TAB_BG_COLOR_CT_BORDER 1
111 #define TAB_BG_COLOR_SET_BGDCOLOR 2
113 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */