Version 5.4.3.2, tag libreoffice-5.4.3.2
[LibreOffice.git] / sw / inc / rcid.hrc
blobab9d1491473d4a713fb144f36cc24f616bb8034a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
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  --------------------------------------------------------------------*/
78 // App-Directory
79 #define RC_APP_BEGIN                RC_APP
80 #define RC_APP_END                  (RC_APP_BEGIN + 199)
82 // Dialog-Directory
83 #define RC_DIALOG_BEGIN             RC_DIALOG
84 #define RC_DIALOG_END               (RC_DIALOG_BEGIN + 99)
86 // Editwin & Co
87 #define RC_DOCVW_BEGIN              RC_DOCVW
88 #define RC_DOCVW_END                (RC_DOCVW_BEGIN + 99)
90 // Annotation
91 #define RC_ANNOTATION_BEGIN             RC_ANNOTATION
92 #define RC_ANNOTATION_END               (RC_ANNOTATION_BEGIN + 99)
94 // Page frame
95 #define RC_PAGEFRM_BEGIN            RC_PAGEFRM
96 #define RC_PAGEFRM_END               (RC_PAGEFRM + 99)
98 // SW/Web
99 #define RC_WEB_BEGIN                RC_WEB
100 #define RC_WEB_END                  (RC_WEB_BEGIN + 199)
102 //Globaldocument
103 #define RC_GLOBDOC_BEGIN            RC_GLOBDOC
104 #define RC_GLOBDOC_END              (RC_GLOBDOC_BEGIN + 99)
106 // UI-View
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)
114 // Our Shell
115 #define RC_WRTSH_BEGIN              RC_WRTSH
116 #define RC_WRTSH_END                (RC_WRTSH_BEGIN + 49)
118 // Directories
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)
125 // Global Resources
126 #define RC_GLOBALS_BEGIN            RC_GLOBALS
127 #define RC_GLOBALS_END              (RC_GLOBALS_BEGIN + 120)
129 // Format-Templates
130 #define RC_FMTUI_BEGIN              RC_FMTUI
131 //      RC_FMTUI_END                (RC_FMTUI_BEGIN + 69)
133 // Graphic Dialogues
134 #define RC_GRFDLG_BEGIN             RC_GRFDLG
135 //      RC_GRFDLG_END               (RC_GRFDLG_BEGIN + 99)
137 // ????
138 #define RC_FSTDLG_BEGIN             RC_FSTDLG
139 //      RC_FSTDLG_END               (RC_FSTDLG_BEGIN + 99)
141 // Frame Dialogue
142 #define RC_FRMDLG_BEGIN             RC_FRMDLG
143 #define RC_FRMDLG_END               (RC_FRMDLG_BEGIN + 99)
145 // Field Dialogue
146 #define RC_FLDDLG_BEGIN             RC_FLDDLG
147 //      RC_FLDDLG_END               (RC_FLDDLG_BEGIN + 149)
149 // Utilities UI
150 #define RC_UTLUI_BEGIN              RC_UTLUI
151 #define RC_UTLUI_END                (RC_UTLUI + 199)
153 // Tables
154 #define RC_TABLE_BEGIN              RC_TABLE
155 #define RC_TABLE_END                (RC_TABLE + 99)
157 // Configuration
158 #define RC_CONFIG_BEGIN             RC_CONFIG
159 #define RC_CONFIG_END               (RC_CONFIG + 99)
161 // Miscellaneous
162 #define RC_MISC_BEGIN               RC_MISC
163 #define RC_MISC_END                 (RC_MISC + 99)
165 // DBManager
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)
173 // Drawing Templates
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)
179 // Frame-Templates
180 #define RC_POOLFRMFMT_BEGIN         RC_POOLFRMFMT
181 //      RC_POOLFRMFMT_END           (RC_POOLFRMFMT + 20)
183 // Collections
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)
208 // Envelp-Directory
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)
218 // Shell-Directory
219 #define RC_SHELLS_BEGIN             RC_SHELLS
220 #define RC_SHELLS_END               (RC_SHELLS + 99)
222 // PopUpMenu's
223 #define RC_POPUPS_BEGIN             RC_POPUPS
224 #define RC_POPUPS_END               (RC_POPUPS + 99)
226 // free: RC_CFGITEMS_BEGIN to (RC_CFGITEMS + 99)
228 // Lingu
229 #define RC_LINGU_BEGIN          RC_LINGU
230 //      RC_LINGU_END                    (RC_LINGU + 99)
232 // Accessibility
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)
239 // unocore
240 #define RC_UNOCORE_BEGIN            RC_UNOCORE
241 #define RC_UNOCORE_END              (RC_UNOCORE + 10)
243 //idxexample
244 #define RC_IDXTXT_BEGIN             RC_IDXTXT
245 #define RC_IDXTXT_END               (RC_IDXTXT + 10)
247 // property panel
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)
259 // Table styles
260 #define RC_POOLTABSTYLE_BEGIN       RC_POOLTABSTYLE
261 #define RC_POOLTABSTYLE_END         (RC_POOLTABSTYLE + 99)
263 #endif
265 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */