56 lines
2.1 KiB
C++
56 lines
2.1 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).
|
||
|
*/
|
||
|
|
||
|
#include "stdio.h"
|
||
|
#include <algorithm>
|
||
|
#include <boost/scoped_ptr.hpp>
|
||
|
#include <boost/static_assert.hpp>
|
||
|
#include <boost/type_traits/is_same.hpp>
|
||
|
#include <boost/type_traits/remove_reference.hpp>
|
||
|
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||
|
#include <com/sun/star/beans/PropertyVetoException.hpp>
|
||
|
#include <com/sun/star/lang/DisposedException.hpp>
|
||
|
#include <com/sun/star/sdbc/ColumnValue.hpp>
|
||
|
#include <com/sun/star/sdbc/DataType.hpp>
|
||
|
#include <com/sun/star/sdbc/FetchDirection.hpp>
|
||
|
#include <com/sun/star/sdbc/IndexType.hpp>
|
||
|
#include <com/sun/star/sdbc/KeyRule.hpp>
|
||
|
#include <com/sun/star/sdbc/ProcedureResult.hpp>
|
||
|
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
|
||
|
#include <com/sun/star/sdbc/ResultSetType.hpp>
|
||
|
#include <com/sun/star/sdbc/TransactionIsolation.hpp>
|
||
|
#include <com/sun/star/sdbc/XRow.hpp>
|
||
|
#include <com/sun/star/sdbcx/CompareBookmark.hpp>
|
||
|
#include <comphelper/extract.hxx>
|
||
|
#include <comphelper/processfactory.hxx>
|
||
|
#include <comphelper/property.hxx>
|
||
|
#include <comphelper/sequence.hxx>
|
||
|
#include <comphelper/types.hxx>
|
||
|
#include <comphelper/uno3.hxx>
|
||
|
#include <cppuhelper/factory.hxx>
|
||
|
#include <cppuhelper/supportsservice.hxx>
|
||
|
#include <cppuhelper/typeprovider.hxx>
|
||
|
#include <o3tl/compat_functional.hxx>
|
||
|
#include <osl/diagnose.h>
|
||
|
#include <osl/process.h>
|
||
|
#include <osl/thread.h>
|
||
|
#include <rtl/ustrbuf.hxx>
|
||
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
#include <string>
|
||
|
|
||
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|