LibreOffice Module reportdesign (master) 1
precompiled_rpt.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:28:24 using:
17 ./bin/update_pch reportdesign rpt --cutoff=9 --exclude:system --include:module --include:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./reportdesign/inc/pch/precompiled_rpt.hxx "make reportdesign.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 <cstdlib>
31#include <cstring>
32#include <deque>
33#include <float.h>
34#include <functional>
35#include <initializer_list>
36#include <iomanip>
37#include <limits.h>
38#include <limits>
39#include <map>
40#include <math.h>
41#include <memory>
42#include <mutex>
43#include <new>
44#include <numeric>
45#include <optional>
46#include <ostream>
47#include <sstream>
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_map>
56#include <unordered_set>
57#include <utility>
58#include <vector>
59#include <boost/property_tree/ptree_fwd.hpp>
60#endif // PCH_LEVEL >= 1
61#if PCH_LEVEL >= 2
62#include <osl/diagnose.h>
63#include <osl/diagnose.hxx>
64#include <osl/doublecheckedlocking.h>
65#include <osl/endian.h>
66#include <osl/getglobalmutex.hxx>
67#include <osl/interlck.h>
68#include <osl/mutex.h>
69#include <osl/mutex.hxx>
70#include <osl/thread.h>
71#include <rtl/alloc.h>
72#include <rtl/character.hxx>
73#include <rtl/instance.hxx>
74#include <rtl/locale.h>
75#include <rtl/math.h>
76#include <rtl/ref.hxx>
77#include <rtl/strbuf.h>
78#include <rtl/strbuf.hxx>
79#include <rtl/string.h>
80#include <rtl/string.hxx>
81#include <rtl/stringconcat.hxx>
82#include <rtl/stringutils.hxx>
83#include <rtl/textcvt.h>
84#include <rtl/textenc.h>
85#include <rtl/unload.h>
86#include <rtl/ustrbuf.hxx>
87#include <rtl/ustring.h>
88#include <rtl/ustring.hxx>
89#include <rtl/uuid.h>
90#include <sal/backtrace.hxx>
91#include <sal/detail/log.h>
92#include <sal/log.hxx>
93#include <sal/macros.h>
94#include <sal/saldllapi.h>
95#include <sal/types.h>
96#include <sal/typesizes.h>
99#include <vcl/Scanline.hxx>
100#include <vcl/alpha.hxx>
103#include <vcl/bitmap.hxx>
105#include <vcl/bitmapex.hxx>
106#include <vcl/cairo.hxx>
107#include <vcl/checksum.hxx>
108#include <vcl/dllapi.h>
109#include <vcl/fntstyle.hxx>
110#include <vcl/font.hxx>
111#include <vcl/gfxlink.hxx>
112#include <vcl/gradient.hxx>
113#include <vcl/graph.hxx>
114#include <vcl/kernarray.hxx>
115#include <vcl/mapmod.hxx>
117#include <vcl/outdev.hxx>
118#include <vcl/region.hxx>
134#include <vcl/settings.hxx>
135#include <vcl/task.hxx>
136#include <vcl/timer.hxx>
137#include <vcl/vclenum.hxx>
138#include <vcl/vclptr.hxx>
141#include <vcl/wall.hxx>
142#endif // PCH_LEVEL >= 2
143#if PCH_LEVEL >= 3
168#include <com/sun/star/awt/DeviceInfo.hpp>
169#include <com/sun/star/awt/FontDescriptor.hpp>
170#include <com/sun/star/awt/GradientStyle.hpp>
171#include <com/sun/star/beans/XFastPropertySet.hpp>
172#include <com/sun/star/beans/XMultiPropertySet.hpp>
173#include <com/sun/star/beans/XPropertyAccess.hpp>
174#include <com/sun/star/beans/XPropertySet.hpp>
175#include <com/sun/star/container/XChild.hpp>
176#include <com/sun/star/drawing/LineCap.hpp>
177#include <com/sun/star/drawing/TextFitToSizeType.hpp>
178#include <com/sun/star/drawing/XShape.hpp>
179#include <com/sun/star/form/FormComponentType.hpp>
180#include <com/sun/star/graphic/XPrimitive2D.hpp>
181#include <com/sun/star/io/XInputStream.hpp>
182#include <com/sun/star/io/XOutputStream.hpp>
183#include <com/sun/star/io/XSeekable.hpp>
184#include <com/sun/star/io/XStream.hpp>
185#include <com/sun/star/io/XTruncate.hpp>
186#include <com/sun/star/lang/DisposedException.hpp>
187#include <com/sun/star/lang/EventObject.hpp>
188#include <com/sun/star/lang/Locale.hpp>
189#include <com/sun/star/lang/XComponent.hpp>
190#include <com/sun/star/lang/XMultiServiceFactory.hpp>
191#include <com/sun/star/lang/XServiceInfo.hpp>
192#include <com/sun/star/lang/XTypeProvider.hpp>
193#include <com/sun/star/lang/XUnoTunnel.hpp>
194#include <com/sun/star/report/XReportComponent.hpp>
195#include <com/sun/star/style/XStyle.hpp>
196#include <com/sun/star/uno/Any.h>
197#include <com/sun/star/uno/Any.hxx>
198#include <com/sun/star/uno/Reference.h>
199#include <com/sun/star/uno/Reference.hxx>
200#include <com/sun/star/uno/RuntimeException.hpp>
201#include <com/sun/star/uno/Sequence.h>
202#include <com/sun/star/uno/Sequence.hxx>
203#include <com/sun/star/uno/Type.h>
204#include <com/sun/star/uno/Type.hxx>
205#include <com/sun/star/uno/TypeClass.hdl>
206#include <com/sun/star/uno/XAggregation.hpp>
207#include <com/sun/star/uno/XComponentContext.hpp>
208#include <com/sun/star/uno/XInterface.hpp>
209#include <com/sun/star/uno/XWeak.hpp>
210#include <com/sun/star/uno/genfunc.h>
211#include <com/sun/star/uno/genfunc.hxx>
212#include <com/sun/star/util/Date.hpp>
213#include <com/sun/star/util/DateTime.hpp>
214#include <com/sun/star/util/Time.hpp>
215#include <com/sun/star/util/XAccounting.hpp>
219#include <comphelper/errcode.hxx>
223#include <comphelper/uno3.hxx>
225#include <cppu/cppudllapi.h>
226#include <cppu/unotype.hxx>
239#include <cppuhelper/weak.hxx>
240#include <cppuhelper/weakagg.hxx>
241#include <cppuhelper/weakref.hxx>
249#include <editeng/outlobj.hxx>
251#include <i18nlangtag/lang.h>
252#include <o3tl/cow_wrapper.hxx>
253#include <o3tl/safeint.hxx>
254#include <o3tl/span.hxx>
255#include <o3tl/strong_int.hxx>
261#include <sfx2/dllapi.h>
262#include <svl/SfxBroadcaster.hxx>
263#include <svl/cenumitm.hxx>
264#include <svl/eitem.hxx>
265#include <svl/hint.hxx>
266#include <svl/itemset.hxx>
267#include <svl/lstner.hxx>
268#include <svl/poolitem.hxx>
269#include <svl/style.hxx>
270#include <svl/stylesheetuser.hxx>
271#include <svl/svldllapi.h>
272#include <svl/typedwhich.hxx>
273#include <svl/whichranges.hxx>
274#include <svx/itextprovider.hxx>
277#include <svx/sdtaditm.hxx>
278#include <svx/sdtaitm.hxx>
279#include <svx/sdtakitm.hxx>
280#include <svx/svddef.hxx>
281#include <svx/svdoattr.hxx>
282#include <svx/svdobj.hxx>
283#include <svx/svdobjkind.hxx>
284#include <svx/svdsob.hxx>
285#include <svx/svdtext.hxx>
286#include <svx/svdtrans.hxx>
287#include <svx/svdtypes.hxx>
288#include <svx/svxdllapi.h>
289#include <svx/xdef.hxx>
290#include <tools/color.hxx>
291#include <tools/date.hxx>
292#include <tools/datetime.hxx>
293#include <tools/degree.hxx>
294#include <tools/fldunit.hxx>
295#include <tools/fontenum.hxx>
296#include <tools/fract.hxx>
297#include <tools/gen.hxx>
298#include <tools/helpers.hxx>
299#include <tools/lineend.hxx>
300#include <tools/link.hxx>
301#include <tools/long.hxx>
302#include <tools/mapunit.hxx>
303#include <tools/poly.hxx>
304#include <tools/ref.hxx>
305#include <tools/solar.h>
306#include <tools/stream.hxx>
307#include <tools/time.hxx>
308#include <tools/toolsdllapi.h>
309#include <typelib/typeclass.h>
310#include <typelib/typedescription.h>
311#include <typelib/uik.h>
312#include <uno/any2.h>
313#include <uno/data.h>
314#include <uno/sequence2.h>
315#include <unotools/fontdefs.hxx>
316#include <unotools/resmgr.hxx>
317#include <unotools/syslocale.hxx>
318#include <unotools/tempfile.hxx>
320#include <unotools/weakref.hxx>
321#endif // PCH_LEVEL >= 3
322#if PCH_LEVEL >= 4
323#include <RptModel.hxx>
324#include <Tools.hxx>
325#include <core_resource.hxx>
326#include <dllapi.h>
327#include <strings.hxx>
328#endif // PCH_LEVEL >= 4
329
330/* vim:set shiftwidth=4 softtabstop=4 expandtab: */