summaryrefslogtreecommitdiff
path: root/vcl/inc/svids.hrc
blob: 5abe5bd84b51bc7ec92b32b6262bdc7fd8536e95 (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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef _SV_SVIDS_HRC
#define _SV_SVIDS_HRC

#include "svl/solar.hrc"

#define SV_RESID_STDOFFSET                  0
#define SV_RESID_MONOOFFSET                 1

// Achtung: Diese Id's muessen min. 10 Werte auseinanderliegen, da
// je nach Style noch ein Offset aufgerechnet wird
#define SV_RESID_BITMAP_CHECK               1000
#define SV_RESID_BITMAP_RADIO               1010

#define SV_RESID_BITMAP_MSGBOX              1020

#define SV_RESID_BITMAP_PIN                 1030

#define SV_RESID_BITMAP_SPLITHPIN           1040
#define SV_RESID_BITMAP_SPLITVPIN           1041
#define SV_RESID_BITMAP_SPLITHARW           1042
#define SV_RESID_BITMAP_SPLITVARW           1043

#define SV_RESID_BITMAP_SCROLLMSK           1050
#define SV_RESID_BITMAP_SCROLLBMP           1051
#define SV_RESID_BITMAP_CLOSEDOC            1052
#define SV_RESID_BITMAP_INDEX               1053

#define SV_DISCLOSURE_PLUS                  1060
#define SV_DISCLOSURE_MINUS                 1061

#define RID_STR_PAPERNAMES                  1070

#define SV_RESID_MENU_EDIT                  2000
#define SV_MENU_EDIT_UNDO                   1
#define SV_MENU_EDIT_CUT                    2
#define SV_MENU_EDIT_COPY                   3
#define SV_MENU_EDIT_PASTE                  4
#define SV_MENU_EDIT_DELETE                 5
#define SV_MENU_EDIT_SELECTALL              6
#define SV_MENU_EDIT_INSERTSYMBOL           7
#define SV_RESID_STRING_NOSELECTIONPOSSIBLE 2001

#define SV_MENU_MAC_SERVICES                2002
#define SV_MENU_MAC_HIDEAPP                 2003
#define SV_MENU_MAC_HIDEALL                 2004
#define SV_MENU_MAC_SHOWALL                 2005
#define SV_MENU_MAC_QUITAPP                 2006

#define SV_PRINT_TAB_NUP                       1
#define SV_PRINT_PRT_NUP_LAYOUT_FL             1
#define SV_PRINT_PRT_NUP_BROCHURE_BTN          3
#define SV_PRINT_PRT_NUP_PAGES_BTN             4
#define SV_PRINT_PRT_NUP_PAGES_BOX             5
#define SV_PRINT_PRT_NUP_NUM_PAGES_TXT         6
#define SV_PRINT_PRT_NUP_COLS_EDT              7
#define SV_PRINT_PRT_NUP_TIMES_TXT             8
#define SV_PRINT_PRT_NUP_ROWS_EDT              9
#define SV_PRINT_PRT_NUP_MARGINS_PAGES_1_TXT  10
#define SV_PRINT_PRT_NUP_MARGINS_PAGES_EDT    11
#define SV_PRINT_PRT_NUP_MARGINS_PAGES_2_TXT  12
#define SV_PRINT_PRT_NUP_MARGINS_SHEET_1_TXT  13
#define SV_PRINT_PRT_NUP_MARGINS_SHEET_EDT    14
#define SV_PRINT_PRT_NUP_MARGINS_SHEET_2_TXT  15
#define SV_PRINT_PRT_NUP_ORIENTATION_TXT      16
#define SV_PRINT_PRT_NUP_ORIENTATION_BOX      17
#define SV_PRINT_PRT_NUP_ORDER_TXT            18
#define SV_PRINT_PRT_NUP_ORDER_BOX            19
#define SV_PRINT_PRT_NUP_BORDER_CB            20

#define SV_PRINT_PRT_NUP_ORIENTATION_AUTOMATIC    0
#define SV_PRINT_PRT_NUP_ORIENTATION_PORTRAIT     1
#define SV_PRINT_PRT_NUP_ORIENTATION_LANDSCAPE    2

#define SV_PRINT_PRT_NUP_ORDER_LRTB               0
#define SV_PRINT_PRT_NUP_ORDER_TBLR               1
#define SV_PRINT_PRT_NUP_ORDER_TBRL               2
#define SV_PRINT_PRT_NUP_ORDER_RLTB               3

#define SV_PRINT_TAB_JOB                    2
#define SV_PRINT_PRINTERS_FL                1
#define SV_PRINT_PRINTERS                   2
#define SV_PRINT_PRT_SETUP                  3
#define SV_PRINT_COPIES                     9
#define SV_PRINT_COPYCOUNT                  10
#define SV_PRINT_COPYCOUNT_FIELD            11
#define SV_PRINT_COLLATE                    12
#define SV_PRINT_COLLATE_IMAGE              13
#define SV_PRINT_BUTTONLINE                 14
#define SV_PRINT_STATUS_TXT                 20
#define SV_PRINT_LOCATION_TXT               21
#define SV_PRINT_COMMENT_TXT                22
#define SV_PRINT_DETAILS_BTN                23
#define SV_PRINT_OPT_REVERSE                24

#define SV_PRINT_TAB_OPT                    3
#define SV_PRINT_OPT_PRINT_FL               1
#define SV_PRINT_OPT_TOFILE                 2
#define SV_PRINT_OPT_SINGLEJOBS             3

#define SV_DLG_PRINT_PROGRESS             2049
#define SV_PRINT_PROGRESS_CANCEL            1
#define SV_PRINT_PROGRESS_TEXT              2

#define SV_PRINT_NATIVE_STRINGS           2050
#define SV_PRINT_NOPRINTERWARNING         2051
#define SV_PRINT_NOCONTENT                2052

#define SV_HELPTEXT_CLOSE                   10000
#define SV_HELPTEXT_MINIMIZE                10001
#define SV_HELPTEXT_MAXIMIZE                10002
#define SV_HELPTEXT_RESTORE                 10003
#define SV_HELPTEXT_ROLLDOWN                10004
#define SV_HELPTEXT_ROLLUP                  10005
#define SV_HELPTEXT_HELP                    10006
#define SV_HELPTEXT_ALWAYSVISIBLE           10007
#define SV_HELPTEXT_FADEIN                  10008
#define SV_HELPTEXT_FADEOUT                 10009
#define SV_HELPTEXT_SPLITFLOATING           10010
#define SV_HELPTEXT_SPLITFIXED              10011
#define SV_HELPTEXT_CLOSEDOCUMENT           10012

#define SV_BUTTONTEXT_OK                    10100
#define SV_BUTTONTEXT_CANCEL                10101
#define SV_BUTTONTEXT_YES                   10102
#define SV_BUTTONTEXT_NO                    10103
#define SV_BUTTONTEXT_RETRY                 10104
#define SV_BUTTONTEXT_HELP                  10105
#define SV_BUTTONTEXT_CLOSE                 SV_HELPTEXT_CLOSE
#define SV_BUTTONTEXT_MORE                  10107
#define SV_BUTTONTEXT_IGNORE                10108
#define SV_BUTTONTEXT_ABORT                 10109
#define SV_BUTTONTEXT_LESS                  10110
#define SV_BUTTONTEXT_RESET                 10111
#define SV_BUTTONTEXT_ADD                   10112
#define SV_BUTTONTEXT_DELETE                10113
#define SV_BUTTONTEXT_REMOVE                10114
#define SV_BUTTONTEXT_NEW                   10115
#define SV_BUTTONTEXT_EDIT                  10116

#define SV_STDTEXT_FIRST                    SV_STDTEXT_SERVICENOTAVAILABLE
#define SV_STDTEXT_SERVICENOTAVAILABLE      10200

#define SV_STDTEXT_DONTASKAGAIN             10202
#define SV_STDTEXT_DONTWARNAGAIN            10203
#define SV_STDTEXT_ABOUT                    10204
#define SV_STDTEXT_PREFERENCES              10205
#define SV_MAC_SCREENNNAME                  10206
#define SV_STDTEXT_ALLFILETYPES             10207

#define STR_FPICKER_AUTO_EXTENSION                10300
#define STR_FPICKER_PASSWORD                      10301
#define STR_FPICKER_FILTER_OPTIONS                10302
#define STR_FPICKER_READONLY                      10303
#define STR_FPICKER_INSERT_AS_LINK                10304
#define STR_FPICKER_SHOW_PREVIEW                  10305
#define STR_FPICKER_PLAY                          10306
#define STR_FPICKER_VERSION                       10307
#define STR_FPICKER_TEMPLATES                     10308
#define STR_FPICKER_IMAGE_TEMPLATE                10309
#define STR_FPICKER_SELECTION                     10310
#define STR_FPICKER_FOLDER_DEFAULT_TITLE          10311
#define STR_FPICKER_FOLDER_DEFAULT_DESCRIPTION    10312
#define STR_FPICKER_ALREADYEXISTOVERWRITE         10313
#define STR_FPICKER_ALLFORMATS                    10314
#define STR_FPICKER_OPEN                          10315
#define STR_FPICKER_SAVE                          10316
#define STR_FPICKER_TYPE                          10317

#define SV_ACCESSERROR_WRONG_VERSION        10500
#define SV_ACCESSERROR_BRIDGE_MSG           10501
#define SV_ACCESSERROR_OK_CANCEL_MSG        10502
#define SV_ACCESSERROR_MISSING_BRIDGE       10503
#define SV_ACCESSERROR_FAULTY_JAVA          10504
#define SV_ACCESSERROR_JAVA_MSG             10505
#define SV_ACCESSERROR_MISSING_JAVA         10506
#define SV_ACCESSERROR_JAVA_NOT_CONFIGURED  10507
#define SV_ACCESSERROR_JAVA_DISABLED        10508
#define SV_ACCESSERROR_TURNAROUND_MSG       10509
#define SV_ACCESSERROR_NO_FONTS             10510

#define SV_SHORTCUT_HELP                    10600
#define SV_SHORTCUT_CONTEXTHELP             10601
#define SV_SHORTCUT_ACTIVEHELP              10602
#define SV_SHORTCUT_DOCKUNDOCK              10603
#define SV_SHORTCUT_NEXTSUBWINDOW           10604
#define SV_SHORTCUT_PREVSUBWINDOW           10605
#define SV_SHORTCUT_TODOCUMENT              10606
#define SV_SHORTCUT_MENUBAR                 10607
#define SV_SHORTCUT_SPLITTER                10608

#define SV_PRINT_NOPAGES                    10609
#define SV_PRINT_TOFILE_TXT                 10610
#define SV_PRINT_DEFPRT_TXT                 10611
#define SV_PRINT_PRINTPREVIEW_TXT           10612
#define SV_PRINT_COLLATE_IMG                10613
#define SV_PRINT_NOCOLLATE_IMG              10614

#define SV_EDIT_WARNING_BOX                 10650

#define SV_FUNIT_STRINGS                    10700

#define SV_ICON_SIZE48_START                20000
#define SV_ICON_SIZE32_START                21000
#define SV_ICON_SIZE16_START                23000

#define SV_ICON_LARGE_START                 24000
#define SV_ICON_SMALL_START                 25000

#define SV_ICON_ID_OFFICE                       1
#define SV_ICON_ID_TEXT                         2
#define SV_ICON_ID_TEXT_TEMPLATE                3
#define SV_ICON_ID_SPREADSHEET                  4
#define SV_ICON_ID_SPREADSHEET_TEMPLATE         5
#define SV_ICON_ID_DRAWING                      6
#define SV_ICON_ID_PRESENTATION                 8
#define SV_ICON_ID_MASTER_DOCUMENT             10
#define SV_ICON_ID_TEMPLATE                    11
#define SV_ICON_ID_DATABASE                    12
#define SV_ICON_ID_FORMULA                     13
#define SV_ICON_ID_PRINTERADMIN               501

#endif  // _SV_SVIDS_HRC