LibreOffice Module unotools (master) 1
precompiled_utl.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-03-08 13:22:27 using:
17 ./bin/update_pch unotools utl --cutoff=3 --exclude:system --exclude:module --include:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./unotools/inc/pch/precompiled_utl.hxx "make unotools.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 <memory>
29#include <optional>
30#include <ostream>
31#include <stddef.h>
32#include <string_view>
33#include <type_traits>
34#include <unordered_map>
35#include <utility>
36#include <vector>
37#endif // PCH_LEVEL >= 1
38#if PCH_LEVEL >= 2
39#include <osl/detail/file.h>
40#include <osl/diagnose.h>
41#include <osl/endian.h>
42#include <osl/file.hxx>
43#include <osl/mutex.hxx>
44#include <osl/nlsupport.h>
45#include <osl/process.h>
46#include <osl/thread.h>
47#include <osl/thread.hxx>
48#include <osl/time.h>
49#include <rtl/alloc.h>
50#include <rtl/bootstrap.hxx>
51#include <rtl/character.hxx>
52#include <rtl/instance.hxx>
53#include <rtl/locale.h>
54#include <rtl/math.hxx>
55#include <rtl/ref.hxx>
56#include <rtl/string.h>
57#include <rtl/string.hxx>
58#include <rtl/tencinfo.h>
59#include <rtl/textenc.h>
60#include <rtl/uri.hxx>
61#include <rtl/ustrbuf.hxx>
62#include <rtl/ustring.h>
63#include <rtl/ustring.hxx>
64#include <sal/log.hxx>
65#include <sal/macros.h>
66#include <sal/saldllapi.h>
67#include <sal/types.h>
68#include <sal/typesizes.h>
70#endif // PCH_LEVEL >= 2
71#if PCH_LEVEL >= 3
72#include <com/sun/star/beans/NamedValue.hpp>
73#include <com/sun/star/beans/PropertyAttribute.hpp>
74#include <com/sun/star/beans/PropertyValue.hpp>
75#include <com/sun/star/beans/XPropertySet.hpp>
76#include <com/sun/star/configuration/theDefaultProvider.hpp>
77#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
78#include <com/sun/star/container/XNameAccess.hpp>
79#include <com/sun/star/container/XNameContainer.hpp>
80#include <com/sun/star/io/BufferSizeExceededException.hpp>
81#include <com/sun/star/io/NotConnectedException.hpp>
82#include <com/sun/star/io/XActiveDataSink.hpp>
83#include <com/sun/star/lang/Locale.hpp>
84#include <com/sun/star/lang/XComponent.hpp>
85#include <com/sun/star/lang/XServiceInfo.hpp>
86#include <com/sun/star/lang/XSingleServiceFactory.hpp>
87#include <com/sun/star/task/XInteractionHandler.hpp>
88#include <com/sun/star/ucb/CommandAbortedException.hpp>
89#include <com/sun/star/ucb/ContentCreationException.hpp>
90#include <com/sun/star/uno/Any.hxx>
91#include <com/sun/star/uno/Reference.h>
92#include <com/sun/star/uno/Reference.hxx>
93#include <com/sun/star/uno/RuntimeException.hpp>
94#include <com/sun/star/uno/Sequence.h>
95#include <com/sun/star/uno/Sequence.hxx>
96#include <com/sun/star/uno/XInterface.hpp>
97#include <com/sun/star/util/Date.hpp>
98#include <com/sun/star/util/Time.hpp>
99#include <com/sun/star/util/XChangesBatch.hpp>
104#include <cppu/cppudllapi.h>
105#include <cppu/unotype.hxx>
108#include <i18nlangtag/lang.h>
112#include <o3tl/enumarray.hxx>
113#include <o3tl/safeint.hxx>
117#include <tools/date.hxx>
118#include <tools/debug.hxx>
120#include <tools/lineend.hxx>
121#include <tools/long.hxx>
122#include <tools/ref.hxx>
123#include <tools/stream.hxx>
124#include <tools/time.hxx>
125#include <tools/toolsdllapi.h>
126#include <tools/urlobj.hxx>
127#include <ucbhelper/content.hxx>
129#endif // PCH_LEVEL >= 3
130#if PCH_LEVEL >= 4
131#include <unotools/charclass.hxx>
133#include <unotools/configmgr.hxx>
135#include <unotools/fontdefs.hxx>
137#include <unotools/options.hxx>
141#include <unotools/syslocale.hxx>
143#include <unotools/ucbhelper.hxx>
145#endif // PCH_LEVEL >= 4
146
147/* vim:set shiftwidth=4 softtabstop=4 expandtab: */