Version 6.4.0.3, tag libreoffice-6.4.0.3
[LibreOffice.git] / basic / inc / pch / precompiled_sb.hxx
blobab5c6ce4f40e624837553f50fcb27aa3d1683b09
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 2019-10-17 15:13:54 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 #if PCH_LEVEL >= 1
24 #include <cstddef>
25 #include <math.h>
26 #include <memory>
27 #include <ostream>
28 #include <stdio.h>
29 #include <stdlib.h>
30 #include <string.h>
31 #include <vector>
32 #include <boost/optional.hpp>
33 #include <boost/property_tree/ptree.hpp>
34 #endif // PCH_LEVEL >= 1
35 #if PCH_LEVEL >= 2
36 #include <osl/file.hxx>
37 #include <osl/process.h>
38 #include <osl/thread.h>
39 #include <osl/time.h>
40 #include <rtl/character.hxx>
41 #include <rtl/math.hxx>
42 #include <rtl/strbuf.hxx>
43 #include <rtl/string.hxx>
44 #include <rtl/textenc.h>
45 #include <rtl/ustrbuf.hxx>
46 #include <rtl/ustring.hxx>
47 #include <sal/config.h>
48 #include <sal/log.hxx>
49 #include <sal/saldllapi.h>
50 #include <sal/types.h>
51 #include <vcl/dllapi.h>
52 #include <vcl/errcode.hxx>
53 #include <vcl/settings.hxx>
54 #include <vcl/svapp.hxx>
55 #include <vcl/weld.hxx>
56 #endif // PCH_LEVEL >= 2
57 #if PCH_LEVEL >= 3
58 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
59 #include <com/sun/star/uno/Reference.hxx>
60 #include <com/sun/star/uno/Sequence.hxx>
61 #include <comphelper/processfactory.hxx>
62 #include <comphelper/string.hxx>
63 #include <i18nlangtag/lang.h>
64 #include <o3tl/char16_t2wchar_t.hxx>
65 #include <o3tl/cow_wrapper.hxx>
66 #include <o3tl/float_int_conversion.hxx>
67 #include <svl/SfxBroadcaster.hxx>
68 #include <svl/zforlist.hxx>
69 #include <tools/debug.hxx>
70 #include <tools/link.hxx>
71 #include <tools/stream.hxx>
72 #include <tools/toolsdllapi.h>
73 #include <tools/urlobj.hxx>
74 #include <tools/wintypes.hxx>
75 #include <unotools/charclass.hxx>
76 #include <unotools/resmgr.hxx>
77 #include <unotools/unotoolsdllapi.h>
78 #endif // PCH_LEVEL >= 3
79 #if PCH_LEVEL >= 4
80 #include <basic/basicdllapi.h>
81 #include <basic/sbdef.hxx>
82 #include <basic/sberrors.hxx>
83 #include <basic/sbmod.hxx>
84 #include <basic/sbstar.hxx>
85 #include <basic/sbuno.hxx>
86 #include <basic/sbx.hxx>
87 #include <basic/sbxfac.hxx>
88 #include <basic/sbxform.hxx>
89 #include <basic/sbxmeth.hxx>
90 #include <basic/sbxobj.hxx>
91 #include <basic/sbxprop.hxx>
92 #include <basic/sbxvar.hxx>
93 #include <sbobjmod.hxx>
94 #include <sbxbase.hxx>
95 #endif // PCH_LEVEL >= 4
97 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */