1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: typemap.cxx,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 // MARKER(update_precomp.py): autogen include statement, do not remove
32 #include "precompiled_sc.hxx"
35 #include <svx/svxids.hrc>
37 #include "scitems.hxx"
41 #define ITEMID_DBTYPE 0
66 #include <sfx2/msg.hxx>
67 #include <svtools/stritem.hxx>
68 #include <svtools/slstitm.hxx>
69 #include <sfx2/objitem.hxx>
70 #include <svx/fontitem.hxx>
71 #include <svx/hlnkitem.hxx>
72 #include <svx/srchitem.hxx>
73 #include <svx/postattr.hxx>
74 #include <svx/postitem.hxx>
75 #include <sfx2/tplpitem.hxx>
76 #include <svx/zoomitem.hxx>
77 #include <svx/brshitem.hxx>
78 #include <svx/wghtitem.hxx>
79 #include <svx/fhgtitem.hxx>
80 #include <svx/colritem.hxx>
81 #include <svx/boxitem.hxx>
82 #include <svx/bolnitem.hxx>
83 #include <svtools/ptitem.hxx>
84 #include <svx/sizeitem.hxx>
85 #include <svx/algitem.hxx>
86 #include <svx/clipfmtitem.hxx>
87 #include <svx/udlnitem.hxx>
88 #include <svx/xlnstit.hxx>
89 #include <svx/xlnedit.hxx>
90 #include <svx/xfillit0.hxx>
91 #include <svx/xflclit.hxx>
92 #include <svx/xgrad.hxx>
93 #include <svx/xflgrit.hxx>
94 #include <svx/xflhtit.hxx>
95 #include <svx/xbtmpit.hxx>
96 #include <svx/xlineit0.hxx>
97 #include <svx/xlndsit.hxx>
98 #include <svx/xlnwtit.hxx>
99 #include <svx/xlnclit.hxx>
100 #include <svx/xtextit0.hxx>
101 #include <svx/xftadit.hxx>
102 #include <svx/xftdiit.hxx>
103 #include <svx/xftstit.hxx>
104 #include <svx/xftmrit.hxx>
105 #include <svx/xftouit.hxx>
106 #include <svx/xftshit.hxx>
107 #include <svx/xftshcit.hxx>
108 #include <svx/xftshxy.hxx>
109 #include <svx/xftsfit.hxx>
110 #include <svx/langitem.hxx>
111 #include <svx/grafctrl.hxx>
112 #include <svx/shdditem.hxx>
113 #include <svx/shaditem.hxx>
114 #include <svx/cntritem.hxx>
115 #include <svx/crsditem.hxx>
116 #include <svx/brkitem.hxx>
117 #include <svx/charreliefitem.hxx>
118 #include <svx/rotmodit.hxx>
119 #include <svx/drawitem.hxx>
120 #include <svtools/ilstitem.hxx>
121 #include <svtools/globalnameitem.hxx>
122 #include <svx/chrtitem.hxx>
123 #include <svx/zoomslideritem.hxx>
126 #include <svx/sdshitm.hxx>
128 #include <svtools/aeitem.hxx>
129 #include <avmedia/mediaitem.hxx>
130 #include "attrib.hxx"
132 #define SvxDrawToolItem SfxAllEnumItem
133 #define SvxDrawAlignItem SfxAllEnumItem
134 #define SvxChooseControlItem SfxEnumItem
135 #define avmedia_MediaItem ::avmedia::MediaItem
138 #include "scslots.hxx"