1 /************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance 9 * with the License. You may obtain a copy of the License at 10 * 11 * http://www.apache.org/licenses/LICENSE-2.0 12 * 13 * Unless required by applicable law or agreed to in writing, 14 * software distributed under the License is distributed on an 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 23 24 #ifndef _SD_CFGID_HXX 25 #define _SD_CFGID_HXX 26 27 #include <sfx2/sfx.hrc> 28 29 // Item-Ids fuer Config-Items 30 #define SDCFG_IMPRESS (SFX_ITEMTYPE_SD_BEGIN + 1) 31 #define SDCFG_SPELL (SFX_ITEMTYPE_SD_BEGIN + 2) 32 #define SDCFG_DRAW (SFX_ITEMTYPE_SD_BEGIN + 3) 33 34 // Acceleratoren, Menus, ... 35 #define RID_DRAW_DEFAULTACCEL (SFX_ITEMTYPE_SD_BEGIN + 5) 36 #define RID_DRAW_DEFAULTMENU (SFX_ITEMTYPE_SD_BEGIN + 6) 37 #define RID_DRAW_PORTALMENU (SFX_ITEMTYPE_SD_BEGIN + 35) 38 #define RID_DRAW_STATUSBAR (SFX_ITEMTYPE_SD_BEGIN + 7) 39 // Acceleratoren, Menus, ... (fuers Draw (Graphic)) 40 #define RID_GRAPHIC_DEFAULTACCEL (SFX_ITEMTYPE_SD_BEGIN + 8) 41 #define RID_GRAPHIC_DEFAULTMENU (SFX_ITEMTYPE_SD_BEGIN + 9) 42 #define RID_GRAPHIC_PORTALMENU (SFX_ITEMTYPE_SD_BEGIN + 36) 43 //#define RID_GRAPHIC_STATUSBAR (SFX_ITEMTYPE_SD_BEGIN + 30) 44 45 // Toolbars 46 #define RID_DRAW_DEFAULTTOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 10) 47 #define RID_DRAW_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 11) 48 #define RID_SLIDE_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 12) 49 #define RID_DRAW_OBJ_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 13) 50 #define RID_SLIDE_OBJ_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 14) 51 #define RID_BEZIER_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 15) 52 #define RID_DRAW_TEXT_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 16) 53 #define RID_OUTLINE_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 17) 54 #define RID_DRAW_TABLE_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 18) 55 #define RID_GLUEPOINTS_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 19) 56 #define RID_DRAW_OPTIONS_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 20) 57 #define RID_DRAW_COMMONTASK_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 21) 58 #define RID_FORMLAYER_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 22) 59 #define RID_DRAW_VIEWER_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 23) 60 #define RID_GRAPHIC_VIEWER_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 24) 61 62 #define RID_GRAPHIC_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 25) 63 #define RID_GRAPHIC_OPTIONS_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 26) 64 #define RID_GRAPHIC_OBJ_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 27) 65 #define RID_GRAPHIC_TEXT_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 28) 66 67 #define RID_DRAW_GRAF_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 30) 68 #define RID_DRAW_MEDIA_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 31) 69 70 71 #endif 72