LibreOffice Module slideshow (master) 1
precompiled_slideshow.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-07-19 09:27:50 using:
17 ./bin/update_pch slideshow slideshow --cutoff=4 --exclude:system --include:module --exclude:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./slideshow/inc/pch/precompiled_slideshow.hxx "make slideshow.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 <chrono>
29#include <cmath>
30#include <cstddef>
31#include <cstdlib>
32#include <cstring>
33#include <deque>
34#include <float.h>
35#include <functional>
36#include <initializer_list>
37#include <iomanip>
38#include <limits.h>
39#include <limits>
40#include <map>
41#include <math.h>
42#include <memory>
43#include <mutex>
44#include <new>
45#include <numeric>
46#include <optional>
47#include <ostream>
48#include <stddef.h>
49#include <stdexcept>
50#include <string.h>
51#include <string>
52#include <string_view>
53#include <type_traits>
54#include <typeinfo>
55#include <unordered_set>
56#include <utility>
57#include <vector>
58#include <boost/property_tree/ptree_fwd.hpp>
59#endif // PCH_LEVEL >= 1
60#if PCH_LEVEL >= 2
61#include <osl/diagnose.h>
62#include <osl/diagnose.hxx>
63#include <osl/doublecheckedlocking.h>
64#include <osl/endian.h>
65#include <osl/getglobalmutex.hxx>
66#include <osl/interlck.h>
67#include <osl/mutex.h>
68#include <osl/mutex.hxx>
69#include <osl/thread.hxx>
70#include <osl/time.h>
71#include <rtl/alloc.h>
72#include <rtl/instance.hxx>
73#include <rtl/math.h>
74#include <rtl/math.hxx>
75#include <rtl/ref.hxx>
76#include <rtl/strbuf.h>
77#include <rtl/strbuf.hxx>
78#include <rtl/string.h>
79#include <rtl/string.hxx>
80#include <rtl/stringconcat.hxx>
81#include <rtl/stringutils.hxx>
82#include <rtl/textcvt.h>
83#include <rtl/textenc.h>
84#include <rtl/ustrbuf.h>
85#include <rtl/ustring.h>
86#include <rtl/ustring.hxx>
87#include <sal/backtrace.hxx>
88#include <sal/detail/log.h>
89#include <sal/log.hxx>
90#include <sal/macros.h>
91#include <sal/saldllapi.h>
92#include <sal/types.h>
93#include <sal/typesizes.h>
97#include <vcl/Scanline.hxx>
98#include <vcl/alpha.hxx>
101#include <vcl/bitmap.hxx>
103#include <vcl/bitmapex.hxx>
104#include <vcl/cairo.hxx>
105#include <vcl/checksum.hxx>
106#include <vcl/dllapi.h>
107#include <vcl/fntstyle.hxx>
108#include <vcl/font.hxx>
109#include <vcl/gdimtf.hxx>
110#include <vcl/gfxlink.hxx>
111#include <vcl/gradient.hxx>
112#include <vcl/graph.hxx>
113#include <vcl/kernarray.hxx>
114#include <vcl/mapmod.hxx>
116#include <vcl/outdev.hxx>
117#include <vcl/region.hxx>
133#include <vcl/settings.hxx>
134#include <vcl/task.hxx>
135#include <vcl/timer.hxx>
136#include <vcl/vclenum.hxx>
137#include <vcl/vclptr.hxx>
140#include <vcl/wall.hxx>
141#endif // PCH_LEVEL >= 2
142#if PCH_LEVEL >= 3
170#include <canvas/canvastools.hxx>
171#include <com/sun/star/animations/Timing.hpp>
172#include <com/sun/star/animations/TransitionSubType.hpp>
173#include <com/sun/star/animations/TransitionType.hpp>
174#include <com/sun/star/animations/XAnimationNode.hpp>
175#include <com/sun/star/awt/DeviceInfo.hpp>
176#include <com/sun/star/awt/FontSlant.hpp>
177#include <com/sun/star/awt/GradientStyle.hpp>
178#include <com/sun/star/awt/Key.hpp>
179#include <com/sun/star/awt/KeyGroup.hpp>
180#include <com/sun/star/awt/MouseButton.hpp>
181#include <com/sun/star/awt/SystemPointer.hpp>
182#include <com/sun/star/beans/XPropertySet.hpp>
183#include <com/sun/star/drawing/FillStyle.hpp>
184#include <com/sun/star/drawing/LineCap.hpp>
185#include <com/sun/star/drawing/LineStyle.hpp>
186#include <com/sun/star/drawing/TextFitToSizeType.hpp>
187#include <com/sun/star/drawing/XDrawPage.hpp>
188#include <com/sun/star/drawing/XShape.hpp>
189#include <com/sun/star/form/FormComponentType.hpp>
190#include <com/sun/star/graphic/XPrimitive2D.hpp>
191#include <com/sun/star/io/XInputStream.hpp>
192#include <com/sun/star/io/XOutputStream.hpp>
193#include <com/sun/star/io/XSeekable.hpp>
194#include <com/sun/star/io/XStream.hpp>
195#include <com/sun/star/io/XTruncate.hpp>
196#include <com/sun/star/lang/DisposedException.hpp>
197#include <com/sun/star/lang/EventObject.hpp>
198#include <com/sun/star/lang/NoSupportException.hpp>
199#include <com/sun/star/lang/XComponent.hpp>
200#include <com/sun/star/lang/XTypeProvider.hpp>
201#include <com/sun/star/media/ZoomLevel.hpp>
202#include <com/sun/star/presentation/ParagraphTarget.hpp>
203#include <com/sun/star/presentation/XSlideShowView.hpp>
204#include <com/sun/star/rendering/XCanvas.hpp>
205#include <com/sun/star/style/XStyle.hpp>
206#include <com/sun/star/uno/Any.h>
207#include <com/sun/star/uno/Any.hxx>
208#include <com/sun/star/uno/Reference.h>
209#include <com/sun/star/uno/Reference.hxx>
210#include <com/sun/star/uno/RuntimeException.hpp>
211#include <com/sun/star/uno/Sequence.h>
212#include <com/sun/star/uno/Sequence.hxx>
213#include <com/sun/star/uno/Type.h>
214#include <com/sun/star/uno/Type.hxx>
215#include <com/sun/star/uno/TypeClass.hdl>
216#include <com/sun/star/uno/XAggregation.hpp>
217#include <com/sun/star/uno/XInterface.hpp>
218#include <com/sun/star/uno/XWeak.hpp>
219#include <com/sun/star/uno/genfunc.h>
220#include <com/sun/star/uno/genfunc.hxx>
221#include <com/sun/star/util/Date.hpp>
222#include <com/sun/star/util/DateTime.hpp>
223#include <com/sun/star/util/Time.hpp>
224#include <com/sun/star/util/XAccounting.hpp>
228#include <comphelper/errcode.hxx>
233#include <cppcanvas/canvas.hxx>
235#include <cppcanvas/color.hxx>
238#include <cppu/cppudllapi.h>
239#include <cppu/unotype.hxx>
247#include <cppuhelper/weak.hxx>
248#include <cppuhelper/weakagg.hxx>
249#include <cppuhelper/weakref.hxx>
257#include <editeng/outlobj.hxx>
259#include <i18nlangtag/lang.h>
260#include <o3tl/cow_wrapper.hxx>
261#include <o3tl/safeint.hxx>
262#include <o3tl/span.hxx>
263#include <o3tl/strong_int.hxx>
269#include <svl/SfxBroadcaster.hxx>
270#include <svl/cenumitm.hxx>
271#include <svl/eitem.hxx>
272#include <svl/hint.hxx>
273#include <svl/itemset.hxx>
274#include <svl/lstner.hxx>
275#include <svl/macitem.hxx>
276#include <svl/poolitem.hxx>
277#include <svl/style.hxx>
278#include <svl/stylesheetuser.hxx>
279#include <svl/svldllapi.h>
280#include <svl/typedwhich.hxx>
281#include <svl/whichranges.hxx>
282#include <svx/itextprovider.hxx>
287#include <svx/sdtaditm.hxx>
288#include <svx/sdtaitm.hxx>
289#include <svx/sdtakitm.hxx>
290#include <svx/svddef.hxx>
291#include <svx/svdglue.hxx>
292#include <svx/svdoattr.hxx>
293#include <svx/svdobj.hxx>
294#include <svx/svdobjkind.hxx>
295#include <svx/svdotext.hxx>
296#include <svx/svdtext.hxx>
297#include <svx/svdtrans.hxx>
298#include <svx/svdtypes.hxx>
299#include <svx/svxdllapi.h>
300#include <svx/xdef.hxx>
301#include <svx/xpoly.hxx>
302#include <tools/color.hxx>
303#include <tools/date.hxx>
304#include <tools/datetime.hxx>
305#include <tools/degree.hxx>
306#include <tools/fldunit.hxx>
307#include <tools/fontenum.hxx>
308#include <tools/fract.hxx>
309#include <tools/gen.hxx>
310#include <tools/helpers.hxx>
311#include <tools/lineend.hxx>
312#include <tools/link.hxx>
313#include <tools/long.hxx>
314#include <tools/mapunit.hxx>
315#include <tools/poly.hxx>
316#include <tools/ref.hxx>
317#include <tools/solar.h>
318#include <tools/stream.hxx>
319#include <tools/time.hxx>
320#include <tools/toolsdllapi.h>
321#include <typelib/typeclass.h>
322#include <typelib/typedescription.h>
323#include <typelib/uik.h>
324#include <uno/any2.h>
325#include <uno/data.h>
326#include <uno/sequence2.h>
327#include <unotools/fontdefs.hxx>
328#include <unotools/resmgr.hxx>
329#include <unotools/syslocale.hxx>
330#include <unotools/tempfile.hxx>
332#include <unotools/weakref.hxx>
333#endif // PCH_LEVEL >= 3
334#if PCH_LEVEL >= 4
335#include <activitiesfactory.hxx>
336#include <activitiesqueue.hxx>
337#include <animationfactory.hxx>
338#include <animationnode.hxx>
339#include <cursormanager.hxx>
340#include <delayevent.hxx>
341#include <disposable.hxx>
342#include <doctreenode.hxx>
343#include <event.hxx>
344#include <eventmultiplexer.hxx>
345#include <eventqueue.hxx>
346#include <rgbcolor.hxx>
347#include <screenupdater.hxx>
348#include <shape.hxx>
350#include <slideshowcontext.hxx>
353#include <tools.hxx>
354#include <transitionfactory.hxx>
355#include <unoview.hxx>
356#include <unoviewcontainer.hxx>
357#include <usereventqueue.hxx>
358#endif // PCH_LEVEL >= 4
359
360/* vim:set shiftwidth=4 softtabstop=4 expandtab: */