1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
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/.
10 #ifndef INCLUDED_SFX2_TOOLBARIDS_HXX
11 #define INCLUDED_SFX2_TOOLBARIDS_HXX
13 #include <sal/types.h>
15 //these numbers end up in the configuration to identify toolbars
16 //so don't blindly change their numbers
17 enum class ToolbarId
: sal_uInt32
20 FullScreenToolbox
= 558,
22 Svx_Extrusion_Bar
= 10986,
23 Svx_Fontwork_Bar
= 10987,
24 Basicide_Objectbar
= 14850,
25 SvxTbx_Form_Navigation
= 18001,
26 SvxTbx_Form_Filter
= 18002,
27 SvxTbx_Text_Control_Attributes
= 18003,
28 SvxTbx_Controls
= 18004,
29 SvxTbx_FormDesign
= 18006,
31 Webtools_Toolbox
= 20402,
32 Webtext_Toolbox
= 20403,
33 Webframe_Toolbox
= 20408,
34 Webgraphic_Toolbox
= 20410,
35 Webole_Toolbox
= 20411,
36 Draw_Toolbox_Sd
= 23011,
37 Slide_Toolbox
= 23012,
38 Draw_Obj_Toolbox
= 23013,
39 Slide_Obj_Toolbox
= 23014,
40 Bezier_Toolbox_Sd
= 23015,
41 Draw_Text_Toolbox_Sd
= 23016,
42 Outline_Toolbox
= 23017,
43 Draw_Table_Toolbox
= 23018,
44 Gluepoints_Toolbox
= 23019,
45 Draw_Options_Toolbox
= 23020,
46 Draw_CommonTask_Toolbox
= 23021,
47 FormLayer_Toolbox
= 23022,
48 Draw_Viewer_Toolbox
= 23023,
49 Graphic_Obj_Toolbox
= 23027,
50 Draw_Graf_Toolbox
= 23030,
51 Draw_Media_Toolbox
= 23031,
52 Text_Toolbox_Sw
= 23265,
53 Table_Toolbox
= 23266,
54 Frame_Toolbox
= 23267,
55 Grafik_Toolbox
= 23268,
56 Draw_Toolbox_Sw
= 23269,
57 Draw_Text_Toolbox_Sw
= 23270,
60 Tools_Toolbox
= 23273,
61 PView_Toolbox
= 23281,
62 Bezier_Toolbox_Sw
= 23283,
63 Module_Toolbox
= 23310,
64 Media_Toolbox
= 23311,
65 Objectbar_App
= 25000,
66 Objectbar_Format
= 25001,
67 Text_Toolbox_Sc
= 25005,
68 Objectbar_Preview
= 25006,
69 Objectbar_Tools
= 25035,
70 Draw_Objectbar
= 25053,
71 Graphic_Objectbar
= 25054,
72 Media_Objectbar
= 25060
77 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */