build fix
[LibreOffice.git] / connectivity / inc / pch / precompiled_calc.hxx
blob14add4e56052c49072061818f3e7b1d1d2ef08f0
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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/.
8 */
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 2015-11-14 14:16:28 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 "/opt/lo/bin/make connectivity.build" --find-conflicts
23 #include <cassert>
24 #include <cstddef>
25 #include <memory>
26 #include <stdlib.h>
27 #include <string.h>
28 #include <osl/thread.h>
29 #include <rtl/math.hxx>
30 #include <rtl/string.h>
31 #include <rtl/stringutils.hxx>
32 #include <rtl/textenc.h>
33 #include <rtl/unload.h>
34 #include <rtl/ustrbuf.h>
35 #include <rtl/ustrbuf.hxx>
36 #include <rtl/ustring.hxx>
37 #include <sal/config.h>
38 #include <sal/types.h>
39 #include <com/sun/star/lang/DisposedException.hpp>
40 #include <com/sun/star/lang/IllegalArgumentException.hpp>
41 #include <com/sun/star/sdbc/ColumnValue.hpp>
42 #include <com/sun/star/sdbc/DataType.hpp>
43 #include <com/sun/star/sdbc/XRow.hpp>
44 #include <com/sun/star/sheet/XCellRangeAddressable.hpp>
45 #include <com/sun/star/sheet/XCellRangesQuery.hpp>
46 #include <com/sun/star/sheet/XDatabaseRange.hpp>
47 #include <com/sun/star/sheet/XDatabaseRanges.hpp>
48 #include <com/sun/star/sheet/XSpreadsheet.hpp>
49 #include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
50 #include <com/sun/star/uno/Any.hxx>
51 #include <com/sun/star/uno/Reference.hxx>
52 #include <com/sun/star/uno/Type.hxx>
53 #include <com/sun/star/util/NumberFormat.hpp>
54 #include <comphelper/processfactory.hxx>
55 #include <comphelper/sequence.hxx>
56 #include <comphelper/types.hxx>
57 #include <cppuhelper/cppuhelperdllapi.h>
58 #include <svl/svldllapi.h>
59 #include <unotools/unotoolsdllapi.h>
60 #include <connectivity/dbexception.hxx>
61 #include <connectivity/sdbcx/VColumn.hxx>
63 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */