LibreOffice Module writerfilter (master) 1
precompiled_writerfilter.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 2021-08-22 14:50:51 using:
17 ./bin/update_pch writerfilter writerfilter --cutoff=5 --exclude:system --exclude:module --exclude:local
18
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
21*/
22
23#include <sal/config.h>
24#if PCH_LEVEL >= 1
25#include <algorithm>
26#include <cassert>
27#include <cstddef>
28#include <functional>
29#include <iomanip>
30#include <limits>
31#include <math.h>
32#include <memory>
33#include <ostream>
34#include <string_view>
35#include <type_traits>
36#include <utility>
37#include <vector>
38#include <boost/lexical_cast.hpp>
39#endif // PCH_LEVEL >= 1
40#if PCH_LEVEL >= 2
41#include <osl/diagnose.h>
42#include <osl/diagnose.hxx>
43#include <osl/file.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/string.hxx>
52#include <rtl/tencinfo.h>
53#include <rtl/textenc.h>
54#include <rtl/uri.hxx>
55#include <rtl/ustring.hxx>
56#include <sal/log.hxx>
57#include <sal/macros.h>
58#include <sal/types.h>
59#include <vcl/dllapi.h>
60#endif // PCH_LEVEL >= 2
61#if PCH_LEVEL >= 3
66#include <com/sun/star/beans/XPropertySet.hpp>
67#include <com/sun/star/drawing/XDrawPageSupplier.hpp>
68#include <com/sun/star/lang/XMultiServiceFactory.hpp>
69#include <com/sun/star/lang/XServiceInfo.hpp>
70#include <com/sun/star/lang/XTypeProvider.hpp>
71#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
72#include <com/sun/star/table/BorderLine2.hpp>
73#include <com/sun/star/text/HoriOrientation.hpp>
74#include <com/sun/star/text/RelOrientation.hpp>
75#include <com/sun/star/text/SizeType.hpp>
76#include <com/sun/star/text/TextContentAnchorType.hpp>
77#include <com/sun/star/text/VertOrientation.hpp>
78#include <com/sun/star/text/WrapTextMode.hpp>
79#include <com/sun/star/uno/Any.h>
80#include <com/sun/star/uno/Any.hxx>
81#include <com/sun/star/uno/Reference.h>
82#include <com/sun/star/uno/Reference.hxx>
83#include <com/sun/star/uno/RuntimeException.hpp>
84#include <com/sun/star/uno/Sequence.hxx>
85#include <com/sun/star/uno/Type.h>
86#include <com/sun/star/uno/Type.hxx>
87#include <com/sun/star/uno/XInterface.hpp>
88#include <com/sun/star/uno/genfunc.hxx>
92#include <comphelper/string.hxx>
93#include <cppu/cppudllapi.h>
94#include <cppu/unotype.hxx>
97#include <cppuhelper/weak.hxx>
100#include <o3tl/cow_wrapper.hxx>
102#include <oox/dllapi.h>
104#include <oox/token/tokens.hxx>
105#include <ooxml/resourceids.hxx>
106#include <sfx2/dllapi.h>
107#include <svx/svxdllapi.h>
109#include <tools/color.hxx>
111#include <tools/gen.hxx>
112#include <tools/long.hxx>
113#include <tools/ref.hxx>
114#include <tools/solar.h>
115#include <uno/data.h>
116#include <uno/sequence2.h>
119#endif // PCH_LEVEL >= 3
120#if PCH_LEVEL >= 4
121#endif // PCH_LEVEL >= 4
122
123/* vim:set shiftwidth=4 softtabstop=4 expandtab: */