LibreOffice Module sw (master) 1
slotadd.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 <cmdid.h>
23#include <unomid.h>
24#include <svx/unomid.hxx>
25
27#include <editeng/memberids.h>
28#include <svl/imageitm.hxx>
29#include <svl/rectitem.hxx>
30#include <sfx2/objitem.hxx>
31#include <sfx2/objsh.hxx>
32#include <svx/rulritem.hxx>
33#include <svx/statusitem.hxx>
34#include <sfx2/zoomitem.hxx>
37#include <svx/hlnkitem.hxx>
38#include <svx/SmartTagItem.hxx>
39#include <svl/ptitem.hxx>
40#include <svx/pageitem.hxx>
41#include <svl/srchitem.hxx>
42#include <sfx2/tplpitem.hxx>
44#include <editeng/wrlmitem.hxx>
45#include <editeng/protitem.hxx>
46#include <editeng/opaqitem.hxx>
47#include <editeng/tstpitem.hxx>
49#include <editeng/keepitem.hxx>
50#include <editeng/kernitem.hxx>
51#include <editeng/spltitem.hxx>
52#include <editeng/brushitem.hxx>
53#include <editeng/wghtitem.hxx>
54#include <editeng/shaditem.hxx>
55#include <editeng/pbinitem.hxx>
56#include <editeng/ulspitem.hxx>
57#include <editeng/prntitem.hxx>
58#include <editeng/orphitem.hxx>
59#include <editeng/widwitem.hxx>
60#include <editeng/lineitem.hxx>
61#include <editeng/pmdlitem.hxx>
62#include <editeng/cmapitem.hxx>
63#include <editeng/langitem.hxx>
67#include <editeng/lspcitem.hxx>
70#include <editeng/fontitem.hxx>
71#include <editeng/shdditem.hxx>
72#include <editeng/udlnitem.hxx>
73#include <editeng/postitem.hxx>
74#include <editeng/fhgtitem.hxx>
76#include <editeng/colritem.hxx>
77#include <editeng/boxitem.hxx>
78#include <editeng/sizeitem.hxx>
79#include <editeng/lrspitem.hxx>
80#include <svx/sdmetitm.hxx>
81#include <svx/sdprcitm.hxx>
82#include <svx/xlnstit.hxx>
83#include <svx/xlnedit.hxx>
84#include <svx/xfillit0.hxx>
85#include <svx/xflclit.hxx>
86#include <svx/xflgrit.hxx>
87#include <svx/xflhtit.hxx>
88#include <svx/xbtmpit.hxx>
89#include <svx/xlineit0.hxx>
90#include <svx/xlnwtit.hxx>
91#include <svx/xlndsit.hxx>
92#include <svx/xlnclit.hxx>
93#include <svx/xtextit0.hxx>
94#include <svx/xftadit.hxx>
95#include <svx/xftdiit.hxx>
96#include <svx/xftstit.hxx>
97#include <svx/xftmrit.hxx>
98#include <svx/xftouit.hxx>
99#include <svx/xftshit.hxx>
100#include <svx/xftshcit.hxx>
101#include <svx/xftshxy.hxx>
102#include <svx/grafctrl.hxx>
103
104#include <paratr.hxx>
105#include <fmtinfmt.hxx>
106#include <fmtsrnd.hxx>
107#include <envimg.hxx>
108#include <fmtline.hxx>
109#include <svx/clipfmtitem.hxx>
110#include <editeng/blinkitem.hxx>
111#include <svl/slstitm.hxx>
116#include <svx/postattr.hxx>
117#include <sfx2/frame.hxx>
118#include <svx/chrtitem.hxx>
119#include <svx/drawitem.hxx>
120#include <avmedia/mediaitem.hxx>
121
122#define avmedia_MediaItem ::avmedia::MediaItem
123
124#include <svx/xflftrit.hxx>
125#include <svx/xlncapit.hxx>
126#include <svx/xlinjoit.hxx>
127#include <svx/galleryitem.hxx>
128#include <svx/sdangitm.hxx>
129
130#define SFX_TYPEMAP
131#include <sfx2/msg.hxx>
132#include <swslots.hxx>
133
134/* vim:set shiftwidth=4 softtabstop=4 expandtab: */