bump product version to 5.0.4.1
[LibreOffice.git] / sw / inc / rcid.hrc
blob0af476262780aefcc196aa069156b0473adfb2d1
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 _RDIC_HRC
20 #define _RDIC_HRC
22 #include <sfx2/sfxsids.hrc>
24 #define IMAGE_MASK_COLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }
26 // Areas for the UI-Directories
28 #define RC_BASE                     RID_SW_START    // From solar.hrc
30 #define RC_APP                      RC_BASE
31 #define RC_DIALOG                   (RC_BASE + 200)
32 #define RC_DOCVW                    (RC_BASE + 300)
33 #define RC_WEB                      (RC_BASE + 400)
34 #define RC_GLOBDOC                  (RC_BASE + 500)
35 #define RC_VIEW                     (RC_BASE + 600)
36 #define RC_CHRDLG                   (RC_BASE + 700)
37 #define RC_RIBBAR                   (RC_BASE + 720)
38 #define RC_GLOBALS                  (RC_BASE + 800)
39 #define RC_FMTUI                    (RC_BASE + 920)
40 #define RC_FRMDLG                   (RC_BASE + 1000)
41 #define RC_FLDDLG                   (RC_BASE + 1100)
42 #define RC_UTLUI                    (RC_BASE + 1250)
43 #define RC_TABLE                    (RC_BASE + 1450)
44 #define RC_CONFIG                   (RC_BASE + 1550)
45 #define RC_MISC                     (RC_BASE + 1650)
46 #define RC_WRTSH                    (RC_BASE + 1750)
47 #define RC_INDEX                    (RC_BASE + 1950)
48 #define RC_DBUI                     (RC_BASE + 2050)
49 #define RC_DOCHDL                   (RC_BASE + 2150)
50 #define RC_POOLCHRFMT               (RC_BASE + 2250)
51 #define RC_POOLHTMLCHRFMT           (RC_BASE + 2290)
52 #define RC_POOLFRMFMT               (RC_BASE + 2330)
53 #define RC_POOLTXTCOLL              (RC_BASE + 2360)
54 #define RC_POOLPAGEDESC             (RC_BASE + 2550)
55 #define RC_POOLNUMRULE              (RC_BASE + 2650)
56 #define RC_ENVELP                   (RC_BASE + 2750)
57 #define RC_STATLIN_STR              (RC_BASE + 2850)
58 #define RC_COMMON_CORE              (RC_BASE + 2950)
59 #define RC_POPUPS                   (RC_BASE + 3150)
60 #define RC_SHELLS                   (RC_BASE + 3250)
61 #define RC_CFGITEMS                 (RC_BASE + 3350)
62 #define RC_LINGU                    (RC_BASE + 3450)
63 #define RC_ACCESS                   (RC_BASE + 3550)
64 #define STR_POOLPARSTYLE            (RC_BASE + 3650)
65 #define RC_UNDO                     (RC_BASE + 3750)
66 #define RC_SMARTTAG                 (RC_BASE + 3950)
67 #define RC_UNOCORE                  (RC_BASE + 4050)
68 #define RC_PROPERTYPANEL            (RC_BASE + 4070)
69 #define RC_ANNOTATION               (RC_BASE + 4150)
70 #define RC_PAGEFRM                  (RC_BASE + 4250)
71 #define RC_IDXTXT                   (RC_BASE + 4350)
72 #define RC_SIDEBAR                  (RC_BASE + 4450)
73 #define RC_ATTR                     (RC_BASE + 4550)
75 /*--------------------------------------------------------------------
76     Description: areas unharness
77  --------------------------------------------------------------------*/
79 // App-Directory
80 #define RC_APP_BEGIN                RC_APP
81 #define RC_APP_END                  (RC_APP_BEGIN + 199)
83 // Dialog-Directory
84 #define RC_DIALOG_BEGIN             RC_DIALOG
85 #define RC_DIALOG_END               (RC_DIALOG_BEGIN + 99)
87 // Editwin & Co
88 #define RC_DOCVW_BEGIN              RC_DOCVW
89 #define RC_DOCVW_END                (RC_DOCVW_BEGIN + 99)
91 // Annotation
92 #define RC_ANNOTATION_BEGIN             RC_ANNOTATION
93 #define RC_ANNOTATION_END               (RC_ANNOTATION_BEGIN + 99)
95 // Page frame
96 #define RC_PAGEFRM_BEGIN            RC_PAGEFRM
97 #define RC_PAGEFRM_END               (RC_PAGEFRM + 99)
99 // SW/Web
100 #define RC_WEB_BEGIN                RC_WEB
101 #define RC_WEB_END                  (RC_WEB_BEGIN + 199)
103 //Globaldocument
104 #define RC_GLOBDOC_BEGIN            RC_GLOBDOC
105 #define RC_GLOBDOC_END              (RC_GLOBDOC_BEGIN + 99)
107 // UI-View
108 #define RC_VIEW_BEGIN               RC_VIEW
109 #define RC_VIEW_END                 (RC_VIEW_BEGIN + 99)
111 // Character Paragraph Tab-Dialog
112 #define RC_CHRDLG_BEGIN             RC_CHRDLG
113 #define RC_CHRDLG_END               (RC_CHRDLG_BEGIN + 19)
115 // Our Shell
116 #define RC_WRTSH_BEGIN              RC_WRTSH
117 #define RC_WRTSH_END                (RC_WRTSH_BEGIN + 49)
119 // Directories
120 #define RC_INDEX_BEGIN              RC_INDEX
121 //      RC_INDEX_END                (RC_INDEX + 99)
123 #define RC_RIBBAR_BEGIN             RC_RIBBAR
124 #define RC_RIBBAR_END               (RC_RIBBAR_BEGIN + 79)
126 // Global Resources
127 #define RC_GLOBALS_BEGIN            RC_GLOBALS
128 #define RC_GLOBALS_END              (RC_GLOBALS_BEGIN + 120)
130 // Format-Templates
131 #define RC_FMTUI_BEGIN              RC_FMTUI
132 //      RC_FMTUI_END                (RC_FMTUI_BEGIN + 69)
134 // Graphic Dialogues
135 #define RC_GRFDLG_BEGIN             RC_GRFDLG
136 //      RC_GRFDLG_END               (RC_GRFDLG_BEGIN + 99)
138 // ????
139 #define RC_FSTDLG_BEGIN             RC_FSTDLG
140 //      RC_FSTDLG_END               (RC_FSTDLG_BEGIN + 99)
142 // Frame Dialogue
143 #define RC_FRMDLG_BEGIN             RC_FRMDLG
144 #define RC_FRMDLG_END               (RC_FRMDLG_BEGIN + 99)
146 // Field Dialogue
147 #define RC_FLDDLG_BEGIN             RC_FLDDLG
148 //      RC_FLDDLG_END               (RC_FLDDLG_BEGIN + 149)
150 // Utilities UI
151 #define RC_UTLUI_BEGIN              RC_UTLUI
152 #define RC_UTLUI_END                (RC_UTLUI + 199)
154 // Tables
155 #define RC_TABLE_BEGIN              RC_TABLE
156 #define RC_TABLE_END                (RC_TABLE + 99)
158 // Configuration
159 #define RC_CONFIG_BEGIN             RC_CONFIG
160 #define RC_CONFIG_END               (RC_CONFIG + 99)
162 // Miscellaneous
163 #define RC_MISC_BEGIN               RC_MISC
164 #define RC_MISC_END                 (RC_MISC + 99)
166 // DBManager
167 #define RC_DBUI_BEGIN               RC_DBUI
168 //      RC_DBUI_END                 (RC_DBUI + 99)
170 // The rest of the Imp-Classes
171 #define RC_DOCHDL_BEGIN             RC_DOCHDL
172 #define RC_DOCHDL_END               (RC_DOCHDL + 99)
174 // Drawing Templates
175 #define RC_POOLCHRFMT_BEGIN         RC_POOLCHRFMT
176 //      RC_POOLCHRFMT_END           (RC_POOLCHRFMT + 29)
177 #define RC_POOLCHRFMT_HTML_BEGIN    RC_POOLHTMLCHRFMT
178 //      RC_POOLCHRFMT_HTML_END      (RC_POOLHTMLCHRFMT+ 30)
180 // Frame-Templates
181 #define RC_POOLFRMFMT_BEGIN         RC_POOLFRMFMT
182 //      RC_POOLFRMFMT_END           (RC_POOLFRMFMT + 20)
184 // Collections
186 #define RC_POOLCOLL_TEXT_BEGIN      RC_POOLTXTCOLL
187 //      RC_POOLCOLL_TEXT_END        (RC_POOLTXTCOLL + 19)
188 #define RC_POOLCOLL_LISTS_BEGIN     (RC_POOLTXTCOLL + 20)
189 //      RC_POOLCOLL_LISTS_END       (RC_POOLTXTCOLL + 69)
190 #define RC_POOLCOLL_EXTRA_BEGIN     (RC_POOLTXTCOLL + 70)
191 //      RC_POOLCOLL_EXTRA_END       (RC_POOLTXTCOLL + 89)
192 #define RC_POOLCOLL_REGISTER_BEGIN  (RC_POOLTXTCOLL + 90)
193 //      RC_POOLCOLL_REGISTER_END    (RC_POOLTXTCOLL + 119)
194 #define RC_POOLCOLL_DOC_BEGIN       (RC_POOLTXTCOLL + 130)
195 //      RC_POOLCOLL_DOC_END         (RC_POOLTXTCOLL + 139)
196 #define RC_POOLCOLL_HTML_BEGIN      (RC_POOLTXTCOLL + 140)
197 //      RC_POOLCOLL_HTML_END        (RC_POOLTXTCOLL + 169)
199 // Pooltemplates Page
200 #define RC_POOLPAGEDESC_BEGIN       RC_POOLPAGEDESC
201 //      RC_POOLPAGEDESC_END         (RC_POOLPAGEDESC + 10)
203 // Pooltemplates Numbering
204 #define RC_POOLNUMRULE_BEGIN        RC_POOLNUMRULE
205 //      RC_POOLNUMRULE_END          (RC_POOLNUMRULE + 10)
207 // free: STR_POOLPARSTYLE to (STR_POOLPARSTYLE + 9)
209 // Envelp-Directory
210 #define RC_ENVELP_BEGIN             (RC_ENVELP     )
211 //      RC_ENVELP_END               (RC_ENVELP + 99)
213 // free: RC_STATLIN_STR_BEGIN to (RC_STATLIN_STR + 49)
215 // Common Core-Strings
216 #define RC_COMCORE_BEGIN            (RC_COMMON_CORE)
217 //      RC_COMCORE_END              (RC_COMMON_CORE + 59)
219 // Shell-Directory
220 #define RC_SHELLS_BEGIN             RC_SHELLS
221 #define RC_SHELLS_END               (RC_SHELLS + 99)
223 // PopUpMenu's
224 #define RC_POPUPS_BEGIN             RC_POPUPS
225 #define RC_POPUPS_END               (RC_POPUPS + 99)
227 // free: RC_CFGITEMS_BEGIN to (RC_CFGITEMS + 99)
229 // Lingu
230 #define RC_LINGU_BEGIN          RC_LINGU
231 //      RC_LINGU_END                    (RC_LINGU + 99)
233 // Accessibility
234 #define RC_ACCESS_BEGIN             RC_ACCESS
235 #define RC_ACCESS_END               (RC_ACCESS + 99)
237 // free: RC_UNDO to (RC_UNDO + 199)
239 // Smarttags
240 #define RC_SMARTTAG_BEGIN                      RC_SMARTTAG
241 //      RC_SMARTTAG_END                    (RC_SMARTTAG + 99)
243 // unocore
244 #define RC_UNOCORE_BEGIN            RC_UNOCORE
245 #define RC_UNOCORE_END              (RC_UNOCORE + 10)
247 //idxexample
248 #define RC_IDXTXT_BEGIN             RC_IDXTXT
249 #define RC_IDXTXT_END               (RC_IDXTXT + 10)
251 // property panel
252 #define RC_PROPERTYPANEL_BEGIN            RC_PROPERTYPANEL
253 //      RC_PROPERTYPANEL_END              (RC_PROPERTYPANEL + 10)
255 // sidebar (mostly the Page one)
256 #define RC_SIDEBAR_BEGIN            RC_SIDEBAR
257 #define RC_SIDEBAR_END              (RC_SIDEBAR + 99)
259 // Utilities UI-Attributes
260 #define RC_ATTR_BEGIN               RC_ATTR
261 #define RC_ATTR_END                 (RC_ATTR + 99)
263 #endif
265 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */