LibreOffice Module sw (master)
1
sw
source
uibase
shells
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
26
#include <
svl/globalnameitem.hxx
>
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
>
35
#include <
svx/viewlayoutitem.hxx
>
36
#include <
svx/zoomslideritem.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
>
43
#include <
sfx2/watermarkitem.hxx
>
44
#include <
editeng/wrlmitem.hxx
>
45
#include <
editeng/protitem.hxx
>
46
#include <
editeng/opaqitem.hxx
>
47
#include <
editeng/tstpitem.hxx
>
48
#include <
editeng/autokernitem.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
>
64
#include <
editeng/formatbreakitem.hxx
>
65
#include <
editeng/hyphenzoneitem.hxx
>
66
#include <
editeng/escapementitem.hxx
>
67
#include <
editeng/lspcitem.hxx
>
68
#include <
editeng/adjustitem.hxx
>
69
#include <
editeng/crossedoutitem.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
>
75
#include <
editeng/contouritem.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
>
112
#include <
editeng/paravertalignitem.hxx
>
113
#include <
editeng/charreliefitem.hxx
>
114
#include <
editeng/charrotateitem.hxx
>
115
#include <
editeng/charscaleitem.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: */
SmartTagItem.hxx
adjustitem.hxx
autokernitem.hxx
blinkitem.hxx
boxitem.hxx
brushitem.hxx
charreliefitem.hxx
charrotateitem.hxx
charscaleitem.hxx
chrtitem.hxx
clipfmtitem.hxx
cmapitem.hxx
cmdid.h
colritem.hxx
contouritem.hxx
crossedoutitem.hxx
drawitem.hxx
envimg.hxx
escapementitem.hxx
fhgtitem.hxx
fmtinfmt.hxx
fmtline.hxx
fmtsrnd.hxx
fontitem.hxx
formatbreakitem.hxx
frame.hxx
galleryitem.hxx
globalnameitem.hxx
grafctrl.hxx
hlnkitem.hxx
hyphenzoneitem.hxx
imageitm.hxx
keepitem.hxx
kernitem.hxx
langitem.hxx
lineitem.hxx
lrspitem.hxx
lspcitem.hxx
mediaitem.hxx
memberids.h
msg.hxx
objitem.hxx
objsh.hxx
opaqitem.hxx
orphitem.hxx
pageitem.hxx
paratr.hxx
paravertalignitem.hxx
pbinitem.hxx
pmdlitem.hxx
postattr.hxx
postitem.hxx
prntitem.hxx
protitem.hxx
ptitem.hxx
rectitem.hxx
rulritem.hxx
sdangitm.hxx
sdmetitm.hxx
sdprcitm.hxx
shaditem.hxx
shdditem.hxx
sizeitem.hxx
slstitm.hxx
spltitem.hxx
srchitem.hxx
statusitem.hxx
tplpitem.hxx
tstpitem.hxx
udlnitem.hxx
ulspitem.hxx
unomid.h
unomid.hxx
viewlayoutitem.hxx
watermarkitem.hxx
wghtitem.hxx
widwitem.hxx
wrlmitem.hxx
xbtmpit.hxx
xfillit0.hxx
xflclit.hxx
xflftrit.hxx
xflgrit.hxx
xflhtit.hxx
xftadit.hxx
xftdiit.hxx
xftmrit.hxx
xftouit.hxx
xftshcit.hxx
xftshit.hxx
xftshxy.hxx
xftstit.hxx
xlineit0.hxx
xlinjoit.hxx
xlncapit.hxx
xlnclit.hxx
xlndsit.hxx
xlnedit.hxx
xlnstit.hxx
xlnwtit.hxx
xtextit0.hxx
zoomitem.hxx
zoomslideritem.hxx
Generated on Sun Jul 30 2023 04:30:00 for LibreOffice Module sw (master) by
1.9.3