update dev300-m58
[ooovba.git] / svx / source / form / typemap.cxx
blob0898dcdb2b063646479dc232841ef1914bcbf0e5
1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: typemap.cxx,v $
10 * $Revision: 1.8 $
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_svx.hxx"
33 #include <sfx2/objitem.hxx>
34 #include <sfx2/msg.hxx>
35 #include <svtools/stritem.hxx>
36 #include <svtools/intitem.hxx>
37 #include <svx/wghtitem.hxx>
38 #include <svx/udlnitem.hxx>
39 #include <svx/crsditem.hxx>
40 #include <svx/cntritem.hxx>
41 #include <svx/shdditem.hxx>
42 #include <svx/postitem.hxx>
43 #ifndef _SVX_CLIPBOARDCTL_HXX_
44 #include "clipfmtitem.hxx"
45 #endif
46 #include <svx/fhgtitem.hxx>
47 #include "fontitem.hxx"
48 #include <svx/charreliefitem.hxx>
49 #include <svx/escpitem.hxx>
50 #include <svx/colritem.hxx>
51 #include <svx/wrlmitem.hxx>
52 #include <svx/charscaleitem.hxx>
53 #include <svx/akrnitem.hxx>
54 #include <svx/ulspitem.hxx>
55 #include <svx/lrspitem.hxx>
56 #include <svx/lspcitem.hxx>
57 #include <svx/langitem.hxx>
58 #include <svx/kernitem.hxx>
59 #include <svx/tstpitem.hxx>
60 #include <svx/adjitem.hxx>
61 #ifndef _SVX_EMPHITEM_HXX
62 #include <svx/emphitem.hxx>
63 #endif
65 #define SFX_TYPEMAP
66 #include "svxslots.hxx"