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 .
19 #ifndef INCLUDED_SW_INC_RCID_HRC
20 #define INCLUDED_SW_INC_RCID_HRC
22 #include <sfx2/sfxsids.hrc>
24 // Areas for the UI-Directories
26 #define RC_BASE RID_SW_START // From solar.hrc
28 #define RC_APP RC_BASE
29 #define RC_DIALOG (RC_BASE + 200)
30 #define RC_DOCVW (RC_BASE + 300)
31 #define RC_WEB (RC_BASE + 400)
32 #define RC_GLOBDOC (RC_BASE + 500)
33 #define RC_VIEW (RC_BASE + 600)
34 #define RC_CHRDLG (RC_BASE + 700)
35 #define RC_RIBBAR (RC_BASE + 720)
36 #define RC_GLOBALS (RC_BASE + 800)
37 #define RC_FMTUI (RC_BASE + 920)
38 #define RC_FRMDLG (RC_BASE + 1000)
39 #define RC_FLDDLG (RC_BASE + 1100)
40 #define RC_UTLUI (RC_BASE + 1250)
41 #define RC_TABLE (RC_BASE + 1450)
42 #define RC_CONFIG (RC_BASE + 1550)
43 #define RC_MISC (RC_BASE + 1650)
44 #define RC_WRTSH (RC_BASE + 1750)
45 #define RC_INDEX (RC_BASE + 1950)
46 #define RC_DBUI (RC_BASE + 2050)
47 #define RC_DOCHDL (RC_BASE + 2150)
48 #define RC_POOLCHRFMT (RC_BASE + 2250)
49 #define RC_POOLHTMLCHRFMT (RC_BASE + 2290)
50 #define RC_POOLFRMFMT (RC_BASE + 2330)
51 #define RC_POOLTXTCOLL (RC_BASE + 2360)
52 #define RC_POOLPAGEDESC (RC_BASE + 2550)
53 #define RC_POOLNUMRULE (RC_BASE + 2650)
54 #define RC_ENVELP (RC_BASE + 2750)
55 #define RC_STATLIN_STR (RC_BASE + 2850)
56 #define RC_COMMON_CORE (RC_BASE + 2950)
57 #define RC_POPUPS (RC_BASE + 3150)
58 #define RC_SHELLS (RC_BASE + 3250)
59 #define RC_CFGITEMS (RC_BASE + 3350)
60 #define RC_LINGU (RC_BASE + 3450)
61 #define RC_ACCESS (RC_BASE + 3550)
62 #define STR_POOLPARSTYLE (RC_BASE + 3650)
63 #define RC_UNDO (RC_BASE + 3750)
64 #define RC_SMARTTAG (RC_BASE + 3950)
65 #define RC_UNOCORE (RC_BASE + 4050)
66 #define RC_PROPERTYPANEL (RC_BASE + 4070)
67 #define RC_ANNOTATION (RC_BASE + 4150)
68 #define RC_PAGEFRM (RC_BASE + 4250)
69 #define RC_IDXTXT (RC_BASE + 4350)
70 #define RC_SIDEBAR (RC_BASE + 4450)
71 #define RC_ATTR (RC_BASE + 4550)
72 #define RC_POOLTABSTYLE (RC_BASE + 4650)
74 /*--------------------------------------------------------------------
75 Description: areas unharness
76 --------------------------------------------------------------------*/
79 #define RC_APP_BEGIN RC_APP
80 #define RC_APP_END (RC_APP_BEGIN + 199)
83 #define RC_DIALOG_BEGIN RC_DIALOG
84 #define RC_DIALOG_END (RC_DIALOG_BEGIN + 99)
87 #define RC_DOCVW_BEGIN RC_DOCVW
88 #define RC_DOCVW_END (RC_DOCVW_BEGIN + 99)
91 #define RC_ANNOTATION_BEGIN RC_ANNOTATION
92 #define RC_ANNOTATION_END (RC_ANNOTATION_BEGIN + 99)
95 #define RC_PAGEFRM_BEGIN RC_PAGEFRM
96 #define RC_PAGEFRM_END (RC_PAGEFRM + 99)
99 #define RC_WEB_BEGIN RC_WEB
100 #define RC_WEB_END (RC_WEB_BEGIN + 199)
103 #define RC_GLOBDOC_BEGIN RC_GLOBDOC
104 #define RC_GLOBDOC_END (RC_GLOBDOC_BEGIN + 99)
107 #define RC_VIEW_BEGIN RC_VIEW
108 #define RC_VIEW_END (RC_VIEW_BEGIN + 99)
110 // Character Paragraph Tab-Dialog
111 #define RC_CHRDLG_BEGIN RC_CHRDLG
112 #define RC_CHRDLG_END (RC_CHRDLG_BEGIN + 19)
115 #define RC_WRTSH_BEGIN RC_WRTSH
116 #define RC_WRTSH_END (RC_WRTSH_BEGIN + 49)
119 #define RC_INDEX_BEGIN RC_INDEX
120 // RC_INDEX_END (RC_INDEX + 99)
122 #define RC_RIBBAR_BEGIN RC_RIBBAR
123 #define RC_RIBBAR_END (RC_RIBBAR_BEGIN + 99)
126 #define RC_GLOBALS_BEGIN RC_GLOBALS
127 #define RC_GLOBALS_END (RC_GLOBALS_BEGIN + 120)
130 #define RC_FMTUI_BEGIN RC_FMTUI
131 // RC_FMTUI_END (RC_FMTUI_BEGIN + 69)
134 #define RC_GRFDLG_BEGIN RC_GRFDLG
135 // RC_GRFDLG_END (RC_GRFDLG_BEGIN + 99)
138 #define RC_FSTDLG_BEGIN RC_FSTDLG
139 // RC_FSTDLG_END (RC_FSTDLG_BEGIN + 99)
142 #define RC_FRMDLG_BEGIN RC_FRMDLG
143 #define RC_FRMDLG_END (RC_FRMDLG_BEGIN + 99)
146 #define RC_FLDDLG_BEGIN RC_FLDDLG
147 // RC_FLDDLG_END (RC_FLDDLG_BEGIN + 149)
150 #define RC_UTLUI_BEGIN RC_UTLUI
151 #define RC_UTLUI_END (RC_UTLUI + 199)
154 #define RC_TABLE_BEGIN RC_TABLE
155 #define RC_TABLE_END (RC_TABLE + 99)
158 #define RC_CONFIG_BEGIN RC_CONFIG
159 #define RC_CONFIG_END (RC_CONFIG + 99)
162 #define RC_MISC_BEGIN RC_MISC
163 #define RC_MISC_END (RC_MISC + 99)
166 #define RC_DBUI_BEGIN RC_DBUI
167 // RC_DBUI_END (RC_DBUI + 99)
169 // The rest of the Imp-Classes
170 #define RC_DOCHDL_BEGIN RC_DOCHDL
171 #define RC_DOCHDL_END (RC_DOCHDL + 99)
174 #define RC_POOLCHRFMT_BEGIN RC_POOLCHRFMT
175 // RC_POOLCHRFMT_END (RC_POOLCHRFMT + 29)
176 #define RC_POOLCHRFMT_HTML_BEGIN RC_POOLHTMLCHRFMT
177 // RC_POOLCHRFMT_HTML_END (RC_POOLHTMLCHRFMT+ 30)
180 #define RC_POOLFRMFMT_BEGIN RC_POOLFRMFMT
181 // RC_POOLFRMFMT_END (RC_POOLFRMFMT + 20)
185 #define RC_POOLCOLL_TEXT_BEGIN RC_POOLTXTCOLL
186 // RC_POOLCOLL_TEXT_END (RC_POOLTXTCOLL + 19)
187 #define RC_POOLCOLL_LISTS_BEGIN (RC_POOLTXTCOLL + 20)
188 // RC_POOLCOLL_LISTS_END (RC_POOLTXTCOLL + 69)
189 #define RC_POOLCOLL_EXTRA_BEGIN (RC_POOLTXTCOLL + 70)
190 // RC_POOLCOLL_EXTRA_END (RC_POOLTXTCOLL + 89)
191 #define RC_POOLCOLL_REGISTER_BEGIN (RC_POOLTXTCOLL + 90)
192 // RC_POOLCOLL_REGISTER_END (RC_POOLTXTCOLL + 119)
193 #define RC_POOLCOLL_DOC_BEGIN (RC_POOLTXTCOLL + 130)
194 // RC_POOLCOLL_DOC_END (RC_POOLTXTCOLL + 139)
195 #define RC_POOLCOLL_HTML_BEGIN (RC_POOLTXTCOLL + 140)
196 // RC_POOLCOLL_HTML_END (RC_POOLTXTCOLL + 169)
198 // Pooltemplates Page
199 #define RC_POOLPAGEDESC_BEGIN RC_POOLPAGEDESC
200 // RC_POOLPAGEDESC_END (RC_POOLPAGEDESC + 10)
202 // Pooltemplates Numbering
203 #define RC_POOLNUMRULE_BEGIN RC_POOLNUMRULE
204 // RC_POOLNUMRULE_END (RC_POOLNUMRULE + 10)
206 // free: STR_POOLPARSTYLE to (STR_POOLPARSTYLE + 9)
209 #define RC_ENVELP_BEGIN (RC_ENVELP )
210 // RC_ENVELP_END (RC_ENVELP + 99)
212 // free: RC_STATLIN_STR_BEGIN to (RC_STATLIN_STR + 49)
214 // Common Core-Strings
215 #define RC_COMCORE_BEGIN (RC_COMMON_CORE)
216 // RC_COMCORE_END (RC_COMMON_CORE + 59)
219 #define RC_SHELLS_BEGIN RC_SHELLS
220 #define RC_SHELLS_END (RC_SHELLS + 99)
223 #define RC_POPUPS_BEGIN RC_POPUPS
224 #define RC_POPUPS_END (RC_POPUPS + 99)
226 // free: RC_CFGITEMS_BEGIN to (RC_CFGITEMS + 99)
229 #define RC_LINGU_BEGIN RC_LINGU
230 // RC_LINGU_END (RC_LINGU + 99)
233 #define RC_ACCESS_BEGIN RC_ACCESS
234 #define RC_ACCESS_END (RC_ACCESS + 99)
236 // free: RC_UNDO to (RC_UNDO + 199)
237 // free: RC_SMARTTAG to (RC_SMARTTAG + 99)
240 #define RC_UNOCORE_BEGIN RC_UNOCORE
241 #define RC_UNOCORE_END (RC_UNOCORE + 10)
244 #define RC_IDXTXT_BEGIN RC_IDXTXT
245 #define RC_IDXTXT_END (RC_IDXTXT + 10)
248 #define RC_PROPERTYPANEL_BEGIN RC_PROPERTYPANEL
249 // RC_PROPERTYPANEL_END (RC_PROPERTYPANEL + 10)
251 // sidebar (mostly the Page one)
252 #define RC_SIDEBAR_BEGIN RC_SIDEBAR
253 #define RC_SIDEBAR_END (RC_SIDEBAR + 99)
255 // Utilities UI-Attributes
256 #define RC_ATTR_BEGIN RC_ATTR
257 #define RC_ATTR_END (RC_ATTR + 99)
260 #define RC_POOLTABSTYLE_BEGIN RC_POOLTABSTYLE
261 #define RC_POOLTABSTYLE_END (RC_POOLTABSTYLE + 99)
265 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */