tdf#131098 docx export: write fill property of graphic
[LibreOffice.git] / basic / inc / pch / precompiled_sb.hxx
blob47e336d1cce08fdcdb32bee90534b3a2189de6cf
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
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 */
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).
16 Generated on 2022-06-27 18:57:27 using:
17 ./bin/update_pch basic sb --cutoff=2 --exclude:system --exclude:module --include:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./basic/inc/pch/precompiled_sb.hxx "make basic.build" --find-conflicts
23 #include <sal/config.h>
24 #if PCH_LEVEL >= 1
25 #include <chrono>
26 #include <cstddef>
27 #include <limits>
28 #include <math.h>
29 #include <memory>
30 #include <ostream>
31 #include <stdio.h>
32 #include <stdlib.h>
33 #include <string_view>
34 #include <type_traits>
35 #include <utility>
36 #include <vector>
37 #endif // PCH_LEVEL >= 1
38 #if PCH_LEVEL >= 2
39 #include <osl/endian.h>
40 #include <osl/file.hxx>
41 #include <osl/process.h>
42 #include <osl/time.h>
43 #include <rtl/character.hxx>
44 #include <rtl/math.h>
45 #include <rtl/math.hxx>
46 #include <rtl/string.hxx>
47 #include <rtl/textenc.h>
48 #include <rtl/ustrbuf.hxx>
49 #include <rtl/ustring.h>
50 #include <rtl/ustring.hxx>
51 #include <sal/log.hxx>
52 #include <sal/saldllapi.h>
53 #include <sal/types.h>
54 #include <vcl/dllapi.h>
55 #include <comphelper/errcode.hxx>
56 #include <vcl/graph.hxx>
57 #include <vcl/mapmod.hxx>
58 #include <vcl/settings.hxx>
59 #include <vcl/svapp.hxx>
60 #include <vcl/weld.hxx>
61 #include <vcl/wintypes.hxx>
62 #endif // PCH_LEVEL >= 2
63 #if PCH_LEVEL >= 3
64 #include <basegfx/color/bcolor.hxx>
65 #include <com/sun/star/i18n/TransliterationModules.hpp>
66 #include <com/sun/star/i18n/TransliterationModulesExtra.hpp>
67 #include <com/sun/star/lang/Locale.hpp>
68 #include <com/sun/star/uno/Any.hxx>
69 #include <com/sun/star/uno/Reference.h>
70 #include <com/sun/star/uno/Sequence.hxx>
71 #include <comphelper/processfactory.hxx>
72 #include <comphelper/string.hxx>
73 #include <i18nlangtag/lang.h>
74 #include <i18nutil/transliteration.hxx>
75 #include <o3tl/cow_wrapper.hxx>
76 #include <o3tl/safeint.hxx>
77 #include <o3tl/string_view.hxx>
78 #include <o3tl/typed_flags_set.hxx>
79 #include <svl/SfxBroadcaster.hxx>
80 #include <svl/numformat.hxx>
81 #include <svl/zforlist.hxx>
82 #include <tools/color.hxx>
83 #include <tools/debug.hxx>
84 #include <tools/link.hxx>
85 #include <tools/mapunit.hxx>
86 #include <tools/ref.hxx>
87 #include <tools/stream.hxx>
88 #include <tools/toolsdllapi.h>
89 #include <tools/urlobj.hxx>
90 #include <unotools/charclass.hxx>
91 #include <unotools/syslocale.hxx>
92 #include <unotools/transliterationwrapper.hxx>
93 #include <unotools/unotoolsdllapi.h>
94 #endif // PCH_LEVEL >= 3
95 #if PCH_LEVEL >= 4
96 #include <basic/basicdllapi.h>
97 #include <basic/sbdef.hxx>
98 #include <basic/sberrors.hxx>
99 #include <basic/sbmod.hxx>
100 #include <basic/sbstar.hxx>
101 #include <basic/sbuno.hxx>
102 #include <basic/sbx.hxx>
103 #include <basic/sbxcore.hxx>
104 #include <basic/sbxmeth.hxx>
105 #include <basic/sbxobj.hxx>
106 #include <basic/sbxvar.hxx>
107 #include <date.hxx>
108 #include <global.hxx>
109 #include <iosys.hxx>
110 #include <rtlproto.hxx>
111 #include <runtime.hxx>
112 #include <sbintern.hxx>
113 #include <sbobjmod.hxx>
114 #include <sbunoobj.hxx>
115 #include <sbxbase.hxx>
116 #include <sbxfac.hxx>
117 #include <sbxform.hxx>
118 #include <sbxprop.hxx>
119 #endif // PCH_LEVEL >= 4
121 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */