Update git submodules
[LibreOffice.git] / vbahelper / inc / pch / precompiled_vbahelper.hxx
blob78ab44945e74f40f22427fcbe0fb1df77b274326
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 2021-08-22 14:51:13 using:
17 ./bin/update_pch vbahelper vbahelper --cutoff=3 --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 ./vbahelper/inc/pch/precompiled_vbahelper.hxx "make vbahelper.build" --find-conflicts
23 #include <sal/config.h>
24 #if PCH_LEVEL >= 1
25 #include <cassert>
26 #include <cstddef>
27 #include <deque>
28 #include <exception>
29 #include <functional>
30 #include <limits>
31 #include <memory>
32 #include <string_view>
33 #include <utility>
34 #include <vector>
35 #include <boost/property_tree/ptree_fwd.hpp>
36 #endif // PCH_LEVEL >= 1
37 #if PCH_LEVEL >= 2
38 #include <osl/file.hxx>
39 #include <rtl/instance.hxx>
40 #include <rtl/ref.hxx>
41 #include <rtl/textenc.h>
42 #include <rtl/ustrbuf.hxx>
43 #include <rtl/ustring.hxx>
44 #include <sal/log.hxx>
45 #include <sal/macros.h>
46 #include <sal/types.h>
47 #include <vcl/IDialogRenderable.hxx>
48 #include <vcl/bitmapex.hxx>
49 #include <comphelper/errcode.hxx>
50 #include <vcl/region.hxx>
51 #include <vcl/svapp.hxx>
52 #endif // PCH_LEVEL >= 2
53 #if PCH_LEVEL >= 3
54 #include <basic/basicdllapi.h>
55 #include <basic/sbdef.hxx>
56 #include <basic/sberrors.hxx>
57 #include <basic/sbmod.hxx>
58 #include <basic/sbx.hxx>
59 #include <basic/sbxdef.hxx>
60 #include <basic/sbxobj.hxx>
61 #include <com/sun/star/beans/XPropertySet.hpp>
62 #include <com/sun/star/drawing/XDrawPage.hpp>
63 #include <com/sun/star/drawing/XShape.hpp>
64 #include <com/sun/star/frame/XFrame.hpp>
65 #include <com/sun/star/frame/XModel.hpp>
66 #include <com/sun/star/lang/XServiceInfo.hpp>
67 #include <com/sun/star/lang/XTypeProvider.hpp>
68 #include <com/sun/star/uno/Any.h>
69 #include <com/sun/star/uno/Any.hxx>
70 #include <com/sun/star/uno/Reference.h>
71 #include <com/sun/star/uno/Reference.hxx>
72 #include <com/sun/star/uno/RuntimeException.hpp>
73 #include <com/sun/star/uno/Sequence.hxx>
74 #include <com/sun/star/uno/Type.h>
75 #include <com/sun/star/uno/Type.hxx>
76 #include <com/sun/star/uno/XComponentContext.hpp>
77 #include <com/sun/star/view/XSelectionSupplier.hpp>
78 #include <comphelper/comphelperdllapi.h>
79 #include <comphelper/sequence.hxx>
80 #include <cppuhelper/cppuhelperdllapi.h>
81 #include <cppuhelper/implbase.hxx>
82 #include <cppuhelper/implbase_ex.hxx>
83 #include <cppuhelper/weak.hxx>
84 #include <filter/msfilter/msvbahelper.hxx>
85 #include <o3tl/typed_flags_set.hxx>
86 #include <sfx2/dllapi.h>
87 #include <sfx2/shell.hxx>
88 #include <svl/poolitem.hxx>
89 #include <svl/svldllapi.h>
90 #include <tools/link.hxx>
91 #include <tools/toolsdllapi.h>
92 #endif // PCH_LEVEL >= 3
93 #if PCH_LEVEL >= 4
94 #include <vbahelper/vbadllapi.h>
95 #include <vbahelper/vbahelper.hxx>
96 #include <vbahelper/vbahelperinterface.hxx>
97 #include <vbahelper/vbashape.hxx>
98 #include <vbahelper/vbashaperange.hxx>
99 #endif // PCH_LEVEL >= 4
101 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */