Version 6.4.0.3, tag libreoffice-6.4.0.3
[LibreOffice.git] / writerfilter / inc / pch / precompiled_writerfilter.hxx
blob02776587c7570dc58ac032b07f53d00f62340e97
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:17:48 using:
17 ./bin/update_pch writerfilter writerfilter --cutoff=5 --exclude:system --exclude:module --exclude:local
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./writerfilter/inc/pch/precompiled_writerfilter.hxx "make writerfilter.build" --find-conflicts
23 #if PCH_LEVEL >= 1
24 #include <algorithm>
25 #include <cassert>
26 #include <cstddef>
27 #include <functional>
28 #include <iomanip>
29 #include <iostream>
30 #include <memory>
31 #include <ostream>
32 #include <type_traits>
33 #include <utility>
34 #include <vector>
35 #include <boost/logic/tribool.hpp>
36 #include <boost/optional.hpp>
37 #endif // PCH_LEVEL >= 1
38 #if PCH_LEVEL >= 2
39 #include <osl/diagnose.h>
40 #include <osl/diagnose.hxx>
41 #include <osl/doublecheckedlocking.h>
42 #include <osl/file.hxx>
43 #include <osl/getglobalmutex.hxx>
44 #include <osl/mutex.hxx>
45 #include <osl/thread.h>
46 #include <rtl/character.hxx>
47 #include <rtl/instance.hxx>
48 #include <rtl/locale.h>
49 #include <rtl/math.hxx>
50 #include <rtl/ref.hxx>
51 #include <rtl/strbuf.h>
52 #include <rtl/string.hxx>
53 #include <rtl/stringconcat.hxx>
54 #include <rtl/stringutils.hxx>
55 #include <rtl/tencinfo.h>
56 #include <rtl/textenc.h>
57 #include <rtl/uri.hxx>
58 #include <rtl/ustrbuf.hxx>
59 #include <rtl/ustring.hxx>
60 #include <sal/config.h>
61 #include <sal/log.hxx>
62 #include <sal/macros.h>
63 #include <sal/types.h>
64 #include <vcl/dllapi.h>
65 #include <vcl/svapp.hxx>
66 #endif // PCH_LEVEL >= 2
67 #if PCH_LEVEL >= 3
68 #include <com/sun/star/beans/XPropertySet.hpp>
69 #include <com/sun/star/drawing/XDrawPageSupplier.hpp>
70 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
71 #include <com/sun/star/lang/XServiceInfo.hpp>
72 #include <com/sun/star/lang/XTypeProvider.hpp>
73 #include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
74 #include <com/sun/star/table/BorderLine2.hpp>
75 #include <com/sun/star/text/HoriOrientation.hpp>
76 #include <com/sun/star/text/RelOrientation.hpp>
77 #include <com/sun/star/text/SizeType.hpp>
78 #include <com/sun/star/text/TextContentAnchorType.hpp>
79 #include <com/sun/star/text/VertOrientation.hpp>
80 #include <com/sun/star/text/WrapTextMode.hpp>
81 #include <com/sun/star/uno/Any.h>
82 #include <com/sun/star/uno/Any.hxx>
83 #include <com/sun/star/uno/Reference.h>
84 #include <com/sun/star/uno/Reference.hxx>
85 #include <com/sun/star/uno/RuntimeException.hpp>
86 #include <com/sun/star/uno/Sequence.hxx>
87 #include <com/sun/star/uno/Type.h>
88 #include <com/sun/star/uno/Type.hxx>
89 #include <com/sun/star/uno/XInterface.hpp>
90 #include <com/sun/star/uno/genfunc.hxx>
91 #include <comphelper/comphelperdllapi.h>
92 #include <comphelper/sequence.hxx>
93 #include <cppu/cppudllapi.h>
94 #include <cppu/unotype.hxx>
95 #include <cppuhelper/implbase.hxx>
96 #include <cppuhelper/implbase_ex.hxx>
97 #include <cppuhelper/weak.hxx>
98 #include <editeng/editengdllapi.h>
99 #include <filter/msfilter/util.hxx>
100 #include <o3tl/typed_flags_set.hxx>
101 #include <oox/dllapi.h>
102 #include <oox/token/tokens.hxx>
103 #include <ooxml/resourceids.hxx>
104 #include <sfx2/dllapi.h>
105 #include <tools/color.hxx>
106 #include <tools/diagnose_ex.h>
107 #include <tools/gen.hxx>
108 #include <tools/ref.hxx>
109 #include <tools/solar.h>
110 #include <uno/data.h>
111 #include <uno/sequence2.h>
112 #include <unotools/mediadescriptor.hxx>
113 #include <unotools/unotoolsdllapi.h>
114 #endif // PCH_LEVEL >= 3
115 #if PCH_LEVEL >= 4
116 #endif // PCH_LEVEL >= 4
118 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */