xref: /trunk/main/sw/source/ui/shells/slotadd.cxx (revision cdf0e10c)
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 
28 // MARKER(update_precomp.py): autogen include statement, do not remove
29 #include "precompiled_sw.hxx"
30 
31 #include "hintids.hxx"
32 #include "uiitems.hxx"
33 #include "cmdid.h"
34 
35 #include <svl/globalnameitem.hxx>
36 #include <editeng/memberids.hrc>
37 #include <svl/imageitm.hxx>
38 #include <svl/aeitem.hxx>
39 #include <svl/rectitem.hxx>
40 #include <sfx2/objitem.hxx>
41 #include <sfx2/objsh.hxx>
42 #include <svx/rulritem.hxx>
43 #include <svx/zoomitem.hxx>
44 #include <svx/viewlayoutitem.hxx>
45 #include <svx/zoomslideritem.hxx>
46 #include <svx/hlnkitem.hxx>
47 #include <svx/SmartTagItem.hxx>
48 #include <svl/ptitem.hxx>
49 #include <svx/pageitem.hxx>
50 #include <svl/srchitem.hxx>
51 #include <sfx2/tplpitem.hxx>
52 #include <editeng/wrlmitem.hxx>
53 #include <editeng/protitem.hxx>
54 #include <editeng/opaqitem.hxx>
55 #ifndef _SVX_TSTPITEM_HXX //autogen
56 #include <editeng/tstpitem.hxx>
57 #endif
58 #include <editeng/akrnitem.hxx>
59 #include <editeng/keepitem.hxx>
60 #include <editeng/kernitem.hxx>
61 #include <editeng/spltitem.hxx>
62 #include <editeng/brshitem.hxx>
63 #include <editeng/wghtitem.hxx>
64 #include <editeng/shaditem.hxx>
65 #include <editeng/pbinitem.hxx>
66 #include <editeng/ulspitem.hxx>
67 #include <editeng/prntitem.hxx>
68 #include <editeng/orphitem.hxx>
69 #include <editeng/widwitem.hxx>
70 #include <editeng/bolnitem.hxx>
71 #include <editeng/pmdlitem.hxx>
72 #include <editeng/cmapitem.hxx>
73 #include <editeng/langitem.hxx>
74 #include <editeng/brkitem.hxx>
75 #include <editeng/hyznitem.hxx>
76 #include <editeng/escpitem.hxx>
77 #include <editeng/lspcitem.hxx>
78 #include <editeng/adjitem.hxx>
79 #include <editeng/crsditem.hxx>
80 #include <editeng/fontitem.hxx>
81 #include <editeng/shdditem.hxx>
82 #include <editeng/udlnitem.hxx>
83 #include <editeng/postitem.hxx>
84 #include <editeng/fhgtitem.hxx>
85 #ifndef _SVX_CNTRITEM_HXX //autogen
86 #include <editeng/cntritem.hxx>
87 #endif
88 #include <editeng/colritem.hxx>
89 #include <editeng/boxitem.hxx>
90 #include <editeng/sizeitem.hxx>
91 #include <editeng/lrspitem.hxx>
92 #include <svx/xgrad.hxx>
93 #include <svx/xlnstit.hxx>
94 #include <svx/xlnedit.hxx>
95 #include <svx/xfillit0.hxx>
96 #include <svx/xflclit.hxx>
97 #include <svx/xflgrit.hxx>
98 #include <svx/xflhtit.hxx>
99 #include <svx/xbtmpit.hxx>
100 #include <svx/xlineit0.hxx>
101 #include <svx/xlnwtit.hxx>
102 #include <svx/xlndsit.hxx>
103 #include <svx/xlnclit.hxx>
104 #include <svx/xtextit0.hxx>
105 #include <svx/xftadit.hxx>
106 #include <svx/xftdiit.hxx>
107 #include <svx/xftstit.hxx>
108 #include <svx/xftmrit.hxx>
109 #include <svx/xftouit.hxx>
110 #include <svx/xftshit.hxx>
111 #include <svx/xftshcit.hxx>
112 #include <svx/xftshxy.hxx>
113 #include <svx/xftsfit.hxx>
114 #include <svx/grafctrl.hxx>
115 
116 
117 #include <fmtornt.hxx>
118 #include <paratr.hxx>
119 #include <fmtinfmt.hxx>
120 #include <fmtfsize.hxx>
121 #include <fmtsrnd.hxx>
122 #include "envimg.hxx"
123 #include "frmatr.hxx"
124 #include "cfgitems.hxx"
125 #include "grfatr.hxx"
126 #include "fmtline.hxx"
127 #include <svx/clipfmtitem.hxx>
128 #include <editeng/blnkitem.hxx>
129 #include <svl/slstitm.hxx>
130 #include <editeng/paravertalignitem.hxx>
131 #include <editeng/charreliefitem.hxx>
132 #include <editeng/charrotateitem.hxx>
133 #include <editeng/charscaleitem.hxx>
134 #include <svx/postattr.hxx>
135 #include <sfx2/frame.hxx>
136 #include <svx/chrtitem.hxx>
137 #include <svx/drawitem.hxx>
138 #include <avmedia/mediaitem.hxx>
139 
140 #define SvxDrawToolItem  SfxAllEnumItem
141 #define SvxDrawAlignItem SfxAllEnumItem
142 #define SvxDrawBezierItem SfxAllEnumItem
143 #define avmedia_MediaItem ::avmedia::MediaItem
144 
145 #define SFX_TYPEMAP
146 #include <sfx2/msg.hxx>
147 #include "swslots.hxx"
148 
149 
150 
151