LibreOffice Module sd (master)
1
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
a
c
d
f
g
h
i
l
m
o
r
s
u
w
Variables
a
b
c
d
e
g
h
i
m
n
o
p
s
t
v
w
Typedefs
a
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
d
e
f
h
m
n
o
p
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
a
b
c
d
e
f
g
h
l
m
n
o
p
r
s
u
x
z
Typedefs
a
b
c
d
e
f
i
k
l
m
p
r
s
t
u
v
x
Enumerations
a
c
d
e
f
g
h
i
l
m
o
p
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Related Functions
:
a
c
d
e
i
m
o
p
s
t
u
v
w
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
Variables
a
b
c
d
g
h
j
k
m
n
p
s
t
v
w
x
Typedefs
Enumerations
Enumerator
c
f
h
l
m
n
o
p
s
u
v
Macros
a
b
c
d
e
f
g
i
k
m
n
p
r
s
t
u
v
w
z
sd
inc
pch
precompiled_sd.hxx
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
10
/*
11
This file has been autogenerated by update_pch.sh. It is possible to edit it
12
manually (such as when an include file has been moved/renamed/removed). All such
13
manual changes will be rewritten by the next run of update_pch.sh (which presumably
14
also fixes all possible problems, so it's usually better to use it).
15
16
Generated on 2023-01-10 23:30:40 using:
17
./bin/update_pch sd sd --cutoff=4 --exclude:system --exclude:module --include:local
18
19
If after updating build fails, use the following command to locate conflicting headers:
20
./bin/update_pch_bisect ./sd/inc/pch/precompiled_sd.hxx "make sd.build" --find-conflicts
21
*/
22
23
#include <
sal/config.h
>
24
#if PCH_LEVEL >= 1
25
#include <algorithm>
26
#include <array>
27
#include <cassert>
28
#include <cmath>
29
#include <cstddef>
30
#include <cstring>
31
#include <functional>
32
#include <initializer_list>
33
#include <iomanip>
34
#include <iterator>
35
#include <limits>
36
#include <locale>
37
#include <map>
38
#include <math.h>
39
#include <memory>
40
#include <mutex>
41
#include <new>
42
#include <numeric>
43
#include <optional>
44
#include <ostream>
45
#include <set>
46
#include <stddef.h>
47
#include <string_view>
48
#include <type_traits>
49
#include <unordered_map>
50
#include <utility>
51
#include <vector>
52
#include <boost/property_tree/json_parser.hpp>
53
#include <boost/property_tree/ptree_fwd.hpp>
54
#endif
// PCH_LEVEL >= 1
55
#if PCH_LEVEL >= 2
56
#include <osl/diagnose.h>
57
#include <osl/diagnose.hxx>
58
#include <osl/doublecheckedlocking.h>
59
#include <osl/endian.h>
60
#include <osl/file.hxx>
61
#include <osl/getglobalmutex.hxx>
62
#include <osl/interlck.h>
63
#include <osl/module.h>
64
#include <osl/module.hxx>
65
#include <osl/mutex.hxx>
66
#include <osl/socket_decl.hxx>
67
#include <osl/time.h>
68
#include <rtl/alloc.h>
69
#include <rtl/bootstrap.hxx>
70
#include <rtl/character.hxx>
71
#include <rtl/math.h>
72
#include <rtl/math.hxx>
73
#include <rtl/ref.hxx>
74
#include <rtl/strbuf.h>
75
#include <rtl/strbuf.hxx>
76
#include <rtl/string.hxx>
77
#include <rtl/stringconcat.hxx>
78
#include <rtl/stringutils.hxx>
79
#include <rtl/tencinfo.h>
80
#include <rtl/textenc.h>
81
#include <rtl/ustrbuf.hxx>
82
#include <rtl/ustring.hxx>
83
#include <
sal/backtrace.hxx
>
84
#include <
sal/log.hxx
>
85
#include <
sal/macros.h
>
86
#include <
sal/types.h
>
87
#include <
sal/typesizes.h
>
88
#include <
vcl/EnumContext.hxx
>
89
#include <
vcl/GraphicObject.hxx
>
90
#include <
vcl/InterimItemWindow.hxx
>
91
#include <
vcl/bitmapex.hxx
>
92
#include <
vcl/commandevent.hxx
>
93
#include <
vcl/commandinfoprovider.hxx
>
94
#include <
vcl/customweld.hxx
>
95
#include <
vcl/dllapi.h
>
96
#include <
vcl/errinf.hxx
>
97
#include <
vcl/event.hxx
>
98
#include <
vcl/fntstyle.hxx
>
99
#include <vcl/font.hxx>
100
#include <
vcl/gradient.hxx
>
101
#include <
vcl/graph.hxx
>
102
#include <
vcl/graphicfilter.hxx
>
103
#include <
vcl/help.hxx
>
104
#include <
vcl/idle.hxx
>
105
#include <
vcl/image.hxx
>
106
#include <
vcl/imapobj.hxx
>
107
#include <
vcl/keycod.hxx
>
108
#include <
vcl/mapmod.hxx
>
109
#include <
vcl/outdev.hxx
>
110
#include <
vcl/ptrstyle.hxx
>
111
#include <
vcl/region.hxx
>
112
#include <
vcl/settings.hxx
>
113
#include <
vcl/svapp.hxx
>
114
#include <
vcl/timer.hxx
>
115
#include <
vcl/toolbox.hxx
>
116
#include <
vcl/transfer.hxx
>
117
#include <
vcl/vclenum.hxx
>
118
#include <
vcl/vclevent.hxx
>
119
#include <
vcl/vclptr.hxx
>
120
#include <
vcl/virdev.hxx
>
121
#include <
vcl/weld.hxx
>
122
#include <
vcl/weldutils.hxx
>
123
#include <
vcl/window.hxx
>
124
#include <
vcl/wintypes.hxx
>
125
#include <
vcl/wrkwin.hxx
>
126
#endif
// PCH_LEVEL >= 2
127
#if PCH_LEVEL >= 3
128
#include <
avmedia/mediaplayer.hxx
>
129
#include <
avmedia/mediawindow.hxx
>
130
#include <
basegfx/basegfxdllapi.h
>
131
#include <
basegfx/color/bcolor.hxx
>
132
#include <
basegfx/matrix/b2dhommatrix.hxx
>
133
#include <
basegfx/matrix/b2dhommatrixtools.hxx
>
134
#include <
basegfx/numeric/ftools.hxx
>
135
#include <
basegfx/point/b2dpoint.hxx
>
136
#include <
basegfx/point/b2ipoint.hxx
>
137
#include <
basegfx/polygon/b2dpolygon.hxx
>
138
#include <
basegfx/polygon/b2dpolygontools.hxx
>
139
#include <
basegfx/polygon/b2dpolypolygon.hxx
>
140
#include <
basegfx/range/Range2D.hxx
>
141
#include <
basegfx/range/b2drange.hxx
>
142
#include <
basegfx/range/basicrange.hxx
>
143
#include <
basegfx/tuple/b2dtuple.hxx
>
144
#include <
basegfx/tuple/b3dtuple.hxx
>
145
#include <
basegfx/vector/b2dsize.hxx
>
146
#include <
basegfx/vector/b2dvector.hxx
>
147
#include <
basic/sberrors.hxx
>
148
#include <
basic/sbstar.hxx
>
149
#include <
cache/SlsPageCache.hxx
>
150
#include <
cache/SlsPageCacheManager.hxx
>
151
#include <com/sun/star/animations/AnimationFill.hpp>
152
#include <com/sun/star/animations/AnimationNodeType.hpp>
153
#include <com/sun/star/animations/AnimationRestart.hpp>
154
#include <com/sun/star/animations/AnimationTransformType.hpp>
155
#include <com/sun/star/animations/Event.hpp>
156
#include <com/sun/star/animations/EventTrigger.hpp>
157
#include <com/sun/star/animations/ParallelTimeContainer.hpp>
158
#include <com/sun/star/animations/Timing.hpp>
159
#include <com/sun/star/animations/TransitionSubType.hpp>
160
#include <com/sun/star/animations/TransitionType.hpp>
161
#include <com/sun/star/animations/ValuePair.hpp>
162
#include <com/sun/star/animations/XAnimate.hpp>
163
#include <com/sun/star/animations/XAnimateMotion.hpp>
164
#include <com/sun/star/animations/XAnimateTransform.hpp>
165
#include <com/sun/star/animations/XAnimationNode.hpp>
166
#include <com/sun/star/animations/XAnimationNodeSupplier.hpp>
167
#include <com/sun/star/animations/XAudio.hpp>
168
#include <com/sun/star/animations/XCommand.hpp>
169
#include <com/sun/star/animations/XIterateContainer.hpp>
170
#include <com/sun/star/animations/XTransitionFilter.hpp>
171
#include <com/sun/star/awt/FontDescriptor.hpp>
172
#include <com/sun/star/awt/FontSlant.hpp>
173
#include <com/sun/star/awt/XBitmap.hpp>
174
#include <com/sun/star/beans/NamedValue.hpp>
175
#include <com/sun/star/beans/PropertyAttribute.hpp>
176
#include <com/sun/star/beans/PropertyState.hpp>
177
#include <com/sun/star/beans/PropertyValue.hpp>
178
#include <com/sun/star/beans/XMultiPropertySet.hpp>
179
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
180
#include <com/sun/star/beans/XPropertySet.hpp>
181
#include <com/sun/star/beans/XPropertySetInfo.hpp>
182
#include <com/sun/star/beans/XPropertyState.hpp>
183
#include <com/sun/star/configuration/theDefaultProvider.hpp>
184
#include <com/sun/star/container/XEnumerationAccess.hpp>
185
#include <com/sun/star/container/XIndexReplace.hpp>
186
#include <com/sun/star/container/XNameAccess.hpp>
187
#include <com/sun/star/datatransfer/XTransferable2.hpp>
188
#include <com/sun/star/datatransfer/clipboard/XClipboard.hpp>
189
#include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp>
190
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
191
#include <com/sun/star/datatransfer/dnd/DropTargetDragEvent.hpp>
192
#include <com/sun/star/datatransfer/dnd/DropTargetDropEvent.hpp>
193
#include <com/sun/star/datatransfer/dnd/XDragGestureListener.hpp>
194
#include <com/sun/star/datatransfer/dnd/XDragSourceListener.hpp>
195
#include <com/sun/star/datatransfer/dnd/XDropTargetListener.hpp>
196
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
197
#include <com/sun/star/drawing/BitmapMode.hpp>
198
#include <com/sun/star/drawing/FillStyle.hpp>
199
#include <com/sun/star/drawing/LineCap.hpp>
200
#include <com/sun/star/drawing/LineStyle.hpp>
201
#include <com/sun/star/drawing/XDrawPage.hpp>
202
#include <com/sun/star/drawing/XDrawPages.hpp>
203
#include <com/sun/star/drawing/XDrawPagesSupplier.hpp>
204
#include <com/sun/star/drawing/XDrawView.hpp>
205
#include <com/sun/star/drawing/XMasterPagesSupplier.hpp>
206
#include <com/sun/star/drawing/framework/ResourceId.hpp>
207
#include <com/sun/star/drawing/framework/XConfiguration.hpp>
208
#include <com/sun/star/drawing/framework/XConfigurationController.hpp>
209
#include <com/sun/star/drawing/framework/XControllerManager.hpp>
210
#include <com/sun/star/drawing/framework/XView.hpp>
211
#include <com/sun/star/embed/Aspects.hpp>
212
#include <com/sun/star/embed/ElementModes.hpp>
213
#include <com/sun/star/embed/NoVisualAreaSizeException.hpp>
214
#include <com/sun/star/embed/XEmbedPersist.hpp>
215
#include <com/sun/star/embed/XEmbeddedObject.hpp>
216
#include <com/sun/star/frame/XController.hpp>
217
#include <com/sun/star/frame/XDispatchProvider.hpp>
218
#include <com/sun/star/frame/XFrame.hpp>
219
#include <com/sun/star/frame/XModel.hpp>
220
#include <com/sun/star/frame/XTerminateListener.hpp>
221
#include <com/sun/star/geometry/RealPoint2D.hpp>
222
#include <com/sun/star/i18n/UnicodeScript.hpp>
223
#include <com/sun/star/lang/DisposedException.hpp>
224
#include <com/sun/star/lang/IllegalArgumentException.hpp>
225
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
226
#include <com/sun/star/lang/Locale.hpp>
227
#include <com/sun/star/lang/XComponent.hpp>
228
#include <com/sun/star/lang/XInitialization.hpp>
229
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
230
#include <com/sun/star/lang/XServiceInfo.hpp>
231
#include <com/sun/star/lang/XTypeProvider.hpp>
232
#include <com/sun/star/lang/XUnoTunnel.hpp>
233
#include <com/sun/star/media/XPlayer.hpp>
234
#include <com/sun/star/office/XAnnotation.hpp>
235
#include <com/sun/star/office/XAnnotationAccess.hpp>
236
#include <com/sun/star/office/XAnnotationEnumeration.hpp>
237
#include <com/sun/star/presentation/AnimationSpeed.hpp>
238
#include <com/sun/star/presentation/EffectCommands.hpp>
239
#include <com/sun/star/presentation/EffectNodeType.hpp>
240
#include <com/sun/star/presentation/EffectPresetClass.hpp>
241
#include <com/sun/star/presentation/ParagraphTarget.hpp>
242
#include <com/sun/star/presentation/ShapeAnimationSubType.hpp>
243
#include <com/sun/star/presentation/TextAnimationType.hpp>
244
#include <com/sun/star/style/LineSpacing.hpp>
245
#include <com/sun/star/style/TabStop.hpp>
246
#include <com/sun/star/style/XStyle.hpp>
247
#include <com/sun/star/task/XStatusIndicator.hpp>
248
#include <com/sun/star/text/XSimpleText.hpp>
249
#include <com/sun/star/text/XText.hpp>
250
#include <com/sun/star/text/XTextCopy.hpp>
251
#include <com/sun/star/text/XTextRange.hpp>
252
#include <com/sun/star/text/XTextRangeCompare.hpp>
253
#include <com/sun/star/uno/Any.h>
254
#include <com/sun/star/uno/Any.hxx>
255
#include <com/sun/star/uno/Reference.h>
256
#include <com/sun/star/uno/Reference.hxx>
257
#include <com/sun/star/uno/RuntimeException.hpp>
258
#include <com/sun/star/uno/Sequence.h>
259
#include <com/sun/star/uno/Sequence.hxx>
260
#include <com/sun/star/uno/Type.h>
261
#include <com/sun/star/uno/Type.hxx>
262
#include <com/sun/star/uno/TypeClass.hdl>
263
#include <com/sun/star/uno/XComponentContext.hpp>
264
#include <com/sun/star/uno/XInterface.hpp>
265
#include <com/sun/star/uno/genfunc.hxx>
266
#include <com/sun/star/util/DateTime.hpp>
267
#include <com/sun/star/util/URLTransformer.hpp>
268
#include <com/sun/star/util/XCloneable.hpp>
269
#include <
comphelper/classids.hxx
>
270
#include <
comphelper/compbase.hxx
>
271
#include <
comphelper/comphelperdllapi.h
>
272
#include <
comphelper/diagnose_ex.hxx
>
273
#include <
comphelper/errcode.hxx
>
274
#include <
comphelper/extract.hxx
>
275
#include <
comphelper/lok.hxx
>
276
#include <
comphelper/processfactory.hxx
>
277
#include <
comphelper/propertysequence.hxx
>
278
#include <
comphelper/propertyvalue.hxx
>
279
#include <
comphelper/scopeguard.hxx
>
280
#include <
comphelper/sequence.hxx
>
281
#include <
comphelper/sequenceashashmap.hxx
>
282
#include <
comphelper/servicehelper.hxx
>
283
#include <
comphelper/storagehelper.hxx
>
284
#include <
controller/SlideSorterController.hxx
>
285
#include <
controller/SlsClipboard.hxx
>
286
#include <
controller/SlsCurrentSlideManager.hxx
>
287
#include <
controller/SlsFocusManager.hxx
>
288
#include <
controller/SlsInsertionIndicatorHandler.hxx
>
289
#include <
controller/SlsPageSelector.hxx
>
290
#include <
controller/SlsProperties.hxx
>
291
#include <
controller/SlsScrollBarManager.hxx
>
292
#include <
controller/SlsSelectionFunction.hxx
>
293
#include <
controller/SlsSelectionManager.hxx
>
294
#include <
controller/SlsSelectionObserver.hxx
>
295
#include <
controller/SlsSlotManager.hxx
>
296
#include <
controller/SlsVisibleAreaManager.hxx
>
297
#include <
cppcanvas/vclfactory.hxx
>
298
#include <
cppu/cppudllapi.h
>
299
#include <
cppu/unotype.hxx
>
300
#include <
cppuhelper/basemutex.hxx
>
301
#include <
cppuhelper/cppuhelperdllapi.h
>
302
#include <
cppuhelper/implbase.hxx
>
303
#include <
cppuhelper/supportsservice.hxx
>
304
#include <
cppuhelper/weakagg.hxx
>
305
#include <
cppuhelper/weakref.hxx
>
306
#include <
drawinglayer/drawinglayerdllapi.h
>
307
#include <
drawinglayer/geometry/viewinformation2d.hxx
>
308
#include <
editeng/adjustitem.hxx
>
309
#include <
editeng/boxitem.hxx
>
310
#include <
editeng/cmapitem.hxx
>
311
#include <
editeng/colritem.hxx
>
312
#include <
editeng/contouritem.hxx
>
313
#include <
editeng/crossedoutitem.hxx
>
314
#include <
editeng/editdata.hxx
>
315
#include <editeng/editeng.hxx>
316
#include <
editeng/editengdllapi.h
>
317
#include <
editeng/editobj.hxx
>
318
#include <
editeng/editstat.hxx
>
319
#include <
editeng/editview.hxx
>
320
#include <
editeng/eeitem.hxx
>
321
#include <
editeng/escapementitem.hxx
>
322
#include <
editeng/fhgtitem.hxx
>
323
#include <
editeng/flditem.hxx
>
324
#include <
editeng/flstitem.hxx
>
325
#include <
editeng/fontitem.hxx
>
326
#include <
editeng/frmdiritem.hxx
>
327
#include <
editeng/langitem.hxx
>
328
#include <
editeng/lrspitem.hxx
>
329
#include <
editeng/lspcitem.hxx
>
330
#include <
editeng/memberids.h
>
331
#include <
editeng/numitem.hxx
>
332
#include <
editeng/outliner.hxx
>
333
#include <
editeng/outlobj.hxx
>
334
#include <
editeng/postitem.hxx
>
335
#include <
editeng/shdditem.hxx
>
336
#include <
editeng/sizeitem.hxx
>
337
#include <
editeng/udlnitem.hxx
>
338
#include <
editeng/ulspitem.hxx
>
339
#include <
editeng/unoedsrc.hxx
>
340
#include <
editeng/unolingu.hxx
>
341
#include <
editeng/wghtitem.hxx
>
342
#include <
filter/msfilter/msfilterdllapi.h
>
343
#include <
framework/ConfigurationController.hxx
>
344
#include <
framework/FrameworkHelper.hxx
>
345
#include <
framework/Pane.hxx
>
346
#include <
framework/ViewShellWrapper.hxx
>
347
#include <
i18nlangtag/lang.h
>
348
#include <
i18nlangtag/languagetag.hxx
>
349
#include <
model/SlideSorterModel.hxx
>
350
#include <
model/SlsPageDescriptor.hxx
>
351
#include <
model/SlsPageEnumerationProvider.hxx
>
352
#include <
o3tl/any.hxx
>
353
#include <
o3tl/cow_wrapper.hxx
>
354
#include <
o3tl/deleter.hxx
>
355
#include <
o3tl/safeint.hxx
>
356
#include <
o3tl/sorted_vector.hxx
>
357
#include <
o3tl/span.hxx
>
358
#include <
o3tl/string_view.hxx
>
359
#include <
o3tl/strong_int.hxx
>
360
#include <
o3tl/typed_flags_set.hxx
>
361
#include <
o3tl/underlyingenumvalue.hxx
>
362
#include <
o3tl/unit_conversion.hxx
>
363
#include <officecfg/Office/Common.hxx>
364
#include <
oox/dllapi.h
>
365
#include <
oox/drawingml/drawingmltypes.hxx
>
366
#include <
salhelper/simplereferenceobject.hxx
>
367
#include <
salhelper/thread.hxx
>
368
#include <
sfx2/app.hxx
>
369
#include <
sfx2/basedlgs.hxx
>
370
#include <
sfx2/bindings.hxx
>
371
#include <
sfx2/chalign.hxx
>
372
#include <
sfx2/childwin.hxx
>
373
#include <
sfx2/devtools/DevelopmentToolChildWindow.hxx
>
374
#include <
sfx2/dispatch.hxx
>
375
#include <
sfx2/dllapi.h
>
376
#include <
sfx2/docfile.hxx
>
377
#include <
sfx2/docfilt.hxx
>
378
#include <
sfx2/fcontnr.hxx
>
379
#include <
sfx2/frame.hxx
>
380
#include <
sfx2/infobar.hxx
>
381
#include <
sfx2/ipclient.hxx
>
382
#include <
sfx2/linkmgr.hxx
>
383
#include <
sfx2/lokhelper.hxx
>
384
#include <
sfx2/msg.hxx
>
385
#include <
sfx2/notebookbar/SfxNotebookBar.hxx
>
386
#include <
sfx2/objface.hxx
>
387
#include <
sfx2/objsh.hxx
>
388
#include <
sfx2/printer.hxx
>
389
#include <
sfx2/progress.hxx
>
390
#include <
sfx2/request.hxx
>
391
#include <
sfx2/sfxdlg.hxx
>
392
#include <
sfx2/shell.hxx
>
393
#include <
sfx2/sidebar/Sidebar.hxx
>
394
#include <
sfx2/sidebar/SidebarChildWindow.hxx
>
395
#include <
sfx2/stbitem.hxx
>
396
#include <
sfx2/tbxctrl.hxx
>
397
#include <
sfx2/tplpitem.hxx
>
398
#include <
sfx2/viewfac.hxx
>
399
#include <
sfx2/viewfrm.hxx
>
400
#include <
sfx2/viewsh.hxx
>
401
#include <
sfx2/zoomitem.hxx
>
402
#include <
sot/exchange.hxx
>
403
#include <
sot/formats.hxx
>
404
#include <
sot/storage.hxx
>
405
#include <
svl/SfxBroadcaster.hxx
>
406
#include <
svl/cjkoptions.hxx
>
407
#include <
svl/eitem.hxx
>
408
#include <
svl/hint.hxx
>
409
#include <
svl/intitem.hxx
>
410
#include <
svl/itempool.hxx
>
411
#include <
svl/itemset.hxx
>
412
#include <
svl/lstner.hxx
>
413
#include <
svl/macitem.hxx
>
414
#include <
svl/metitem.hxx
>
415
#include <
svl/poolitem.hxx
>
416
#include <
svl/ptitem.hxx
>
417
#include <
svl/srchitem.hxx
>
418
#include <
svl/stritem.hxx
>
419
#include <
svl/style.hxx
>
420
#include <
svl/svldllapi.h
>
421
#include <
svl/typedwhich.hxx
>
422
#include <
svl/urihelper.hxx
>
423
#include <
svl/urlbmk.hxx
>
424
#include <
svl/whiter.hxx
>
425
#include <
svtools/ehdl.hxx
>
426
#include <
svtools/sfxecode.hxx
>
427
#include <
svtools/svtdllapi.h
>
428
#include <
svtools/svtresid.hxx
>
429
#include <
svx/ImageMapInfo.hxx
>
430
#include <
svx/SvxColorChildWindow.hxx
>
431
#include <
svx/bmpmask.hxx
>
432
#include <
svx/clipfmtitem.hxx
>
433
#include <
svx/dialmgr.hxx
>
434
#include <
svx/drawitem.hxx
>
435
#include <
svx/extrusionbar.hxx
>
436
#include <
svx/f3dchild.hxx
>
437
#include <
svx/fmshell.hxx
>
438
#include <
svx/fontwork.hxx
>
439
#include <
svx/fontworkbar.hxx
>
440
#include <
svx/gallery.hxx
>
441
#include <
svx/hlnkitem.hxx
>
442
#include <
svx/hyperdlg.hxx
>
443
#include <
svx/imapdlg.hxx
>
444
#include <
svx/msdffdef.hxx
>
445
#include <
svx/obj3d.hxx
>
446
#include <
svx/pageitem.hxx
>
447
#include <
svx/ruler.hxx
>
448
#include <
svx/rulritem.hxx
>
449
#include <
svx/scene3d.hxx
>
450
#include <
svx/sdmetitm.hxx
>
451
#include <
svx/sdooitm.hxx
>
452
#include <
svx/sdr/contact/viewcontact.hxx
>
453
#include <
svx/sdr/contact/viewobjectcontact.hxx
>
454
#include <
svx/sdr/overlay/overlayobject.hxx
>
455
#include <
svx/sdrpagewindow.hxx
>
456
#include <
svx/sdrpaintwindow.hxx
>
457
#include <
svx/sdtagitm.hxx
>
458
#include <
svx/sdtfsitm.hxx
>
459
#include <
svx/sdtmfitm.hxx
>
460
#include <
svx/srchdlg.hxx
>
461
#include <
svx/svddef.hxx
>
462
#include <
svx/svdetc.hxx
>
463
#include <
svx/svdhdl.hxx
>
464
#include <
svx/svditer.hxx
>
465
#include <
svx/svdlayer.hxx
>
466
#include <
svx/svdobj.hxx
>
467
#include <
svx/svdograf.hxx
>
468
#include <
svx/svdogrp.hxx
>
469
#include <
svx/svdoole2.hxx
>
470
#include <
svx/svdopage.hxx
>
471
#include <
svx/svdopath.hxx
>
472
#include <
svx/svdorect.hxx
>
473
#include <
svx/svdotable.hxx
>
474
#include <
svx/svdotext.hxx
>
475
#include <
svx/svdouno.hxx
>
476
#include <
svx/svdoutl.hxx
>
477
#include <
svx/svdpage.hxx
>
478
#include <
svx/svdpagv.hxx
>
479
#include <
svx/svdpool.hxx
>
480
#include <
svx/svdtypes.hxx
>
481
#include <
svx/svdundo.hxx
>
482
#include <
svx/svxdlg.hxx
>
483
#include <
svx/svxdllapi.h
>
484
#include <
svx/unoapi.hxx
>
485
#include <
svx/unoshape.hxx
>
486
#include <
svx/xbtmpit.hxx
>
487
#include <
svx/xdef.hxx
>
488
#include <
svx/xfillit0.hxx
>
489
#include <
svx/xflclit.hxx
>
490
#include <
svx/xflgrit.hxx
>
491
#include <
svx/xflhtit.hxx
>
492
#include <
svx/xit.hxx
>
493
#include <
svx/xlineit0.hxx
>
494
#include <
svx/xlnclit.hxx
>
495
#include <
svx/xlndsit.hxx
>
496
#include <
svx/xlnedit.hxx
>
497
#include <
svx/xlnstit.hxx
>
498
#include <
svx/xlnwtit.hxx
>
499
#include <
svx/xpoly.hxx
>
500
#include <
svx/xtable.hxx
>
501
#include <
svx/zoomslideritem.hxx
>
502
#include <
toolkit/helper/vclunohelper.hxx
>
503
#include <
tools/UnitConversion.hxx
>
504
#include <
tools/color.hxx
>
505
#include <
tools/debug.hxx
>
506
#include <
tools/degree.hxx
>
507
#include <
tools/fldunit.hxx
>
508
#include <
tools/fontenum.hxx
>
509
#include <
tools/fract.hxx
>
510
#include <
tools/gen.hxx
>
511
#include <
tools/globname.hxx
>
512
#include <
tools/link.hxx
>
513
#include <
tools/long.hxx
>
514
#include <
tools/mapunit.hxx
>
515
#include <
tools/poly.hxx
>
516
#include <
tools/ref.hxx
>
517
#include <
tools/solar.h
>
518
#include <
tools/stream.hxx
>
519
#include <
tools/toolsdllapi.h
>
520
#include <
tools/urlobj.hxx
>
521
#include <
tools/weakbase.h
>
522
#include <typelib/typedescription.h>
523
#include <
undo/undomanager.hxx
>
524
#include <
undo/undoobjects.hxx
>
525
#include <uno/any2.h>
526
#include <uno/data.h>
527
#include <uno/sequence2.h>
528
#include <
unotools/configmgr.hxx
>
529
#include <
unotools/localedatawrapper.hxx
>
530
#include <
unotools/moduleoptions.hxx
>
531
#include <
unotools/options.hxx
>
532
#include <
unotools/pathoptions.hxx
>
533
#include <
unotools/resmgr.hxx
>
534
#include <
unotools/streamwrap.hxx
>
535
#include <
unotools/syslocale.hxx
>
536
#include <
unotools/ucbstreamhelper.hxx
>
537
#include <
unotools/unotoolsdllapi.h
>
538
#include <
unotools/useroptions.hxx
>
539
#include <
view/SlideSorterView.hxx
>
540
#include <
view/SlsLayouter.hxx
>
541
#include <
view/SlsPageObjectLayouter.hxx
>
542
#include <
view/SlsTheme.hxx
>
543
#include <
xmloff/autolayout.hxx
>
544
#endif
// PCH_LEVEL >= 3
545
#if PCH_LEVEL >= 4
546
#include <
AnimationChildWindow.hxx
>
547
#include <
Annotation.hxx
>
548
#include <
Client.hxx
>
549
#include <
CustomAnimationEffect.hxx
>
550
#include <
CustomAnimationPane.hxx
>
551
#include <
CustomAnimationPreset.hxx
>
552
#include <
DrawController.hxx
>
553
#include <
DrawDocShell.hxx
>
554
#include <
DrawViewShell.hxx
>
555
#include <
EffectMigration.hxx
>
556
#include <
EventMultiplexer.hxx
>
557
#include <
FactoryIds.hxx
>
558
#include <
FormShellManager.hxx
>
559
#include <
FrameView.hxx
>
560
#include <
GraphicDocShell.hxx
>
561
#include <
GraphicViewShell.hxx
>
562
#include <
LayerTabBar.hxx
>
563
#include <
MasterPageObserver.hxx
>
564
#include <
OutlineView.hxx
>
565
#include <
OutlineViewShell.hxx
>
566
#include <
Outliner.hxx
>
567
#include <
PaneChildWindows.hxx
>
568
#include <
PresentationViewShell.hxx
>
569
#include <
PreviewRenderer.hxx
>
570
#include <
SlideSorter.hxx
>
571
#include <
SlideSorterViewShell.hxx
>
572
#include <SpellDialogChildWindow.hxx>
573
#include <
TextObjectBar.hxx
>
574
#include <
ToolBarManager.hxx
>
575
#include <View.hxx>
576
#include <
ViewShell.hxx
>
577
#include <
ViewShellBase.hxx
>
578
#include <
ViewShellHint.hxx
>
579
#include <
ViewShellImplementation.hxx
>
580
#include <
ViewShellManager.hxx
>
581
#include <
Window.hxx
>
582
#include <
anminfo.hxx
>
583
#include <
cusshow.hxx
>
584
#include <
customshowlist.hxx
>
585
#include <drawdoc.hxx>
586
#include <drawview.hxx>
587
#include <
fubullet.hxx
>
588
#include <fuconstr.hxx>
589
#include <
fucushow.hxx
>
590
#include <fudraw.hxx>
591
#include <
fuexpand.hxx
>
592
#include <
fuinsfil.hxx
>
593
#include <fupoor.hxx>
594
#include <fusel.hxx>
595
#include <
fusldlg.hxx
>
596
#include <
fusumry.hxx
>
597
#include <
futempl.hxx
>
598
#include <futext.hxx>
599
#include <
glob.hxx
>
600
#include <helpids.h>
601
#include <
navigatr.hxx
>
602
#include <
notifydocumentevent.hxx
>
603
#include <
optsitem.hxx
>
604
#include <
pres.hxx
>
605
#include <
sdabstdlg.hxx
>
606
#include <
sddll.hxx
>
607
#include <
sddllapi.h
>
608
#include <
sdfilter.hxx
>
609
#include <
sdmod.hxx
>
610
#include <
sdpage.hxx
>
611
#include <
sdresid.hxx
>
612
#include <
sdtreelb.hxx
>
613
#include <
sdundo.hxx
>
614
#include <
sdundogr.hxx
>
615
#include <
sdxfer.hxx
>
616
#include <
slideshow.hxx
>
617
#include <stlpool.hxx>
618
#include <stlsheet.hxx>
619
#include <strings.hxx>
620
#include <
titledockwin.hxx
>
621
#include <
unchss.hxx
>
622
#include <
undoanim.hxx
>
623
#include <
unmodpg.hxx
>
624
#include <
unokywds.hxx
>
625
#include <unomodel.hxx>
626
#include <unopage.hxx>
627
#include <unoprnms.hxx>
628
#include <
zoomlist.hxx
>
629
#endif
// PCH_LEVEL >= 4
630
631
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
AnimationChildWindow.hxx
Annotation.hxx
Client.hxx
ConfigurationController.hxx
CustomAnimationEffect.hxx
CustomAnimationPane.hxx
CustomAnimationPreset.hxx
DevelopmentToolChildWindow.hxx
DrawController.hxx
DrawDocShell.hxx
DrawViewShell.hxx
EffectMigration.hxx
EnumContext.hxx
EventMultiplexer.hxx
FactoryIds.hxx
FormShellManager.hxx
FrameView.hxx
FrameworkHelper.hxx
GraphicDocShell.hxx
GraphicObject.hxx
GraphicViewShell.hxx
ImageMapInfo.hxx
InterimItemWindow.hxx
LayerTabBar.hxx
MasterPageObserver.hxx
OutlineViewShell.hxx
OutlineView.hxx
Outliner.hxx
PaneChildWindows.hxx
Pane.hxx
PresentationViewShell.hxx
PreviewRenderer.hxx
Range2D.hxx
SfxBroadcaster.hxx
SfxNotebookBar.hxx
SidebarChildWindow.hxx
Sidebar.hxx
SlideSorterController.hxx
SlideSorterModel.hxx
SlideSorterViewShell.hxx
SlideSorterView.hxx
SlideSorter.hxx
SlsClipboard.hxx
SlsCurrentSlideManager.hxx
SlsFocusManager.hxx
SlsInsertionIndicatorHandler.hxx
SlsLayouter.hxx
SlsPageCacheManager.hxx
SlsPageCache.hxx
SlsPageDescriptor.hxx
SlsPageEnumerationProvider.hxx
SlsPageObjectLayouter.hxx
SlsPageSelector.hxx
SlsProperties.hxx
SlsScrollBarManager.hxx
SlsSelectionFunction.hxx
SlsSelectionManager.hxx
SlsSelectionObserver.hxx
SlsSlotManager.hxx
SlsTheme.hxx
SlsVisibleAreaManager.hxx
SvxColorChildWindow.hxx
TextObjectBar.hxx
ToolBarManager.hxx
UnitConversion.hxx
ViewShellBase.hxx
ViewShellHint.hxx
ViewShellImplementation.hxx
ViewShellManager.hxx
ViewShellWrapper.hxx
ViewShell.hxx
Window.hxx
adjustitem.hxx
anminfo.hxx
any.hxx
app.hxx
autolayout.hxx
b2dhommatrix.hxx
b2dhommatrixtools.hxx
b2dpoint.hxx
b2dpolygon.hxx
b2dpolygontools.hxx
b2dpolypolygon.hxx
b2drange.hxx
b2dsize.hxx
b2dtuple.hxx
b2dvector.hxx
b2ipoint.hxx
b3dtuple.hxx
backtrace.hxx
basedlgs.hxx
basegfxdllapi.h
basemutex.hxx
basicrange.hxx
bcolor.hxx
bindings.hxx
bitmapex.hxx
bmpmask.hxx
boxitem.hxx
chalign.hxx
childwin.hxx
cjkoptions.hxx
classids.hxx
clipfmtitem.hxx
cmapitem.hxx
color.hxx
colritem.hxx
commandevent.hxx
commandinfoprovider.hxx
compbase.hxx
comphelperdllapi.h
config.h
configmgr.hxx
contouritem.hxx
cow_wrapper.hxx
cppudllapi.h
cppuhelperdllapi.h
crossedoutitem.hxx
cusshow.hxx
customshowlist.hxx
customweld.hxx
debug.hxx
degree.hxx
deleter.hxx
diagnose_ex.hxx
dialmgr.hxx
dispatch.hxx
dllapi.h
docfile.hxx
docfilt.hxx
drawinglayerdllapi.h
drawingmltypes.hxx
drawitem.hxx
editdata.hxx
editengdllapi.h
editobj.hxx
editstat.hxx
editview.hxx
eeitem.hxx
ehdl.hxx
eitem.hxx
errcode.hxx
errinf.hxx
escapementitem.hxx
event.hxx
exchange.hxx
extract.hxx
extrusionbar.hxx
f3dchild.hxx
fcontnr.hxx
fhgtitem.hxx
flditem.hxx
fldunit.hxx
flstitem.hxx
fmshell.hxx
fntstyle.hxx
fontenum.hxx
fontitem.hxx
fontwork.hxx
fontworkbar.hxx
formats.hxx
fract.hxx
frame.hxx
frmdiritem.hxx
ftools.hxx
fubullet.hxx
fucushow.hxx
fuexpand.hxx
fuinsfil.hxx
fusldlg.hxx
fusumry.hxx
futempl.hxx
gallery.hxx
gen.hxx
glob.hxx
globname.hxx
gradient.hxx
graph.hxx
graphicfilter.hxx
help.hxx
hint.hxx
hlnkitem.hxx
hyperdlg.hxx
idle.hxx
image.hxx
imapdlg.hxx
imapobj.hxx
implbase.hxx
infobar.hxx
intitem.hxx
ipclient.hxx
itempool.hxx
itemset.hxx
keycod.hxx
lang.h
langitem.hxx
languagetag.hxx
link.hxx
linkmgr.hxx
localedatawrapper.hxx
log.hxx
lok.hxx
lokhelper.hxx
long.hxx
lrspitem.hxx
lspcitem.hxx
lstner.hxx
macitem.hxx
macros.h
mapmod.hxx
mapunit.hxx
mediaplayer.hxx
mediawindow.hxx
memberids.h
metitem.hxx
moduleoptions.hxx
msdffdef.hxx
msfilterdllapi.h
msg.hxx
navigatr.hxx
notifydocumentevent.hxx
numitem.hxx
obj3d.hxx
objface.hxx
objsh.hxx
options.hxx
optsitem.hxx
outdev.hxx
outliner.hxx
outlobj.hxx
overlayobject.hxx
pageitem.hxx
pathoptions.hxx
poly.hxx
poolitem.hxx
postitem.hxx
pres.hxx
printer.hxx
processfactory.hxx
progress.hxx
propertysequence.hxx
propertyvalue.hxx
ptitem.hxx
ptrstyle.hxx
ref.hxx
region.hxx
request.hxx
resmgr.hxx
ruler.hxx
rulritem.hxx
safeint.hxx
sberrors.hxx
sbstar.hxx
scene3d.hxx
scopeguard.hxx
sdabstdlg.hxx
sddll.hxx
sddllapi.h
sdfilter.hxx
sdmetitm.hxx
sdmod.hxx
sdooitm.hxx
sdpage.hxx
sdresid.hxx
sdrpagewindow.hxx
sdrpaintwindow.hxx
sdtagitm.hxx
sdtfsitm.hxx
sdtmfitm.hxx
sdtreelb.hxx
sdundo.hxx
sdundogr.hxx
sdxfer.hxx
sequence.hxx
sequenceashashmap.hxx
servicehelper.hxx
settings.hxx
sfxdlg.hxx
sfxecode.hxx
shdditem.hxx
shell.hxx
simplereferenceobject.hxx
sizeitem.hxx
slideshow.hxx
solar.h
sorted_vector.hxx
span.hxx
srchdlg.hxx
srchitem.hxx
stbitem.hxx
storage.hxx
storagehelper.hxx
stream.hxx
streamwrap.hxx
string_view.hxx
stritem.hxx
strong_int.hxx
style.hxx
supportsservice.hxx
svapp.hxx
svddef.hxx
svdetc.hxx
svdhdl.hxx
svditer.hxx
svdlayer.hxx
svdobj.hxx
svdograf.hxx
svdogrp.hxx
svdoole2.hxx
svdopage.hxx
svdopath.hxx
svdorect.hxx
svdotable.hxx
svdotext.hxx
svdouno.hxx
svdoutl.hxx
svdpage.hxx
svdpagv.hxx
svdpool.hxx
svdtypes.hxx
svdundo.hxx
svldllapi.h
svtdllapi.h
svtresid.hxx
svxdlg.hxx
svxdllapi.h
syslocale.hxx
tbxctrl.hxx
thread.hxx
timer.hxx
titledockwin.hxx
toolbox.hxx
toolsdllapi.h
tplpitem.hxx
transfer.hxx
typed_flags_set.hxx
typedwhich.hxx
types.h
typesizes.h
ucbstreamhelper.hxx
udlnitem.hxx
ulspitem.hxx
unchss.hxx
underlyingenumvalue.hxx
undoanim.hxx
undomanager.hxx
undoobjects.hxx
unit_conversion.hxx
unmodpg.hxx
unoapi.hxx
unoedsrc.hxx
unokywds.hxx
unolingu.hxx
unoshape.hxx
unotoolsdllapi.h
unotype.hxx
urihelper.hxx
urlbmk.hxx
urlobj.hxx
useroptions.hxx
vclenum.hxx
vclevent.hxx
vclfactory.hxx
vclptr.hxx
vclunohelper.hxx
viewcontact.hxx
viewfac.hxx
viewfrm.hxx
viewinformation2d.hxx
viewobjectcontact.hxx
viewsh.hxx
virdev.hxx
weakagg.hxx
weakbase.h
weakref.hxx
weld.hxx
weldutils.hxx
wghtitem.hxx
whiter.hxx
window.hxx
wintypes.hxx
wrkwin.hxx
xbtmpit.hxx
xdef.hxx
xfillit0.hxx
xflclit.hxx
xflgrit.hxx
xflhtit.hxx
xit.hxx
xlineit0.hxx
xlnclit.hxx
xlndsit.hxx
xlnedit.hxx
xlnstit.hxx
xlnwtit.hxx
xpoly.hxx
xtable.hxx
zoomitem.hxx
zoomlist.hxx
zoomslideritem.hxx
Generated on Sun Jul 30 2023 04:26:51 for LibreOffice Module sd (master) by
1.9.3