LibreOffice Module connectivity (master) 1
precompiled_dbase.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:55:37 using:
17 ./bin/update_pch connectivity dbase --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_dbase.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 <chrono>
28#include <cstddef>
29#include <cstdlib>
30#include <cstring>
31#include <functional>
32#include <initializer_list>
33#include <iomanip>
34#include <limits>
35#include <map>
36#include <math.h>
37#include <memory>
38#include <new>
39#include <optional>
40#include <ostream>
41#include <stack>
42#include <stddef.h>
43#include <string.h>
44#include <string>
45#include <string_view>
46#include <type_traits>
47#include <utility>
48#include <vector>
49#endif // PCH_LEVEL >= 1
50#if PCH_LEVEL >= 2
51#include <osl/diagnose.h>
52#include <osl/doublecheckedlocking.h>
53#include <osl/endian.h>
54#include <osl/file.h>
55#include <osl/file.hxx>
56#include <osl/getglobalmutex.hxx>
57#include <osl/interlck.h>
58#include <osl/mutex.h>
59#include <osl/mutex.hxx>
60#include <osl/time.h>
61#include <rtl/alloc.h>
62#include <rtl/instance.hxx>
63#include <rtl/math.h>
64#include <rtl/math.hxx>
65#include <rtl/ref.hxx>
66#include <rtl/strbuf.h>
67#include <rtl/strbuf.hxx>
68#include <rtl/string.h>
69#include <rtl/string.hxx>
70#include <rtl/stringconcat.hxx>
71#include <rtl/stringutils.hxx>
72#include <rtl/textcvt.h>
73#include <rtl/textenc.h>
74#include <rtl/ustrbuf.h>
75#include <rtl/ustrbuf.hxx>
76#include <rtl/ustring.h>
77#include <rtl/ustring.hxx>
78#include <sal/detail/log.h>
79#include <sal/log.hxx>
80#include <sal/macros.h>
81#include <sal/mathconf.h>
82#include <sal/saldllapi.h>
83#include <sal/types.h>
84#include <sal/typesizes.h>
85#include <vcl/dllapi.h>
87#endif // PCH_LEVEL >= 2
88#if PCH_LEVEL >= 3
89#include <com/sun/star/beans/Property.hpp>
90#include <com/sun/star/beans/PropertyState.hpp>
91#include <com/sun/star/beans/PropertyValue.hpp>
92#include <com/sun/star/beans/XFastPropertySet.hpp>
93#include <com/sun/star/beans/XMultiPropertySet.hpp>
94#include <com/sun/star/beans/XPropertiesChangeListener.hpp>
95#include <com/sun/star/beans/XPropertySet.hpp>
96#include <com/sun/star/beans/XPropertySetOption.hpp>
97#include <com/sun/star/beans/XPropertyState.hpp>
98#include <com/sun/star/beans/XVetoableChangeListener.hpp>
99#include <com/sun/star/lang/DisposedException.hpp>
100#include <com/sun/star/lang/EventObject.hpp>
101#include <com/sun/star/lang/IllegalArgumentException.hpp>
102#include <com/sun/star/lang/Locale.hpp>
103#include <com/sun/star/lang/XComponent.hpp>
104#include <com/sun/star/lang/XInitialization.hpp>
105#include <com/sun/star/lang/XServiceInfo.hpp>
106#include <com/sun/star/lang/XTypeProvider.hpp>
107#include <com/sun/star/lang/XUnoTunnel.hpp>
108#include <com/sun/star/sdbc/ColumnValue.hpp>
109#include <com/sun/star/sdbc/DataType.hpp>
110#include <com/sun/star/sdbc/SQLException.hpp>
111#include <com/sun/star/sdbc/XCloseable.hpp>
112#include <com/sun/star/sdbc/XColumnLocate.hpp>
113#include <com/sun/star/sdbc/XConnection.hpp>
114#include <com/sun/star/sdbc/XResultSet.hpp>
115#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
116#include <com/sun/star/sdbc/XRow.hpp>
117#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
118#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
119#include <com/sun/star/sdbcx/XGroupsSupplier.hpp>
120#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
121#include <com/sun/star/sdbcx/XUsersSupplier.hpp>
122#include <com/sun/star/sdbcx/XViewsSupplier.hpp>
123#include <com/sun/star/ucb/XContent.hpp>
124#include <com/sun/star/ucb/XDynamicResultSet.hpp>
125#include <com/sun/star/uno/Any.h>
126#include <com/sun/star/uno/Any.hxx>
127#include <com/sun/star/uno/Reference.h>
128#include <com/sun/star/uno/Reference.hxx>
129#include <com/sun/star/uno/RuntimeException.hpp>
130#include <com/sun/star/uno/Sequence.h>
131#include <com/sun/star/uno/Sequence.hxx>
132#include <com/sun/star/uno/Type.h>
133#include <com/sun/star/uno/Type.hxx>
134#include <com/sun/star/uno/TypeClass.hdl>
135#include <com/sun/star/uno/TypeClass.hpp>
136#include <com/sun/star/uno/XAggregation.hpp>
137#include <com/sun/star/uno/XInterface.hpp>
138#include <com/sun/star/uno/XWeak.hpp>
139#include <com/sun/star/uno/genfunc.h>
140#include <com/sun/star/uno/genfunc.hxx>
141#include <com/sun/star/util/Date.hpp>
142#include <com/sun/star/util/XCancellable.hpp>
145#include <comphelper/extract.hxx>
147#include <comphelper/propagg.hxx>
155#include <comphelper/types.hxx>
156#include <comphelper/uno3.hxx>
157#include <cppu/cppudllapi.h>
158#include <cppu/unotype.hxx>
163#include <cppuhelper/exc_hlp.hxx>
174#include <cppuhelper/weak.hxx>
175#include <cppuhelper/weakagg.hxx>
176#include <cppuhelper/weakref.hxx>
177#include <dbase/DCatalog.hxx>
178#include <dbase/DColumns.hxx>
179#include <dbase/DConnection.hxx>
181#include <dbase/DDriver.hxx>
182#include <dbase/DIndex.hxx>
184#include <dbase/DIndexIter.hxx>
185#include <dbase/DIndexes.hxx>
187#include <dbase/DResultSet.hxx>
188#include <dbase/DStatement.hxx>
189#include <dbase/DTable.hxx>
190#include <dbase/DTables.hxx>
191#include <file/fcode.hxx>
192#include <file/filedllapi.hxx>
193#include <o3tl/safeint.hxx>
199#include <sdbcx/VCatalog.hxx>
200#include <svl/svldllapi.h>
201#include <tools/config.hxx>
202#include <tools/lineend.hxx>
203#include <tools/long.hxx>
204#include <tools/ref.hxx>
205#include <tools/stream.hxx>
206#include <tools/toolsdllapi.h>
207#include <typelib/typeclass.h>
208#include <typelib/typedescription.h>
209#include <typelib/uik.h>
210#include <ucbhelper/content.hxx>
211#include <uno/any2.h>
212#include <uno/data.h>
213#include <uno/sequence2.h>
215#include <unotools/ucbhelper.hxx>
217#endif // PCH_LEVEL >= 3
218#if PCH_LEVEL >= 4
219#include <TConnection.hxx>
228#include <propertyids.hxx>
229#endif // PCH_LEVEL >= 4
230
231/* vim:set shiftwidth=4 softtabstop=4 expandtab: */