xref: /trunk/main/sc/source/ui/inc/miscdlgs.hrc (revision fc9fd3f14a55d77b35643a64034752a178b2a5b0)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#include "sc.hrc"   // -> RID_SCDLG_DELCELL
29                    // -> RID_SCDLG_INSCELL
30                    // -> RID_SCDLG_DELCONT
31                    // -> RID_SCDLG_INSCONT
32                    // -> RID_SCDLG_MOVETAB
33                    // -> RID_SCDLG_STRINPUT
34                    // -> RID_SCDLG_MTRINPUT
35                    // -> RID_SCDLG_SELENTRY
36                    // -> RID_SCDLG_FILLSERIES
37                    // -> RID_SCDLG_AUTOFORMAT
38
39// Fuer den DesignEditor:
40/*
41#define RID_SCDLG_DELCELL 1256
42#define RID_SCDLG_INSCELL 1257
43#define RID_SCDLG_DELCONT 1258
44#define RID_SCDLG_INSCONT 1259
45#define RID_SCDLG_MOVETAB 1260
46#define RID_SCDLG_STRINPUT 1261
47#define RID_SCDLG_MTRINPUT 1262
48#define RID_SCDLG_SELENTRY 1263
49#define RID_SCDLG_FILLSERIES 1264
50#define RID_SCDLG_AUTOFORMAT 1255
51*/
52
53// allgemein
54#define BTN_OK          100
55#define BTN_CANCEL      102
56#define BTN_HELP        103
57#define BTN_MORE        104
58#define BTN_ADD         105
59#define BTN_REMOVE      106
60#define FT_LABEL        110
61#define FL_FRAME        112
62#define STR_BTN_CLOSE   200
63
64// Zellen loeschen/einfuegen Dialog
65#define BTN_CELLSUP     10
66#define BTN_CELLSDOWN   11
67#define BTN_CELLSRIGHT  12
68#define BTN_CELLSLEFT   13
69#define BTN_DELROWS     14
70#define BTN_DELCOLS     15
71#define BTN_INSROWS     16
72#define BTN_INSCOLS     17
73
74// Inhalte loeschen/einfuegen Dialog
75#define BTN_DELALL      10
76#define BTN_DELSTRINGS  11
77#define BTN_DELNUMBERS  12
78#define BTN_DELDATETIME 13
79#define BTN_DELFORMULAS 14
80#define BTN_DELATTRS    15
81#define BTN_DELNOTES    16
82#define BTN_DELOBJECTS  17
83#define BTN_INSALL      20
84#define BTN_INSSTRINGS  21
85#define BTN_INSNUMBERS  22
86#define BTN_INSDATETIME 23
87#define BTN_INSFORMULAS 24
88#define BTN_INSATTRS    25
89#define BTN_INSNOTES    26
90#define BTN_OP_NOOP     27
91#define BTN_OP_ADD      28
92#define BTN_OP_SUB      29
93#define BTN_OP_MUL      30
94#define BTN_OP_DIV      31
95#define FL_OPERATION    32
96#define BTN_SKIP_EMPTY  33
97#define BTN_TRANSPOSE   34
98#define BTN_LINK        35
99#define FL_OPTIONS      36
100#define BTN_MV_NONE     37
101#define BTN_MV_DOWN     38
102#define BTN_MV_RIGHT    39
103#define FL_MOVE         40
104#define BTN_INSOBJECTS  41
105#define FL_SEP1         51
106#define FL_SEP2         52
107
108// Tabelle einfuegen/loeschen
109#define FT_DEST         1
110#define LB_DEST         2
111#define FT_INSERT       3
112#define LB_INSERT       4
113#define BTN_COPY        5
114#define STR_NEWDOC      6
115
116// Eingabe eines Strings
117#define ED_INPUT        10
118
119// Eingabe einer Metrik
120#define ED_VALUE        1
121#define BTN_DEFVAL      1
122
123// Auswahl aus einer (String-)ListBox
124#define FL_ENTRYLIST    10
125#define LB_ENTRYLIST    11
126
127// Reihen fuellen
128#define FL_DIRECTION    1
129#define BTN_LEFT        2
130#define BTN_RIGHT       3
131#define BTN_TOP         4
132#define BTN_BOTTOM      5
133#define FL_SEP11        10
134#define FL_TYPE         11
135#define BTN_ARITHMETIC  12
136#define BTN_GEOMETRIC   13
137#define BTN_DATE        14
138#define BTN_AUTOFILL    15
139#define FL_SEP12        20
140#define FL_TIME_UNIT    21
141#define BTN_DAY         22
142#define BTN_DAY_OF_WEEK 23
143#define BTN_MONTH       24
144#define BTN_YEAR        25
145#define FT_INCREMENT    30
146#define ED_INCREMENT    39
147#define FT_END_VALUE    40
148#define ED_END_VALUES   49
149#define STR_VALERR      50
150#define FT_START_VALUE  51
151#define ED_START_VALUES 52
152
153// Autoformat
154#define LB_FORMAT           1
155#define FL_FORMAT           9
156#define WND_PREVIEW         19
157#define BTN_NUMFORMAT       20
158#define BTN_BORDER          21
159#define BTN_FONT            23
160#define BTN_PATTERN         24
161#define BTN_ALIGNMENT       25
162#define BTN_ADJUST          26
163#define BTN_RENAME          27
164#define FL_FORMATTING       29
165#define STR_ADD_TITLE       100
166#define STR_ADD_LABEL       101
167#define STR_DEL_TITLE       102
168#define STR_DEL_MSG         103
169#define STR_RENAME_TITLE    104
170    // Autoformat-Preview:
171#define STR_JAN         121
172#define STR_FEB         122
173#define STR_MAR         123
174#define STR_NORTH       124
175#define STR_MID         125
176#define STR_SOUTH       126
177#define STR_SUM         127
178
179// Gruppierung setzen/aufheben:
180#define BTN_GROUP_COLS  1
181#define BTN_GROUP_ROWS  3
182#define STR_GROUP       1
183#define STR_UNGROUP     2
184
185// Tab Bg Color
186#define TAB_BG_COLOR_CT_BORDER 1
187#define TAB_BG_COLOR_SET_BGDCOLOR 2
188
189