1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #ifndef INCLUDED_SD_SOURCE_UI_INC_CFGIDS_HXX
21 #define INCLUDED_SD_SOURCE_UI_INC_CFGIDS_HXX
23 #include <sfx2/sfx.hrc>
25 // Item-Ids fuer Config-Items
26 #define SDCFG_IMPRESS (SFX_ITEMTYPE_SD_BEGIN + 1)
27 #define SDCFG_DRAW (SFX_ITEMTYPE_SD_BEGIN + 3)
29 // Acceleratoren, Menus, ...
30 #define RID_DRAW_STATUSBAR (SFX_ITEMTYPE_SD_BEGIN + 7)
33 #define RID_DRAW_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 11)
34 #define RID_SLIDE_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 12)
35 #define RID_DRAW_OBJ_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 13)
36 #define RID_SLIDE_OBJ_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 14)
37 #define RID_BEZIER_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 15)
38 #define RID_DRAW_TEXT_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 16)
39 #define RID_OUTLINE_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 17)
40 #define RID_DRAW_TABLE_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 18)
41 #define RID_GLUEPOINTS_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 19)
42 #define RID_DRAW_OPTIONS_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 20)
43 #define RID_DRAW_COMMONTASK_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 21)
44 #define RID_FORMLAYER_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 22)
45 #define RID_DRAW_VIEWER_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 23)
46 #define RID_GRAPHIC_OBJ_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 27)
47 #define RID_DRAW_GRAF_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 30)
48 #define RID_DRAW_MEDIA_TOOLBOX (SFX_ITEMTYPE_SD_BEGIN + 31)
52 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */