xref: /aoo4110/main/sc/source/ui/app/typemap.cxx (revision b1cdbd2c)
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 // MARKER(update_precomp.py): autogen include statement, do not remove
25 #include "precompiled_sc.hxx"
26 
27 
28 #include <svx/svxids.hrc>
29 #include "sc.hrc"
30 #include "scitems.hxx"
31 #include <editeng/memberids.hrc>
32 
33 #define	ITEMID_DBTYPE			0
34 
35 #include <sfx2/msg.hxx>
36 #include <svl/stritem.hxx>
37 #include <svl/slstitm.hxx>
38 #include <sfx2/objitem.hxx>
39 #include <editeng/fontitem.hxx>
40 #include <svx/hlnkitem.hxx>
41 #include <svl/srchitem.hxx>
42 #include <svx/postattr.hxx>
43 #include <editeng/postitem.hxx>
44 #include <sfx2/tplpitem.hxx>
45 #include <svx/zoomitem.hxx>
46 #include <editeng/brshitem.hxx>
47 #include <editeng/wghtitem.hxx>
48 #include <editeng/fhgtitem.hxx>
49 #include <editeng/colritem.hxx>
50 #include <editeng/boxitem.hxx>
51 #include <editeng/bolnitem.hxx>
52 #include <svl/ptitem.hxx>
53 #include <editeng/sizeitem.hxx>
54 #include <svx/algitem.hxx>
55 #include <svx/clipfmtitem.hxx>
56 #include <editeng/udlnitem.hxx>
57 #include <svx/xlnstit.hxx>
58 #include <svx/xlnedit.hxx>
59 #include <svx/xfillit0.hxx>
60 #include <svx/xflclit.hxx>
61 #include <svx/xgrad.hxx>
62 #include <svx/xflgrit.hxx>
63 #include <svx/xflhtit.hxx>
64 #include <svx/xbtmpit.hxx>
65 #include <svx/xlineit0.hxx>
66 #include <svx/xlndsit.hxx>
67 #include <svx/xlnwtit.hxx>
68 #include <svx/xlnclit.hxx>
69 #include <svx/xtextit0.hxx>
70 #include <svx/xftadit.hxx>
71 #include <svx/xftdiit.hxx>
72 #include <svx/xftstit.hxx>
73 #include <svx/xftmrit.hxx>
74 #include <svx/xftouit.hxx>
75 #include <svx/xftshit.hxx>
76 #include <svx/xftshcit.hxx>
77 #include <svx/xftshxy.hxx>
78 #include <editeng/langitem.hxx>
79 #include <svx/grafctrl.hxx>
80 #include <editeng/shdditem.hxx>
81 #include <editeng/shaditem.hxx>
82 #include <editeng/cntritem.hxx>
83 #include <editeng/crsditem.hxx>
84 #include <editeng/brkitem.hxx>
85 #include <editeng/charreliefitem.hxx>
86 #include <editeng/lrspitem.hxx>
87 #include <editeng/lspcitem.hxx>
88 #include <editeng/ulspitem.hxx>
89 #include <editeng/kernitem.hxx>
90 #include <svx/rotmodit.hxx>
91 #include <svx/drawitem.hxx>
92 #include <svl/ilstitem.hxx>
93 #include <svl/globalnameitem.hxx>
94 #include <svx/chrtitem.hxx>
95 #include <svx/zoomslideritem.hxx>
96 
97 // #i25616#
98 #include <svx/sdshitm.hxx>
99 
100 #include <svl/aeitem.hxx>
101 #include <avmedia/mediaitem.hxx>
102 #include <sfx2/frame.hxx>
103 #include "attrib.hxx"
104 
105 #define SvxDrawToolItem             SfxAllEnumItem
106 #define SvxDrawAlignItem            SfxAllEnumItem
107 #define SvxChooseControlItem		SfxEnumItem
108 #define avmedia_MediaItem           ::avmedia::MediaItem
109 
110 #include <svx/xflftrit.hxx>
111 #include <svx/xlncapit.hxx>
112 #include <svx/xlinjoit.hxx>
113 #include <svx/AffineMatrixItem.hxx>
114 #include <svx/galleryitem.hxx>
115 
116 #define SFX_TYPEMAP
117 #include "scslots.hxx"
118