fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / sw / inc / rcid.hrc
blob78fa83a7afdea7da939a773a762b406cfd1aa6da
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; }
25 // ----------------------------------------------------------------
26 // Areas for the UI-Directories
27 // ----------------------------------------------------------------
29 #define RC_BASE                     RID_SW_START    // From solar.hrc
31 #define RC_APP                      RC_BASE
32 #define RC_DIALOG                   (RC_BASE + 200)
33 #define RC_DOCVW                    (RC_BASE + 300)
34 #define RC_WEB                      (RC_BASE + 400)
35 #define RC_GLOBDOC                  (RC_BASE + 500)
36 #define RC_VIEW                     (RC_BASE + 600)
37 #define RC_CHRDLG                   (RC_BASE + 700)
38 #define RC_RIBBAR                   (RC_BASE + 720)
39 #define RC_GLOBALS                  (RC_BASE + 800)
40 #define RC_FMTUI                    (RC_BASE + 920)
41 #define RC_FRMDLG                   (RC_BASE + 1000)
42 #define RC_FLDDLG                   (RC_BASE + 1100)
43 #define RC_UTLUI                    (RC_BASE + 1250)
44 #define RC_ATTR                     (RC_BASE + 1350)
45 #define RC_TABLE                    (RC_BASE + 1450)
46 #define RC_CONFIG                   (RC_BASE + 1550)
47 #define RC_MISC                     (RC_BASE + 1650)
48 #define RC_WRTSH                    (RC_BASE + 1750)
49 #define RC_INDEX                    (RC_BASE + 1950)
50 #define RC_DBUI                     (RC_BASE + 2050)
51 #define RC_DOCHDL                   (RC_BASE + 2150)
52 #define RC_POOLCHRFMT               (RC_BASE + 2250)
53 #define RC_POOLHTMLCHRFMT           (RC_BASE + 2290)
54 #define RC_POOLFRMFMT               (RC_BASE + 2330)
55 #define RC_POOLTXTCOLL              (RC_BASE + 2360)
56 #define RC_POOLPAGEDESC             (RC_BASE + 2550)
57 #define RC_POOLNUMRULE              (RC_BASE + 2650)
58 #define RC_ENVELP                   (RC_BASE + 2750)
59 #define RC_STATLIN_STR              (RC_BASE + 2850)
60 #define RC_COMMON_CORE              (RC_BASE + 2950)
61 #define RC_POPUPS                   (RC_BASE + 3150)
62 #define RC_SHELLS                   (RC_BASE + 3250)
63 #define RC_CFGITEMS                 (RC_BASE + 3350)
64 #define RC_LINGU                    (RC_BASE + 3450)
65 #define RC_ACCESS                   (RC_BASE + 3550)
66 #define STR_POOLPARSTYLE            (RC_BASE + 3650)
67 #define RC_UNDO                     (RC_BASE + 3750)
68 #define RC_SMARTTAG                    (RC_BASE + 3950)  // SMARTTAGS
69 #define RC_UNOCORE                  (RC_BASE + 4050)
70 #define RC_PROPERTYPANEL            (RC_BASE + 4070)
71 #define RC_ANNOTATION               (RC_BASE + 4150)
72 #define RC_PAGEFRM                  (RC_BASE + 4250)
73 #define RC_IDXTXT                   (RC_BASE + 4350)
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)
124 #define RC_RIBBAR_BEGIN             RC_RIBBAR
125 #define RC_RIBBAR_END               (RC_RIBBAR_BEGIN + 79)
127 // Global Resources
128 #define RC_GLOBALS_BEGIN            RC_GLOBALS
129 #define RC_GLOBALS_END              (RC_GLOBALS_BEGIN + 120)
131 // Format-Templates
132 #define RC_FMTUI_BEGIN              RC_FMTUI
133 #define RC_FMTUI_END                (RC_FMTUI_BEGIN + 69)
135 // Graphic Dialogues
136 #define RC_GRFDLG_BEGIN             RC_GRFDLG
137 //      RC_GRFDLG_END               (RC_GRFDLG_BEGIN + 99)
139 // ????
140 #define RC_FSTDLG_BEGIN             RC_FSTDLG
141 //      RC_FSTDLG_END               (RC_FSTDLG_BEGIN + 99)
143 // Frame Dialogue
144 #define RC_FRMDLG_BEGIN             RC_FRMDLG
145 #define RC_FRMDLG_END               (RC_FRMDLG_BEGIN + 99)
147 // Field Dialogue
148 #define RC_FLDDLG_BEGIN             RC_FLDDLG
149 //      RC_FLDDLG_END               (RC_FLDDLG_BEGIN + 149)
151 // Utilities UI
152 #define RC_UTLUI_BEGIN              RC_UTLUI
153 #define RC_UTLUI_END                (RC_UTLUI + 99)
155 // Utilities UI-Attributes
156 #define RC_ATTR_BEGIN               RC_ATTR
157 #define RC_ATTR_END                 (RC_ATTR + 99)
159 // Tables
160 #define RC_TABLE_BEGIN              RC_TABLE
161 #define RC_TABLE_END                (RC_TABLE + 99)
163 // Configuration
164 #define RC_CONFIG_BEGIN             RC_CONFIG
165 #define RC_CONFIG_END               (RC_CONFIG + 99)
168 // Miscellaneous
169 #define RC_MISC_BEGIN               RC_MISC
170 #define RC_MISC_END                 (RC_MISC + 99)
172 // DBMgr
173 #define RC_DBUI_BEGIN               RC_DBUI
174 //      RC_DBUI_END                 (RC_DBUI + 99)
176 // The rest of the Imp-Classes
177 #define RC_DOCHDL_BEGIN             RC_DOCHDL
178 #define RC_DOCHDL_END               (RC_DOCHDL + 99)
180 // Drawing Templates
181 #define RC_POOLCHRFMT_BEGIN         RC_POOLCHRFMT
182 //      RC_POOLCHRFMT_END           (RC_POOLCHRFMT + 29)
183 #define RC_POOLCHRFMT_HTML_BEGIN    RC_POOLHTMLCHRFMT
184 //      RC_POOLCHRFMT_HTML_END      (RC_POOLHTMLCHRFMT+ 30)
187 // Frame-Templates
188 #define RC_POOLFRMFMT_BEGIN         RC_POOLFRMFMT
189 //      RC_POOLFRMFMT_END           (RC_POOLFRMFMT + 20)
191 // Collections
193 #define RC_POOLCOLL_TEXT_BEGIN      RC_POOLTXTCOLL
194 //      RC_POOLCOLL_TEXT_END        (RC_POOLTXTCOLL + 19)
195 #define RC_POOLCOLL_LISTS_BEGIN     (RC_POOLTXTCOLL + 20)
196 //      RC_POOLCOLL_LISTS_END       (RC_POOLTXTCOLL + 69)
197 #define RC_POOLCOLL_EXTRA_BEGIN     (RC_POOLTXTCOLL + 70)
198 //      RC_POOLCOLL_EXTRA_END       (RC_POOLTXTCOLL + 89)
199 #define RC_POOLCOLL_REGISTER_BEGIN  (RC_POOLTXTCOLL + 90)
200 //      RC_POOLCOLL_REGISTER_END    (RC_POOLTXTCOLL + 119)
201 #define RC_POOLCOLL_DOC_BEGIN       (RC_POOLTXTCOLL + 130)
202 //      RC_POOLCOLL_DOC_END         (RC_POOLTXTCOLL + 139)
203 #define RC_POOLCOLL_HTML_BEGIN      (RC_POOLTXTCOLL + 140)
204 #define RC_POOLCOLL_HTML_END        (RC_POOLTXTCOLL + 169)
207 // Pooltemplates Page
208 #define RC_POOLPAGEDESC_BEGIN       RC_POOLPAGEDESC
209 //      RC_POOLPAGEDESC_END         (RC_POOLPAGEDESC + 10)
211 // Pooltemplates Numbering
212 #define RC_POOLNUMRULE_BEGIN        RC_POOLNUMRULE
213 //      RC_POOLNUMRULE_END          (RC_POOLNUMRULE + 10)
215 // free: STR_POOLPARSTYLE to (STR_POOLPARSTYLE + 9)
217 // Envelp-Directory
218 #define RC_ENVELP_BEGIN             (RC_ENVELP     )
219 //      RC_ENVELP_END               (RC_ENVELP + 99)
221 // free: RC_STATLIN_STR_BEGIN to (RC_STATLIN_STR + 49)
223 // Common Core-Strings
224 #define RC_COMCORE_BEGIN            (RC_COMMON_CORE)
225 //      RC_COMCORE_END              (RC_COMMON_CORE + 59)
227 // Shell-Directory
228 #define RC_SHELLS_BEGIN             RC_SHELLS
229 #define RC_SHELLS_END               (RC_SHELLS + 99)
231 // PopUpMenu's
232 #define RC_POPUPS_BEGIN             RC_POPUPS
233 #define RC_POPUPS_END               (RC_POPUPS + 99)
235 // free: RC_CFGITEMS_BEGIN to (RC_CFGITEMS + 99)
237 // Lingu
238 #define RC_LINGU_BEGIN          RC_LINGU
239 //      RC_LINGU_END                    (RC_LINGU + 99)
241 // Accessibility
242 #define RC_ACCESS_BEGIN             RC_ACCESS
243 #define RC_ACCESS_END               (RC_ACCESS + 99)
245 // free: RC_UNDO to (RC_UNDO + 199)
247 // Smarttags
248 #define RC_SMARTTAG_BEGIN                      RC_SMARTTAG
249 //      RC_SMARTTAG_END                    (RC_SMARTTAG + 99)
251 // unocore
252 #define RC_UNOCORE_BEGIN            RC_UNOCORE
253 #define RC_UNOCORE_END              (RC_UNOCORE + 10)
255 //idxexample
256 #define RC_IDXTXT_BEGIN             RC_IDXTXT
257 #define RC_IDXTXT_END               (RC_IDXTXT + 10)
259 // property panel
260 #define RC_PROPERTYPANEL_BEGIN            RC_PROPERTYPANEL
261 #define RC_PROPERTYPANEL_END              (RC_PROPERTYPANEL + 10)
262 #endif
264 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */