LibreOffice Module connectivity (master) 1
precompiled_flat.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-04-08 13:43:09 using:
17 ./bin/update_pch connectivity flat --cutoff=2 --exclude:system --include:module --include:local
18
19 If after updating build fails, use the following command to locate conflicting headers:
20 ./bin/update_pch_bisect ./connectivity/inc/pch/precompiled_flat.hxx "make connectivity.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 <cstdlib>
29#include <cstring>
30#include <functional>
31#include <initializer_list>
32#include <iomanip>
33#include <limits>
34#include <map>
35#include <math.h>
36#include <memory>
37#include <new>
38#include <ostream>
39#include <stddef.h>
40#include <string.h>
41#include <string>
42#include <string_view>
43#include <type_traits>
44#include <utility>
45#include <vector>
46#endif // PCH_LEVEL >= 1
47#if PCH_LEVEL >= 2
48#include <osl/diagnose.h>
49#include <osl/doublecheckedlocking.h>
50#include <osl/endian.h>
51#include <osl/getglobalmutex.hxx>
52#include <osl/interlck.h>
53#include <osl/mutex.h>
54#include <osl/mutex.hxx>
55#include <rtl/alloc.h>
56#include <rtl/instance.hxx>
57#include <rtl/locale.h>
58#include <rtl/math.h>
59#include <rtl/math.hxx>
60#include <rtl/ref.hxx>
61#include <rtl/strbuf.h>
62#include <rtl/strbuf.hxx>
63#include <rtl/string.h>
64#include <rtl/string.hxx>
65#include <rtl/stringconcat.hxx>
66#include <rtl/stringutils.hxx>
67#include <rtl/textcvt.h>
68#include <rtl/textenc.h>
69#include <rtl/ustrbuf.h>
70#include <rtl/ustrbuf.hxx>
71#include <rtl/ustring.h>
72#include <rtl/ustring.hxx>
73#include <rtl/uuid.h>
74#include <sal/detail/log.h>
75#include <sal/log.hxx>
76#include <sal/macros.h>
77#include <sal/mathconf.h>
78#include <sal/saldllapi.h>
79#include <sal/types.h>
80#include <sal/typesizes.h>
81#endif // PCH_LEVEL >= 2
82#if PCH_LEVEL >= 3
83#include <com/sun/star/beans/Property.hpp>
84#include <com/sun/star/beans/PropertyState.hpp>
85#include <com/sun/star/beans/XFastPropertySet.hpp>
86#include <com/sun/star/beans/XMultiPropertySet.hpp>
87#include <com/sun/star/beans/XPropertiesChangeListener.hpp>
88#include <com/sun/star/beans/XPropertySet.hpp>
89#include <com/sun/star/beans/XPropertySetOption.hpp>
90#include <com/sun/star/beans/XPropertyState.hpp>
91#include <com/sun/star/beans/XVetoableChangeListener.hpp>
92#include <com/sun/star/container/XNamed.hpp>
93#include <com/sun/star/i18n/DirectionProperty.hpp>
94#include <com/sun/star/i18n/KCharacterType.hpp>
95#include <com/sun/star/i18n/ParseResult.hpp>
96#include <com/sun/star/i18n/UnicodeScript.hpp>
97#include <com/sun/star/lang/DisposedException.hpp>
98#include <com/sun/star/lang/EventObject.hpp>
99#include <com/sun/star/lang/Locale.hpp>
100#include <com/sun/star/lang/XComponent.hpp>
101#include <com/sun/star/lang/XInitialization.hpp>
102#include <com/sun/star/lang/XServiceInfo.hpp>
103#include <com/sun/star/lang/XTypeProvider.hpp>
104#include <com/sun/star/lang/XUnoTunnel.hpp>
105#include <com/sun/star/sdbc/ColumnValue.hpp>
106#include <com/sun/star/sdbc/DataType.hpp>
107#include <com/sun/star/sdbc/XCloseable.hpp>
108#include <com/sun/star/sdbc/XColumnLocate.hpp>
109#include <com/sun/star/sdbc/XDriver.hpp>
110#include <com/sun/star/sdbc/XResultSet.hpp>
111#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
112#include <com/sun/star/sdbc/XRow.hpp>
113#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
114#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
115#include <com/sun/star/sdbcx/XDataDefinitionSupplier.hpp>
116#include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
117#include <com/sun/star/sdbcx/XGroupsSupplier.hpp>
118#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
119#include <com/sun/star/sdbcx/XUsersSupplier.hpp>
120#include <com/sun/star/sdbcx/XViewsSupplier.hpp>
121#include <com/sun/star/uno/Any.h>
122#include <com/sun/star/uno/Any.hxx>
123#include <com/sun/star/uno/Reference.h>
124#include <com/sun/star/uno/Reference.hxx>
125#include <com/sun/star/uno/RuntimeException.hpp>
126#include <com/sun/star/uno/Sequence.h>
127#include <com/sun/star/uno/Sequence.hxx>
128#include <com/sun/star/uno/Type.h>
129#include <com/sun/star/uno/Type.hxx>
130#include <com/sun/star/uno/TypeClass.hdl>
131#include <com/sun/star/uno/XAggregation.hpp>
132#include <com/sun/star/uno/XInterface.hpp>
133#include <com/sun/star/uno/XWeak.hpp>
134#include <com/sun/star/uno/genfunc.h>
135#include <com/sun/star/uno/genfunc.hxx>
136#include <com/sun/star/util/Date.hpp>
137#include <com/sun/star/util/DateTime.hpp>
138#include <com/sun/star/util/Time.hpp>
139#include <com/sun/star/util/XCancellable.hpp>
143#include <comphelper/propagg.hxx>
150#include <comphelper/types.hxx>
151#include <comphelper/uno3.hxx>
152#include <cppu/cppudllapi.h>
153#include <cppu/unotype.hxx>
166#include <cppuhelper/weak.hxx>
167#include <cppuhelper/weakagg.hxx>
168#include <cppuhelper/weakref.hxx>
169#include <file/filedllapi.hxx>
170#include <flat/ECatalog.hxx>
171#include <flat/EColumns.hxx>
172#include <flat/EConnection.hxx>
174#include <flat/EDriver.hxx>
176#include <flat/EResultSet.hxx>
177#include <flat/EStatement.hxx>
178#include <flat/ETable.hxx>
179#include <flat/ETables.hxx>
181#include <i18nlangtag/lang.h>
183#include <o3tl/strong_int.hxx>
188#include <sdbcx/VCatalog.hxx>
189#include <tools/toolsdllapi.h>
190#include <typelib/typeclass.h>
191#include <typelib/typedescription.h>
192#include <typelib/uik.h>
193#include <uno/any2.h>
194#include <uno/data.h>
195#include <uno/sequence2.h>
197#endif // PCH_LEVEL >= 3
198#if PCH_LEVEL >= 4
205#endif // PCH_LEVEL >= 4
206
207/* vim:set shiftwidth=4 softtabstop=4 expandtab: */