xref: /aoo4110/main/sd/source/core/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_sd.hxx"
26 
27 #include "eetext.hxx"
28 #include <editeng/eeitem.hxx>
29 #include <editeng/langitem.hxx>
30 #include <editeng/fhgtitem.hxx>
31 #include <editeng/colritem.hxx>
32 #include <editeng/cntritem.hxx>
33 #include <editeng/shdditem.hxx>
34 #include <editeng/crsditem.hxx>
35 #include <editeng/udlnitem.hxx>
36 #include <editeng/wghtitem.hxx>
37 #include <editeng/postitem.hxx>
38 #include <editeng/fontitem.hxx>
39 #include <svl/poolitem.hxx>
40 #include <editeng/tstpitem.hxx>
41 #include <editeng/kernitem.hxx>
42 #include <editeng/lspcitem.hxx>
43 #include <editeng/ulspitem.hxx>
44 #include <editeng/lrspitem.hxx>
45 #include <editeng/protitem.hxx>
46 #include <svx/chrtitem.hxx>
47 #include <sfx2/msg.hxx>
48 #include <svl/globalnameitem.hxx>
49 #include <svx/hlnkitem.hxx>
50 #include <svx/postattr.hxx>
51 #include <editeng/editdata.hxx>
52 #include <svx/srchdlg.hxx>
53 #include <svx/rulritem.hxx>
54 #include <svx/clipfmtitem.hxx>
55 #include <svl/srchitem.hxx>
56 #include <editeng/sizeitem.hxx>
57 #include <editeng/svxenum.hxx>
58 #include <svx/algitem.hxx>
59 #include <svx/zoomitem.hxx>
60 #include <svx/pageitem.hxx>
61 #include <svx/svdattr.hxx>
62 #include <svx/grafctrl.hxx>
63 #include <editeng/boxitem.hxx>
64 #include <editeng/bolnitem.hxx>
65 #include "sdattr.hxx"
66 #include <svx/zoomslideritem.hxx>
67 #include <editeng/memberids.hrc>
68 #include <svx/xftstit.hxx>
69 #include <svx/xlnwtit.hxx>
70 #include <svx/xlineit0.hxx>
71 #include <svx/xlnclit.hxx>
72 #include <svx/xlndsit.hxx>
73 #include <svx/xflclit.hxx>
74 #include <svx/xfillit0.hxx>
75 #include <svx/xlnedit.hxx>
76 #include <svx/xlnstit.hxx>
77 #include <svx/xgrad.hxx>
78 #include <svx/xflgrit.hxx>
79 #include <svx/xflhtit.hxx>
80 #include <svx/xbtmpit.hxx>
81 #include <svx/xtextit0.hxx>
82 #include <svx/xftadit.hxx>
83 #include <svx/xftdiit.hxx>
84 #include <svx/xftmrit.hxx>
85 #include <svx/xftouit.hxx>
86 #include <svx/xftshit.hxx>
87 #include <svx/xftshcit.hxx>
88 #include <svx/xftshxy.hxx>
89 #include <svx/xtextit0.hxx>
90 #include <avmedia/mediaitem.hxx>
91 #include <svx/drawitem.hxx>
92 
93 // #UndoRedo#
94 #include <svl/slstitm.hxx>
95 
96 #include <svl/lckbitem.hxx>
97 
98 
99 #define CharSetItem 				SfxUInt16Item
100 #define FontFamilyItem				SfxUInt16Item
101 #define FontPitchItem				SfxUInt16Item
102 #define FontAlignItem				SfxUInt16Item
103 #define FontWeightItem				SfxUInt16Item
104 #define FontUnderlineItem			SfxUInt16Item
105 #define FontStrikeoutItem			SfxUInt16Item
106 #define FontItalicItem				SfxUInt16Item
107 #define SvxDbTypeItem				SfxUInt16Item
108 #define SvxLineSpaceItem			SfxUInt16Item
109 #define SvxInterLineSpaceItem		SfxUInt16Item
110 #define SvxBreakItem				SfxUInt16Item
111 #define BrushStyleItem				SfxUInt16Item
112 #define SvxNumTypeItem				SfxUInt16Item
113 #define SvxShadowLocationItem		SfxUInt16Item
114 #define SvxDbTypeItem				SfxUInt16Item
115 //#define SvxChooseControlEnumItem	SfxUInt16Item
116 #define SvxDrawToolEnumItem 		SfxUInt16Item
117 #define SvxChooseControlItem		SfxEnumItem
118 #define SvxDrawToolItem 			SfxUInt16Item
119 #define SvxCellHorJustifyEnumItem	SfxUInt16Item
120 #define SvxCellVerJustifyEnumItem	SfxUInt16Item
121 #define SvxCellOrientationEnumItem	SfxUInt16Item
122 #define SvxLanguage 				SfxUInt16Item
123 //#define SfxLockBytesItem            SfxPoolItem
124 #define OfaStringListItem           SfxStringListItem
125 #define avmedia_MediaItem           ::avmedia::MediaItem
126 #include <sfx2/tplpitem.hxx>
127 #include <svl/ptitem.hxx>
128 #include <svl/rectitem.hxx>
129 
130 #include <sfx2/frame.hxx>
131 #include <svx/xlncapit.hxx>
132 #include <svx/xflftrit.hxx>
133 #include <svx/xlinjoit.hxx>
134 #include <svx/AffineMatrixItem.hxx>
135 #include <svx/galleryitem.hxx>
136 
137 #define SFX_TYPEMAP
138 #include "sdslots.hxx"
139 
140