LibreOffice Module sd (master) 1
typemap.cxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#include <config_options.h>
21
22#include <editeng/cmapitem.hxx>
23#include <editeng/langitem.hxx>
24#include <editeng/fhgtitem.hxx>
25#include <editeng/colritem.hxx>
27#include <editeng/shdditem.hxx>
29#include <editeng/udlnitem.hxx>
30#include <editeng/wghtitem.hxx>
31#include <editeng/postitem.hxx>
32#include <editeng/fontitem.hxx>
33#include <editeng/tstpitem.hxx>
34#include <editeng/kernitem.hxx>
35#include <editeng/lspcitem.hxx>
36#include <editeng/ulspitem.hxx>
37#include <editeng/lrspitem.hxx>
38#include <editeng/protitem.hxx>
39#include <svx/chrtitem.hxx>
40#include <sfx2/msg.hxx>
42#include <svx/hlnkitem.hxx>
43#include <svx/postattr.hxx>
44#include <svx/rulritem.hxx>
45#include <svx/clipfmtitem.hxx>
46#include <svl/srchitem.hxx>
47#include <editeng/sizeitem.hxx>
48#include <sfx2/zoomitem.hxx>
49#include <svx/pageitem.hxx>
50#include <svx/sdooitm.hxx>
51#include <svx/sdtfsitm.hxx>
52#include <svx/sdprcitm.hxx>
53#include <svx/sdmetitm.hxx>
54#include <editeng/boxitem.hxx>
55#include <editeng/lineitem.hxx>
57#include <editeng/memberids.h>
58#include <svx/unomid.hxx>
59#include <svx/xftstit.hxx>
60#include <svx/xlnwtit.hxx>
61#include <svx/xlineit0.hxx>
62#include <svx/xlnclit.hxx>
63#include <svx/xlndsit.hxx>
64#include <svx/xflclit.hxx>
65#include <svx/xfillit0.hxx>
66#include <svx/xlnedit.hxx>
67#include <svx/xlnstit.hxx>
68#include <svx/xflhtit.hxx>
69#include <svx/xbtmpit.hxx>
70#include <svx/xtextit0.hxx>
71#include <svx/xftadit.hxx>
72#include <svx/xftdiit.hxx>
73#include <svx/xftmrit.hxx>
74#include <svx/xftouit.hxx>
75#include <svx/xftshit.hxx>
76#include <svx/xftshcit.hxx>
77#include <svx/xftshxy.hxx>
78#include <avmedia/mediaitem.hxx>
79#include <svx/drawitem.hxx>
80
81// #UndoRedo#
82#include <svl/slstitm.hxx>
83
84#include <svl/lckbitem.hxx>
85
86#define avmedia_MediaItem ::avmedia::MediaItem
87#include <sfx2/tplpitem.hxx>
88#include <svl/ptitem.hxx>
89#include <svl/rectitem.hxx>
90
91#include <sfx2/frame.hxx>
92#include <svx/xlncapit.hxx>
93#include <svx/xflftrit.hxx>
94#include <svx/xlinjoit.hxx>
95#include <svx/galleryitem.hxx>
96#include <svx/sdangitm.hxx>
97
98#ifdef DISABLE_DYNLOADING
99/* Avoid clash with the ones from svx/source/form/typemap.cxx */
100#define aSfxBoolItem_Impl sd_source_core_typemap_aSfxBoolItem_Impl
101#define aSfxInt32Item_Impl sd_source_core_typemap_aSfxInt32Item_Impl
102#define aSfxStringItem_Impl sd_source_core_typemap_aSfxStringItem_Impl
103#define aSfxUInt16Item_Impl sd_source_core_typemap_aSfxUInt16Item_Impl
104#define aSfxUInt32Item_Impl sd_source_core_typemap_aSfxUInt32Item_Impl
105#define aSfxVoidItem_Impl sd_source_core_typemap_aSfxVoidItem_Impl
106#define aSvxClipboardFormatItem_Impl sd_source_core_typemap_aSvxClipboardFormatItem_Impl
107#define aSvxColorItem_Impl sd_source_core_typemap_aSvxColorItem_Impl
108#define aSvxContourItem_Impl sd_source_core_typemap_aSvxContourItem_Impl
109#define aSvxCrossedOutItem_Impl sd_source_core_typemap_aSvxCrossedOutItem_Impl
110#define aSvxFontHeightItem_Impl sd_source_core_typemap_aSvxFontHeightItem_Impl
111#define aSvxFontItem_Impl sd_source_core_typemap_aSvxFontItem_Impl
112#define aSvxLanguageItem_Impl sd_source_core_typemap_aSvxLanguageItem_Impl
113#define aSvxPostureItem_Impl sd_source_core_typemap_aSvxPostureItem_Impl
114#define aSvxShadowedItem_Impl sd_source_core_typemap_aSvxShadowedItem_Impl
115#define aSvxUnderlineItem_Impl sd_source_core_typemap_aSvxUnderlineItem_Impl
116#define aSvxOverlineItem_Impl sd_source_core_typemap_aSvxOverlineItem_Impl
117#define aSvxWeightItem_Impl sd_source_core_typemap_aSvxWeightItem_Impl
118#endif
119
120#define SFX_TYPEMAP
121#include <sdslots.hxx>
122
123#ifdef DISABLE_DYNLOADING
124#undef aSfxBoolItem_Impl
125#undef aSfxInt32Item_Impl
126#undef aSfxStringItem_Impl
127#undef aSfxUInt16Item_Impl
128#undef aSfxUInt32Item_Impl
129#undef aSfxVoidItem_Impl
130#undef aSvxClipboardFormatItem_Impl
131#undef aSvxColorItem_Impl
132#undef aSvxContourItem_Impl
133#undef aSvxCrossedOutItem_Impl
134#undef aSvxFontHeightItem_Impl
135#undef aSvxFontItem_Impl
136#undef aSvxLanguageItem_Impl
137#undef aSvxPostureItem_Impl
138#undef aSvxShadowedItem_Impl
139#undef aSvxTextLineItem_Impl
140#undef aSvxWeightItem_Impl
141#endif
142
143/* vim:set shiftwidth=4 softtabstop=4 expandtab: */