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 .
20 #include "sc.hrc" // -> RID_SCDLG_INSCELL
21 // -> RID_SCDLG_INSCONT
22 // -> RID_SCDLG_MOVETAB
23 // -> RID_SCDLG_STRINPUT
24 // -> RID_SCDLG_MTRINPUT
25 // -> RID_SCDLG_SELENTRY
26 // -> RID_SCDLG_FILLSERIES
27 // -> RID_SCDLG_AUTOFORMAT
31 #define BTN_CANCEL 102
35 #define BTN_REMOVE 106
38 #define STR_BTN_CLOSE 200
41 #define BTN_CELLSDOWN 11
42 #define BTN_CELLSRIGHT 12
43 #define BTN_INSROWS 16
44 #define BTN_INSCOLS 17
46 // Insert Contents Dialog
48 #define BTN_INSSTRINGS 21
49 #define BTN_INSNUMBERS 22
50 #define BTN_INSDATETIME 23
51 #define BTN_INSFORMULAS 24
52 #define BTN_INSATTRS 25
53 #define BTN_INSNOTES 26
54 #define BTN_OP_NOOP 27
59 #define FL_OPERATION 32
60 #define BTN_SKIP_EMPTY 33
61 #define BTN_TRANSPOSE 34
64 #define BTN_MV_NONE 37
65 #define BTN_MV_DOWN 38
66 #define BTN_MV_RIGHT 39
68 #define BTN_INSOBJECTS 41
72 // Insert/Delete Sheet
84 #define FT_TABNAME_WARN 13
85 #define STR_CURRENTDOC 14
86 #define STR_TABNAME_WARN_USED 15
87 #define STR_TABNAME_WARN_EMPTY 16
88 #define STR_TABNAME_WARN_INVALID 17
97 // Selection from a (String-)ListBox
98 #define FL_ENTRYLIST 10
99 #define LB_ENTRYLIST 11
102 #define FL_DIRECTION 1
108 #define BTN_ARITHMETIC 12
109 #define BTN_GEOMETRIC 13
111 #define BTN_AUTOFILL 15
112 #define FL_TIME_UNIT 21
114 #define BTN_DAY_OF_WEEK 23
117 #define FT_INCREMENT 30
118 #define ED_INCREMENT 39
119 #define FT_END_VALUE 40
120 #define ED_END_VALUES 49
121 #define STR_VALERR 50
122 #define FT_START_VALUE 51
123 #define ED_START_VALUES 52
128 #define WND_PREVIEW 19
129 #define BTN_NUMFORMAT 20
130 #define BTN_BORDER 21
132 #define BTN_PATTERN 24
133 #define BTN_ALIGNMENT 25
134 #define BTN_ADJUST 26
135 #define BTN_RENAME 27
136 #define FL_FORMATTING 29
137 #define STR_ADD_TITLE 100
138 #define STR_ADD_LABEL 101
139 #define STR_DEL_TITLE 102
140 #define STR_DEL_MSG 103
141 #define STR_RENAME_TITLE 104
142 // Auto format Preview:
146 #define STR_NORTH 124
148 #define STR_SOUTH 126
151 // Set/Reset Grouping:
152 #define BTN_GROUP_COLS 1
153 #define BTN_GROUP_ROWS 3
155 #define STR_UNGROUP 2
158 #define TAB_BG_COLOR_CT_BORDER 1
159 #define TAB_BG_COLOR_SET_BGDCOLOR 2
161 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */