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