xref: /aoo4110/main/svx/source/form/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_svx.hxx"
26 #include <sfx2/objitem.hxx>
27 #include <sfx2/msg.hxx>
28 #include <svl/stritem.hxx>
29 #include <svl/intitem.hxx>
30 #include <editeng/wghtitem.hxx>
31 #include <editeng/udlnitem.hxx>
32 #include <editeng/crsditem.hxx>
33 #include <editeng/cntritem.hxx>
34 #include <editeng/shdditem.hxx>
35 #include <editeng/postitem.hxx>
36 #ifndef _SVX_CLIPBOARDCTL_HXX_
37 #include "svx/clipfmtitem.hxx"
38 #endif
39 #include <editeng/fhgtitem.hxx>
40 #include "editeng/fontitem.hxx"
41 #include <editeng/charreliefitem.hxx>
42 #include <editeng/escpitem.hxx>
43 #include <editeng/colritem.hxx>
44 #include <editeng/wrlmitem.hxx>
45 #include <editeng/charscaleitem.hxx>
46 #include <editeng/akrnitem.hxx>
47 #include <editeng/ulspitem.hxx>
48 #include <editeng/lrspitem.hxx>
49 #include <editeng/lspcitem.hxx>
50 #include <editeng/langitem.hxx>
51 #include <editeng/kernitem.hxx>
52 #include <editeng/tstpitem.hxx>
53 #include <editeng/adjitem.hxx>
54 #ifndef _SVX_EMPHITEM_HXX
55 #include <editeng/emphitem.hxx>
56 #endif
57 
58 #include <editeng/memberids.hrc>
59 #define SFX_TYPEMAP
60 #include "svxslots.hxx"
61 
62