1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
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/.
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 2021-03-08 13:12:43 using:
17 ./bin/update_pch connectivity calc --cutoff=2 --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 ./connectivity/inc/pch/precompiled_calc.hxx "make connectivity.build" --find-conflicts
23 #include <sal/config.h>
30 #include <string_view>
31 #endif // PCH_LEVEL >= 1
33 #include <rtl/alloc.h>
34 #include <rtl/instance.hxx>
35 #include <rtl/math.hxx>
36 #include <rtl/stringconcat.hxx>
37 #include <rtl/stringutils.hxx>
38 #include <rtl/textenc.h>
39 #include <rtl/ustrbuf.h>
40 #include <rtl/ustrbuf.hxx>
41 #include <rtl/ustring.hxx>
43 #include <sal/log.hxx>
44 #include <sal/types.h>
45 #endif // PCH_LEVEL >= 2
47 #include <calc/CCatalog.hxx>
48 #include <calc/CConnection.hxx>
49 #include <calc/CDatabaseMetaData.hxx>
50 #include <calc/CDriver.hxx>
51 #include <calc/CTable.hxx>
52 #include <calc/CTables.hxx>
53 #include <com/sun/star/lang/XServiceInfo.hpp>
54 #include <com/sun/star/sdbc/SQLException.hpp>
55 #include <com/sun/star/sdbc/XResultSet.hpp>
56 #include <com/sun/star/sdbc/XRow.hpp>
57 #include <com/sun/star/sheet/XCellRangeAddressable.hpp>
58 #include <com/sun/star/sheet/XDatabaseRange.hpp>
59 #include <com/sun/star/sheet/XDatabaseRanges.hpp>
60 #include <com/sun/star/sheet/XSpreadsheet.hpp>
61 #include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
62 #include <com/sun/star/uno/Sequence.hxx>
63 #include <cppuhelper/basemutex.hxx>
64 #include <cppuhelper/compbase.hxx>
65 #include <cppuhelper/cppuhelperdllapi.h>
66 #include <file/filedllapi.hxx>
67 #include <resource/sharedresources.hxx>
68 #include <tools/toolsdllapi.h>
69 #endif // PCH_LEVEL >= 3
71 #include <connectivity/CommonTools.hxx>
72 #include <connectivity/dbexception.hxx>
73 #include <connectivity/dbtoolsdllapi.hxx>
74 #endif // PCH_LEVEL >= 4
76 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */