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