1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27#ifndef _RDIC_HRC 28#define _RDIC_HRC 29 30#ifndef _SFXSIDS_HRC //autogen 31#include <sfx2/sfxsids.hrc> 32#endif 33 34#define IMAGE_MASK_COLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } 35// ---------------------------------------------------------------- 36// Bereiche fuer die UI-Verzeichnisse 37// ---------------------------------------------------------------- 38 39#define RC_BASE RID_SW_START // aus solar.hrc 40 41#define RC_APP RC_BASE 42#define RC_DIALOG (RC_BASE + 200) 43#define RC_DOCVW (RC_BASE + 300) 44#define RC_WEB (RC_BASE + 400) 45#define RC_GLOBDOC (RC_BASE + 500) 46#define RC_VIEW (RC_BASE + 600) 47#define RC_CHRDLG (RC_BASE + 700) 48#define RC_RIBBAR (RC_BASE + 720) 49#define RC_GLOBALS (RC_BASE + 800) 50#define RC_FMTUI (RC_BASE + 920) 51#define RC_FRMDLG (RC_BASE + 1000) 52#define RC_FLDDLG (RC_BASE + 1100) 53#define RC_UTLUI (RC_BASE + 1250) 54#define RC_ATTR (RC_BASE + 1350) 55#define RC_TABLE (RC_BASE + 1450) 56#define RC_CONFIG (RC_BASE + 1550) 57#define RC_MISC (RC_BASE + 1650) 58#define RC_WRTSH (RC_BASE + 1750) 59#define RC_INDEX (RC_BASE + 1950) 60#define RC_DBUI (RC_BASE + 2050) 61#define RC_DOCHDL (RC_BASE + 2150) 62#define RC_POOLCHRFMT (RC_BASE + 2250) 63#define RC_POOLHTMLCHRFMT (RC_BASE + 2290) 64#define RC_POOLFRMFMT (RC_BASE + 2330) 65#define RC_POOLTXTCOLL (RC_BASE + 2360) 66#define RC_POOLPAGEDESC (RC_BASE + 2550) 67#define RC_POOLNUMRULE (RC_BASE + 2650) 68#define RC_ENVELP (RC_BASE + 2750) 69#define RC_STATLIN_STR (RC_BASE + 2850) 70#define RC_COMMON_CORE (RC_BASE + 2950) 71#define RC_WIZARD (RC_BASE + 3050) 72#define RC_POPUPS (RC_BASE + 3150) 73#define RC_SHELLS (RC_BASE + 3250) 74#define RC_CFGITEMS (RC_BASE + 3350) 75#define RC_LINGU (RC_BASE + 3450) 76#define RC_ACCESS (RC_BASE + 3550) 77#define STR_POOLPARSTYLE (RC_BASE + 3650) 78#define RC_UNDO (RC_BASE + 3750) 79#define RC_SMARTTAG (RC_BASE + 3950) // SMARTTAGS 80#define RC_UNOCORE (RC_BASE + 4050) 81#define RC_ANNOTATION (RC_BASE + 4150) 82 83/*-------------------------------------------------------------------- 84 Beschreibung: Bereiche ausspannen 85 --------------------------------------------------------------------*/ 86 87// App-Verzeichnis 88#define RC_APP_BEGIN RC_APP 89#define RC_APP_END (RC_APP_BEGIN + 199) 90 91// Dialog-Verzeichnis 92#define RC_DIALOG_BEGIN RC_DIALOG 93#define RC_DIALOG_END (RC_DIALOG_BEGIN + 99) 94 95// Editwin & Co 96#define RC_DOCVW_BEGIN RC_DOCVW 97#define RC_DOCVW_END (RC_DOCVW_BEGIN + 99) 98 99// Annotation 100#define RC_ANNOTATION_BEGIN RC_ANNOTATION 101#define RC_ANNOTATION_END (RC_ANNOTATION_BEGIN + 99) 102 103// SW/Web 104#define RC_WEB_BEGIN RC_WEB 105#define RC_WEB_END (RC_WEB_BEGIN + 199) 106 107//Globaldocument 108#define RC_GLOBDOC_BEGIN RC_GLOBDOC 109#define RC_GLOBDOC_END (RC_GLOBDOC_BEGIN + 99) 110 111// UI-View 112#define RC_VIEW_BEGIN RC_VIEW 113#define RC_VIEW_END (RC_VIEW_BEGIN + 99) 114 115// Zeichen Absatz Tab-Dialog 116#define RC_CHRDLG_BEGIN RC_CHRDLG 117#define RC_CHRDLG_END (RC_CHRDLG_BEGIN + 19) 118 119// Unsere Shell 120#define RC_WRTSH_BEGIN RC_WRTSH 121#define RC_WRTSH_END (RC_WRTSH_BEGIN + 49) 122 123// Verzeichnisse 124#define RC_INDEX_BEGIN RC_INDEX 125#define RC_INDEX_END (RC_INDEX + 99) 126 127// 128#define RC_RIBBAR_BEGIN RC_RIBBAR 129#define RC_RIBBAR_END (RC_RIBBAR_BEGIN + 79) 130 131// globale Ressourcen 132#define RC_GLOBALS_BEGIN RC_GLOBALS 133#define RC_GLOBALS_END (RC_GLOBALS_BEGIN + 119) 134 135// Format-Vorlagen 136#define RC_FMTUI_BEGIN RC_FMTUI 137#define RC_FMTUI_END (RC_FMTUI_BEGIN + 69) 138 139 140// Grafik Dialoge 141#define RC_GRFDLG_BEGIN RC_GRFDLG 142#define RC_GRFDLG_END (RC_GRFDLG_BEGIN + 99) 143 144// ???? 145#define RC_FSTDLG_BEGIN RC_FSTDLG 146#define RC_FSTDLG_END (RC_FSTDLG_BEGIN + 99) 147 148// Rahmen Dialoge 149#define RC_FRMDLG_BEGIN RC_FRMDLG 150#define RC_FRMDLG_END (RC_FRMDLG_BEGIN + 99) 151 152// Feld Dialoge 153#define RC_FLDDLG_BEGIN RC_FLDDLG 154#define RC_FLDDLG_END (RC_FLDDLG_BEGIN + 149) 155 156// Utilities UI 157#define RC_UTLUI_BEGIN RC_UTLUI 158#define RC_UTLUI_END (RC_UTLUI + 99) 159 160// Utilities UI-Attribute 161#define RC_ATTR_BEGIN RC_ATTR 162#define RC_ATTR_END (RC_ATTR + 99) 163 164// Tabellen 165#define RC_TABLE_BEGIN RC_TABLE 166#define RC_TABLE_END (RC_TABLE + 99) 167 168// Konfiguration 169#define RC_CONFIG_BEGIN RC_CONFIG 170#define RC_CONFIG_END (RC_CONFIG + 99) 171 172 173// Verschiedenes 174#define RC_MISC_BEGIN RC_MISC 175#define RC_MISC_END (RC_MISC + 99) 176 177// DBMgr 178#define RC_DBUI_BEGIN RC_DBUI 179#define RC_DBUI_END (RC_DBUI + 99) 180 181// Der Rest der Imp-Klassen 182#define RC_DOCHDL_BEGIN RC_DOCHDL 183#define RC_DOCHDL_END (RC_DOCHDL + 99) 184 185// Zeichenvorlagen 186#define RC_POOLCHRFMT_BEGIN RC_POOLCHRFMT 187#define RC_POOLCHRFMT_END (RC_POOLCHRFMT + 29) 188#define RC_POOLCHRFMT_HTML_BEGIN RC_POOLHTMLCHRFMT 189#define RC_POOLCHRFMT_HTML_END (RC_POOLHTMLCHRFMT+ 30) 190 191 192// Rahmenvorlagen 193#define RC_POOLFRMFMT_BEGIN RC_POOLFRMFMT 194#define RC_POOLFRMFMT_END (RC_POOLFRMFMT + 20) 195 196// Collections 197#define RC_POOLTXTCOLL_BEGIN RC_POOLTXTCOLL 198 199#define RC_POOLCOLL_TEXT_BEGIN RC_POOLTXTCOLL 200#define RC_POOLCOLL_TEXT_END (RC_POOLTXTCOLL + 19) 201#define RC_POOLCOLL_LISTS_BEGIN (RC_POOLTXTCOLL + 20) 202#define RC_POOLCOLL_LISTS_END (RC_POOLTXTCOLL + 69) 203#define RC_POOLCOLL_EXTRA_BEGIN (RC_POOLTXTCOLL + 70) 204#define RC_POOLCOLL_EXTRA_END (RC_POOLTXTCOLL + 89) 205#define RC_POOLCOLL_REGISTER_BEGIN (RC_POOLTXTCOLL + 90) 206#define RC_POOLCOLL_REGISTER_END (RC_POOLTXTCOLL + 119) 207#define RC_POOLCOLL_DOC_BEGIN (RC_POOLTXTCOLL + 130) 208#define RC_POOLCOLL_DOC_END (RC_POOLTXTCOLL + 139) 209#define RC_POOLCOLL_HTML_BEGIN (RC_POOLTXTCOLL + 140) 210#define RC_POOLCOLL_HTML_END (RC_POOLTXTCOLL + 169) 211 212#define RC_POOLTXTCOLL_END RC_POOLCOLL_HTML_END 213 214// Poolvorlagen Seite 215#define RC_POOLPAGEDESC_BEGIN RC_POOLPAGEDESC 216#define RC_POOLPAGEDESC_END (RC_POOLPAGEDESC + 10) 217 218// Poolvorlagen Numerierung 219#define RC_POOLNUMRULE_BEGIN RC_POOLNUMRULE 220#define RC_POOLNUMRULE_END (RC_POOLNUMRULE + 10) 221 222// Pooltemplate Paragraph 223#define STR_POOLPARSTYLE_BEGIN STR_POOLPARSTYLE 224#define STR_POOLPARSTYLE_END (STR_POOLPARSTYLE + 9) 225 226// Envelp-Verzeichnis 227#define RC_ENVELP_BEGIN (RC_ENVELP ) 228#define RC_ENVELP_END (RC_ENVELP + 99) 229 230// Statuszeile mit Laufbalken 231#define RC_STATLIN_STR_BEGIN (RC_STATLIN_STR) 232#define RC_STATLIN_STR_END (RC_STATLIN_STR + 49) 233 234// Gemeinsame Core-Strings 235#define RC_COMCORE_BEGIN (RC_COMMON_CORE) 236#define RC_COMCORE_END (RC_COMMON_CORE + 59) 237 238// Shell-Verzeichnis 239#define RC_SHELLS_BEGIN RC_SHELLS 240#define RC_SHELLS_END (RC_SHELLS + 99) 241 242// PopUpMenu's 243#define RC_POPUPS_BEGIN RC_POPUPS 244#define RC_POPUPS_END (RC_POPUPS + 99) 245 246// Strings fuer ConfigItems in div. Verzeichnissen 247#define RC_CFGITEMS_BEGIN RC_CFGITEMS 248#define RC_CFGITEMS_END (RC_CFGITEMS + 99) 249 250// Lingu 251#define RC_LINGU_BEGIN RC_LINGU 252#define RC_LINGU_END (RC_LINGU + 99) 253 254// Accessibility 255#define RC_ACCESS_BEGIN RC_ACCESS 256#define RC_ACCESS_END (RC_ACCESS + 99) 257 258// Undos 259#define RC_UNDO_BEGIN RC_UNDO 260#define RC_UNDO_END (RC_UNDO + 199) 261 262// SMARTTAGS 263// Smarttags 264#define RC_SMARTTAG_BEGIN RC_SMARTTAG 265#define RC_SMARTTAG_END (RC_SMARTTAG + 99) 266 267// unocore 268#define RC_UNOCORE_BEGIN RC_UNOCORE 269#define RC_UNOCORE_END (RC_UNOCORE + 10) 270 271#endif 272