summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/miscdlgs.hrc
blob: 00b1658849d644a6bbcb11f9816aabfda8188e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/

#include "sc.hrc"   // -> RID_SCDLG_DELCELL
                    // -> RID_SCDLG_INSCELL
                    // -> RID_SCDLG_DELCONT
                    // -> RID_SCDLG_INSCONT
                    // -> RID_SCDLG_MOVETAB
                    // -> RID_SCDLG_STRINPUT
                    // -> RID_SCDLG_MTRINPUT
                    // -> RID_SCDLG_SELENTRY
                    // -> RID_SCDLG_FILLSERIES
                    // -> RID_SCDLG_AUTOFORMAT

// Fuer den DesignEditor:
/*
#define RID_SCDLG_DELCELL 1256
#define RID_SCDLG_INSCELL 1257
#define RID_SCDLG_DELCONT 1258
#define RID_SCDLG_INSCONT 1259
#define RID_SCDLG_MOVETAB 1260
#define RID_SCDLG_STRINPUT 1261
#define RID_SCDLG_MTRINPUT 1262
#define RID_SCDLG_SELENTRY 1263
#define RID_SCDLG_FILLSERIES 1264
#define RID_SCDLG_AUTOFORMAT 1255
*/

// allgemein
#define BTN_OK          100
#define BTN_CANCEL      102
#define BTN_HELP        103
#define BTN_MORE        104
#define BTN_ADD         105
#define BTN_REMOVE      106
#define FT_LABEL        110
#define FL_FRAME        112
#define STR_BTN_CLOSE   200

// Zellen loeschen/einfuegen Dialog
#define BTN_CELLSUP     10
#define BTN_CELLSDOWN   11
#define BTN_CELLSRIGHT  12
#define BTN_CELLSLEFT   13
#define BTN_DELROWS     14
#define BTN_DELCOLS     15
#define BTN_INSROWS     16
#define BTN_INSCOLS     17

// Inhalte loeschen/einfuegen Dialog
#define BTN_DELALL      10
#define BTN_DELSTRINGS  11
#define BTN_DELNUMBERS  12
#define BTN_DELDATETIME 13
#define BTN_DELFORMULAS 14
#define BTN_DELATTRS    15
#define BTN_DELNOTES    16
#define BTN_DELOBJECTS  17
#define BTN_INSALL      20
#define BTN_INSSTRINGS  21
#define BTN_INSNUMBERS  22
#define BTN_INSDATETIME 23
#define BTN_INSFORMULAS 24
#define BTN_INSATTRS    25
#define BTN_INSNOTES    26
#define BTN_OP_NOOP     27
#define BTN_OP_ADD      28
#define BTN_OP_SUB      29
#define BTN_OP_MUL      30
#define BTN_OP_DIV      31
#define FL_OPERATION    32
#define BTN_SKIP_EMPTY  33
#define BTN_TRANSPOSE   34
#define BTN_LINK        35
#define FL_OPTIONS      36
#define BTN_MV_NONE     37
#define BTN_MV_DOWN     38
#define BTN_MV_RIGHT    39
#define FL_MOVE         40
#define BTN_INSOBJECTS  41
#define FL_SEP1         51
#define FL_SEP2         52

// Tabelle einfuegen/loeschen
#define FT_DEST         1
#define LB_DEST         2
#define FT_INSERT       3
#define LB_INSERT       4
#define BTN_COPY        5
#define STR_NEWDOC      6

// Eingabe eines Strings
#define ED_INPUT        10

// Eingabe einer Metrik
#define ED_VALUE        1
#define BTN_DEFVAL      1

// Auswahl aus einer (String-)ListBox
#define FL_ENTRYLIST    10
#define LB_ENTRYLIST    11

// Reihen fuellen
#define FL_DIRECTION    1
#define BTN_LEFT        2
#define BTN_RIGHT       3
#define BTN_TOP         4
#define BTN_BOTTOM      5
#define FL_SEP11        10
#define FL_TYPE         11
#define BTN_ARITHMETIC  12
#define BTN_GEOMETRIC   13
#define BTN_DATE        14
#define BTN_AUTOFILL    15
#define FL_SEP12        20
#define FL_TIME_UNIT    21
#define BTN_DAY         22
#define BTN_DAY_OF_WEEK 23
#define BTN_MONTH       24
#define BTN_YEAR        25
#define FT_INCREMENT    30
#define ED_INCREMENT    39
#define FT_END_VALUE    40
#define ED_END_VALUES   49
#define STR_VALERR      50
#define FT_START_VALUE  51
#define ED_START_VALUES 52

// Autoformat
#define LB_FORMAT           1
#define FL_FORMAT           9
#define WND_PREVIEW         19
#define BTN_NUMFORMAT       20
#define BTN_BORDER          21
#define BTN_FONT            23
#define BTN_PATTERN         24
#define BTN_ALIGNMENT       25
#define BTN_ADJUST          26
#define BTN_RENAME          27
#define FL_FORMATTING       29
#define STR_ADD_TITLE       100
#define STR_ADD_LABEL       101
#define STR_DEL_TITLE       102
#define STR_DEL_MSG         103
#define STR_RENAME_TITLE    104
    // Autoformat-Preview:
#define STR_JAN         121
#define STR_FEB         122
#define STR_MAR         123
#define STR_NORTH       124
#define STR_MID         125
#define STR_SOUTH       126
#define STR_SUM         127

// Gruppierung setzen/aufheben:
#define BTN_GROUP_COLS  1
#define BTN_GROUP_ROWS  3
#define STR_GROUP       1
#define STR_UNGROUP     2

// Tab Bg Color
#define TAB_BG_COLOR_CT_BORDER 1
#define TAB_BG_COLOR_SET_BGDCOLOR 2