xref: /trunk/main/starmath/source/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_starmath.hxx"
30 
31 
32 #define ITEMID_PTR              0
33 #define ITEMID_SHADOW           0
34 #define ITEMID_PAGE             0
35 #define ITEMID_SETITEM          0
36 #define ITEMID_HORJUSTIFY       0
37 #define ITEMID_VERJUSTIFY       0
38 #define ITEMID_ORIENTATION      0
39 #define ITEMID_MARGIN           0
40 #define ITEMID_AUTHOR           0
41 #define ITEMID_DATE             0
42 #define ITEMID_TEXT             0
43 #define ITEMID_SPELLCHECK       0
44 #define ITEMID_HYPHENREGION     0
45 #define ITEMID_FONT             0
46 #define ITEMID_FONTHEIGHT       0
47 #define ITEMID_COLOR            0
48 #define ITEMID_BRUSH            0
49 #define ITEMID_BRUSH            0
50 #define ITEMID_BOX              0
51 #define ITEMID_LINE             0
52 #define ITEMID_BRUSH            0
53 #define ITEMID_SPELLCHECK       0
54 #define ITEMID_HYPHENREGION     0
55 #define ITEMID_LINESPACING      0
56 #define ITEMID_ADJUST           0
57 #define ITEMID_WIDOWS           0
58 #define ITEMID_ORPHANS          0
59 #define ITEMID_HYPHENZONE       0
60 #define ITEMID_TABSTOP          0
61 #define ITEMID_FMTSPLIT         0
62 #define ITEMID_PAGEMODEL        0
63 #define ITEMID_FONTLIST         0
64 #define ITEMID_FONT             0
65 #define ITEMID_POSTURE          0
66 #define ITEMID_WEIGHT           0
67 #define ITEMID_FONTHEIGHT       0
68 #define ITEMID_FONTWIDTH        0
69 #define ITEMID_UNDERLINE        0
70 #define ITEMID_CROSSEDOUT       0
71 #define ITEMID_SHADOWED         0
72 #define ITEMID_AUTOKERN         0
73 #define ITEMID_WORDLINEMODE     0
74 #define ITEMID_CONTOUR          0
75 #define ITEMID_PROPSIZE         0
76 #define ITEMID_COLOR            0
77 #define ITEMID_CHARSETCOLOR     0
78 #define ITEMID_KERNING          0
79 #define ITEMID_CASEMAP          0
80 #define ITEMID_ESCAPEMENT       0
81 #define ITEMID_LANGUAGE         0
82 #define ITEMID_NOLINEBREAK      0
83 #define ITEMID_NOHYPHENHERE     0
84 #define ITEMID_COLOR            0
85 #define ITEMID_FONT             0
86 #define ITEMID_FONTHEIGHT       0
87 #define ITEMID_SEARCH           0
88 #define ITEMID_COLOR_TABLE      0
89 #define ITEMID_GRADIENT_LIST    0
90 #define ITEMID_HATCH_LIST       0
91 #define ITEMID_BITMAP_LIST      0
92 #define ITEMID_DASH_LIST        0
93 #define ITEMID_LINEEND_LIST     0
94 #define ITEMID_NUMBERINFO       0
95 #define ITEMID_CHARTSTYLE       0
96 #define ITEMID_CHARTDATADESCR   0
97 #define ITEMID_CHARTLEGENDPOS   0
98 #define ITEMID_CHARTTEXTORDER   0
99 #define ITEMID_CHARTTEXTORIENT  0
100 #define ITEMID_DOUBLE           0
101 #define ITEMID_TABSTOP          0
102 #define ITEMID_PAPERBIN         0
103 #define ITEMID_SIZE             0
104 #define ITEMID_LRSPACE          0
105 #define ITEMID_ULSPACE          0
106 #define ITEMID_PRINT            0
107 #define ITEMID_OPAQUE           0
108 #define ITEMID_PROTECT          0
109 #define ITEMID_MACRO            0
110 #define ITEMID_BOX              0
111 #define ITEMID_BOXINFO          0
112 #define ITEMID_FMTBREAK         0
113 #define ITEMID_FMTKEEP          0
114 #define ITEMID_LINE             0
115 #define ITEMID_BRUSH            0
116 
117 #define CharSetItem SfxVoidItem
118 #define FontFamilyItem SfxVoidItem
119 #define FontPitchItem SfxVoidItem
120 #define FontAlignItem SfxVoidItem
121 #define FontWeightItem SfxVoidItem
122 #define FontUnderlineItem SfxVoidItem
123 #define FontStrikeoutItem SfxVoidItem
124 #define FontItalicItem SfxVoidItem
125 #define SvxDbTypeItem SfxVoidItem
126 #define SvxLineSpaceItem SfxVoidItem
127 #define SvxInterLineSpaceItem SfxVoidItem
128 #define SvxBreakItem SfxVoidItem
129 #define BrushStyleItem SfxVoidItem
130 #define SvxNumTypeItem SfxVoidItem
131 #define SvxShadowLocationItem SfxVoidItem
132 #define SvxLanguage SfxVoidItem
133 #define SvxChooseControlEnumItem SfxVoidItem
134 #define SvxDrawToolEnumItem SfxVoidItem
135 #define SvxChooseControlItem SfxVoidItem
136 #define SvxDrawToolItem SfxVoidItem
137 #define SvxCellHorJustifyEnumItem SfxVoidItem
138 #define SvxCellVerJustifyEnumItem SfxVoidItem
139 #define SvxCellOrientationEnumItem SfxVoidItem
140 #include <sfx2/msg.hxx>
141 #include <svl/stritem.hxx>
142 #include <svl/eitem.hxx>
143 #include <svx/zoomitem.hxx>
144 #include <svl/slstitm.hxx>
145 
146 #define SFX_TYPEMAP
147 #include "smslots.hxx"
148 
149 
150 
151