231 lines
7.8 KiB
C++
231 lines
7.8 KiB
C++
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*/
|
|
|
|
/*
|
|
This file has been autogenerated by update_pch.sh. It is possible to edit it
|
|
manually (such as when an include file has been moved/renamed/removed). All such
|
|
manual changes will be rewritten by the next run of update_pch.sh (which presumably
|
|
also fixes all possible problems, so it's usually better to use it).
|
|
|
|
Generated on 2021-04-08 13:55:37 using:
|
|
./bin/update_pch connectivity dbase --cutoff=2 --exclude:system --include:module --include:local
|
|
|
|
If after updating build fails, use the following command to locate conflicting headers:
|
|
./bin/update_pch_bisect ./connectivity/inc/pch/precompiled_dbase.hxx "make connectivity.build" --find-conflicts
|
|
*/
|
|
|
|
#include <sal/config.h>
|
|
#if PCH_LEVEL >= 1
|
|
#include <algorithm>
|
|
#include <cassert>
|
|
#include <chrono>
|
|
#include <cstddef>
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
#include <functional>
|
|
#include <initializer_list>
|
|
#include <iomanip>
|
|
#include <limits>
|
|
#include <map>
|
|
#include <math.h>
|
|
#include <memory>
|
|
#include <new>
|
|
#include <optional>
|
|
#include <ostream>
|
|
#include <stack>
|
|
#include <stddef.h>
|
|
#include <string.h>
|
|
#include <string>
|
|
#include <string_view>
|
|
#include <type_traits>
|
|
#include <utility>
|
|
#include <vector>
|
|
#endif // PCH_LEVEL >= 1
|
|
#if PCH_LEVEL >= 2
|
|
#include <osl/diagnose.h>
|
|
#include <osl/doublecheckedlocking.h>
|
|
#include <osl/endian.h>
|
|
#include <osl/file.h>
|
|
#include <osl/file.hxx>
|
|
#include <osl/getglobalmutex.hxx>
|
|
#include <osl/interlck.h>
|
|
#include <osl/mutex.h>
|
|
#include <osl/mutex.hxx>
|
|
#include <osl/time.h>
|
|
#include <rtl/alloc.h>
|
|
#include <rtl/instance.hxx>
|
|
#include <rtl/math.h>
|
|
#include <rtl/math.hxx>
|
|
#include <rtl/ref.hxx>
|
|
#include <rtl/strbuf.h>
|
|
#include <rtl/strbuf.hxx>
|
|
#include <rtl/string.h>
|
|
#include <rtl/string.hxx>
|
|
#include <rtl/stringconcat.hxx>
|
|
#include <rtl/stringutils.hxx>
|
|
#include <rtl/textcvt.h>
|
|
#include <rtl/textenc.h>
|
|
#include <rtl/ustrbuf.h>
|
|
#include <rtl/ustrbuf.hxx>
|
|
#include <rtl/ustring.h>
|
|
#include <rtl/ustring.hxx>
|
|
#include <sal/detail/log.h>
|
|
#include <sal/log.hxx>
|
|
#include <sal/macros.h>
|
|
#include <sal/mathconf.h>
|
|
#include <sal/saldllapi.h>
|
|
#include <sal/types.h>
|
|
#include <sal/typesizes.h>
|
|
#include <vcl/dllapi.h>
|
|
#include <comphelper/errcode.hxx>
|
|
#endif // PCH_LEVEL >= 2
|
|
#if PCH_LEVEL >= 3
|
|
#include <com/sun/star/beans/Property.hpp>
|
|
#include <com/sun/star/beans/PropertyState.hpp>
|
|
#include <com/sun/star/beans/PropertyValue.hpp>
|
|
#include <com/sun/star/beans/XFastPropertySet.hpp>
|
|
#include <com/sun/star/beans/XMultiPropertySet.hpp>
|
|
#include <com/sun/star/beans/XPropertiesChangeListener.hpp>
|
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
|
#include <com/sun/star/beans/XPropertySetOption.hpp>
|
|
#include <com/sun/star/beans/XPropertyState.hpp>
|
|
#include <com/sun/star/beans/XVetoableChangeListener.hpp>
|
|
#include <com/sun/star/lang/DisposedException.hpp>
|
|
#include <com/sun/star/lang/EventObject.hpp>
|
|
#include <com/sun/star/lang/IllegalArgumentException.hpp>
|
|
#include <com/sun/star/lang/Locale.hpp>
|
|
#include <com/sun/star/lang/XComponent.hpp>
|
|
#include <com/sun/star/lang/XInitialization.hpp>
|
|
#include <com/sun/star/lang/XServiceInfo.hpp>
|
|
#include <com/sun/star/lang/XTypeProvider.hpp>
|
|
#include <com/sun/star/lang/XUnoTunnel.hpp>
|
|
#include <com/sun/star/sdbc/ColumnValue.hpp>
|
|
#include <com/sun/star/sdbc/DataType.hpp>
|
|
#include <com/sun/star/sdbc/SQLException.hpp>
|
|
#include <com/sun/star/sdbc/XCloseable.hpp>
|
|
#include <com/sun/star/sdbc/XColumnLocate.hpp>
|
|
#include <com/sun/star/sdbc/XConnection.hpp>
|
|
#include <com/sun/star/sdbc/XResultSet.hpp>
|
|
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
|
|
#include <com/sun/star/sdbc/XRow.hpp>
|
|
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
|
|
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
|
#include <com/sun/star/sdbcx/XGroupsSupplier.hpp>
|
|
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
|
|
#include <com/sun/star/sdbcx/XUsersSupplier.hpp>
|
|
#include <com/sun/star/sdbcx/XViewsSupplier.hpp>
|
|
#include <com/sun/star/ucb/XContent.hpp>
|
|
#include <com/sun/star/ucb/XDynamicResultSet.hpp>
|
|
#include <com/sun/star/uno/Any.h>
|
|
#include <com/sun/star/uno/Any.hxx>
|
|
#include <com/sun/star/uno/Reference.h>
|
|
#include <com/sun/star/uno/Reference.hxx>
|
|
#include <com/sun/star/uno/RuntimeException.hpp>
|
|
#include <com/sun/star/uno/Sequence.h>
|
|
#include <com/sun/star/uno/Sequence.hxx>
|
|
#include <com/sun/star/uno/Type.h>
|
|
#include <com/sun/star/uno/Type.hxx>
|
|
#include <com/sun/star/uno/TypeClass.hdl>
|
|
#include <com/sun/star/uno/TypeClass.hpp>
|
|
#include <com/sun/star/uno/XAggregation.hpp>
|
|
#include <com/sun/star/uno/XInterface.hpp>
|
|
#include <com/sun/star/uno/XWeak.hpp>
|
|
#include <com/sun/star/uno/genfunc.h>
|
|
#include <com/sun/star/uno/genfunc.hxx>
|
|
#include <com/sun/star/util/Date.hpp>
|
|
#include <com/sun/star/util/XCancellable.hpp>
|
|
#include <comphelper/broadcasthelper.hxx>
|
|
#include <comphelper/comphelperdllapi.h>
|
|
#include <comphelper/extract.hxx>
|
|
#include <comphelper/processfactory.hxx>
|
|
#include <comphelper/propagg.hxx>
|
|
#include <comphelper/proparrhlp.hxx>
|
|
#include <comphelper/propertycontainer.hxx>
|
|
#include <comphelper/propertycontainerhelper.hxx>
|
|
#include <comphelper/propstate.hxx>
|
|
#include <comphelper/sequence.hxx>
|
|
#include <comphelper/servicehelper.hxx>
|
|
#include <comphelper/stl_types.hxx>
|
|
#include <comphelper/types.hxx>
|
|
#include <comphelper/uno3.hxx>
|
|
#include <cppu/cppudllapi.h>
|
|
#include <cppu/unotype.hxx>
|
|
#include <cppuhelper/basemutex.hxx>
|
|
#include <cppuhelper/compbase.hxx>
|
|
#include <cppuhelper/compbase_ex.hxx>
|
|
#include <cppuhelper/cppuhelperdllapi.h>
|
|
#include <cppuhelper/exc_hlp.hxx>
|
|
#include <cppuhelper/implbase.hxx>
|
|
#include <cppuhelper/implbase_ex.hxx>
|
|
#include <cppuhelper/implbase_ex_post.hxx>
|
|
#include <cppuhelper/implbase_ex_pre.hxx>
|
|
#include <cppuhelper/interfacecontainer.h>
|
|
#include <cppuhelper/propshlp.hxx>
|
|
#include <cppuhelper/proptypehlp.h>
|
|
#include <cppuhelper/proptypehlp.hxx>
|
|
#include <cppuhelper/supportsservice.hxx>
|
|
#include <cppuhelper/typeprovider.hxx>
|
|
#include <cppuhelper/weak.hxx>
|
|
#include <cppuhelper/weakagg.hxx>
|
|
#include <cppuhelper/weakref.hxx>
|
|
#include <dbase/DCatalog.hxx>
|
|
#include <dbase/DColumns.hxx>
|
|
#include <dbase/DConnection.hxx>
|
|
#include <dbase/DDatabaseMetaData.hxx>
|
|
#include <dbase/DDriver.hxx>
|
|
#include <dbase/DIndex.hxx>
|
|
#include <dbase/DIndexColumns.hxx>
|
|
#include <dbase/DIndexIter.hxx>
|
|
#include <dbase/DIndexes.hxx>
|
|
#include <dbase/DPreparedStatement.hxx>
|
|
#include <dbase/DResultSet.hxx>
|
|
#include <dbase/DStatement.hxx>
|
|
#include <dbase/DTable.hxx>
|
|
#include <dbase/DTables.hxx>
|
|
#include <file/fcode.hxx>
|
|
#include <file/filedllapi.hxx>
|
|
#include <o3tl/safeint.hxx>
|
|
#include <o3tl/typed_flags_set.hxx>
|
|
#include <o3tl/underlyingenumvalue.hxx>
|
|
#include <resource/sharedresources.hxx>
|
|
#include <salhelper/salhelperdllapi.h>
|
|
#include <salhelper/simplereferenceobject.hxx>
|
|
#include <sdbcx/VCatalog.hxx>
|
|
#include <svl/svldllapi.h>
|
|
#include <tools/config.hxx>
|
|
#include <tools/lineend.hxx>
|
|
#include <tools/long.hxx>
|
|
#include <tools/ref.hxx>
|
|
#include <tools/stream.hxx>
|
|
#include <tools/toolsdllapi.h>
|
|
#include <typelib/typeclass.h>
|
|
#include <typelib/typedescription.h>
|
|
#include <typelib/uik.h>
|
|
#include <ucbhelper/content.hxx>
|
|
#include <uno/any2.h>
|
|
#include <uno/data.h>
|
|
#include <uno/sequence2.h>
|
|
#include <unotools/sharedunocomponent.hxx>
|
|
#include <unotools/ucbhelper.hxx>
|
|
#include <unotools/unotoolsdllapi.h>
|
|
#endif // PCH_LEVEL >= 3
|
|
#if PCH_LEVEL >= 4
|
|
#include <TConnection.hxx>
|
|
#include <connectivity/CommonTools.hxx>
|
|
#include <connectivity/FValue.hxx>
|
|
#include <connectivity/IParseContext.hxx>
|
|
#include <connectivity/dbexception.hxx>
|
|
#include <connectivity/dbtoolsdllapi.hxx>
|
|
#include <connectivity/sdbcx/IRefreshable.hxx>
|
|
#include <connectivity/sdbcx/VColumn.hxx>
|
|
#include <connectivity/sqliterator.hxx>
|
|
#include <propertyids.hxx>
|
|
#endif // PCH_LEVEL >= 4
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|