blob: efb34907e32041d1098a5db0475e706db0e7671a (
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
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* 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 INCLUDED_VCL_INC_SVIDS_HRC
#define INCLUDED_VCL_INC_SVIDS_HRC
#define SV_RESID_STDOFFSET 0
#define SV_RESID_MONOOFFSET 1
// ATTENTION: These IDs must be spaced at least by 10, as, depending on style,
// an offset will get added:
#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_RESID_BITMAP_REFRESH 1054
#define SV_RESID_BITMAP_NOTEBOOKBAR 1055
#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_PRT_NUP_ORIENTATION_PORTRAIT 1
#define SV_PRINT_PRT_NUP_ORIENTATION_LANDSCAPE 2
#define SV_PRINT_NATIVE_STRINGS 2050
#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 10106
#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_BUTTONTEXT_APPLY 10117
#define SV_BUTTONTEXT_SAVE 10118
#define SV_BUTTONTEXT_OK_NOMNEMONIC 10119
#define SV_BUTTONTEXT_CANCEL_NOMNEMONIC 10120
#define SV_BUTTONTEXT_UNDO 10121
#define SV_BUTTONTEXT_PASTE 10122
#define SV_BUTTONTEXT_NEXT 10123
#define SV_BUTTONTEXT_GO_UP 10124
#define SV_BUTTONTEXT_GO_DOWN 10125
#define SV_BUTTONTEXT_CLEAR 10126
#define SV_BUTTONTEXT_OPEN 10127
#define SV_BUTTONTEXT_PLAY 10128
#define SV_BUTTONTEXT_FIND 10129
#define SV_BUTTONTEXT_STOP 10130
#define SV_BUTTONTEXT_CONNECT 10131
#define SV_STDTEXT_FIRST SV_STDTEXT_SERVICENOTAVAILABLE
#define SV_STDTEXT_SERVICENOTAVAILABLE 10210
#define SV_STDTEXT_DONTASKAGAIN 10212
#define SV_STDTEXT_DONTWARNAGAIN 10213
#define SV_STDTEXT_ABOUT 10214
#define SV_STDTEXT_PREFERENCES 10215
#define SV_MAC_SCREENNNAME 10216
#define SV_STDTEXT_ALLFILETYPES 10217
#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_PRIMARY 10313
#define STR_FPICKER_ALREADYEXISTOVERWRITE_SECONDARY 10314
#define STR_FPICKER_ALLFORMATS 10315
#define STR_FPICKER_OPEN 10316
#define STR_FPICKER_SAVE 10317
#define STR_FPICKER_TYPE 10318
#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_PRINT_QUERYFAXNUMBER_TXT 10615
#define SV_PRINT_INVALID_TXT 10616
#define SV_PRINT_CUSTOM_TXT 10617
#define SV_EDIT_WARNING_STR 10650
#define SV_FUNIT_STRINGS 10700
#define SV_APP_CPUTHREADS 10800
#define SV_APP_OSVERSION 10801
#define SV_APP_UIRENDER 10802
#define SV_APP_GL 10803
#define SV_APP_DEFAULT 10804
#define SV_ICON_SIZE48_START 20000
#define SV_ICON_SIZE32_START 21000
#define SV_ICON_SIZE16_START 23000
#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
#endif // INCLUDED_VCL_INC_SVIDS_HRC
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|