more removed include guards using fixguard.py
This commit is contained in:
parent
dc8c15ae62
commit
fbd40753f5
@ -28,15 +28,9 @@
|
||||
#ifndef DBAUI_ICONTROLLER_HXX
|
||||
#define DBAUI_ICONTROLLER_HXX
|
||||
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#endif
|
||||
#ifndef DBAUI_IREFERENCE_HXX
|
||||
#include "IReference.hxx"
|
||||
#endif
|
||||
#include "dbaccessdllapi.h"
|
||||
|
||||
namespace com { namespace sun { namespace star {
|
||||
|
@ -28,18 +28,10 @@
|
||||
#ifndef DBAUI_TOOLBOXHELPER_HXX
|
||||
#define DBAUI_TOOLBOXHELPER_HXX
|
||||
|
||||
#ifndef _SAL_TYPES_H_
|
||||
#include <sal/types.h>
|
||||
#endif
|
||||
#ifndef _LINK_HXX
|
||||
#include <tools/link.hxx>
|
||||
#endif
|
||||
#ifndef _SV_GEN_HXX
|
||||
#include <tools/gen.hxx>
|
||||
#endif
|
||||
#ifndef _SV_IMAGE_HXX
|
||||
#include <vcl/image.hxx>
|
||||
#endif
|
||||
#include "dbaccessdllapi.h"
|
||||
|
||||
class SvtMiscOptions;
|
||||
|
@ -27,15 +27,9 @@
|
||||
#ifndef DBAUI_DATAVIEW_HXX
|
||||
#define DBAUI_DATAVIEW_HXX
|
||||
|
||||
#ifndef _SV_WINDOW_HXX
|
||||
#include <vcl/window.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef INCLUDED_SVTOOLS_ACCELERATOREXECUTE_HXX
|
||||
#include <svtools/acceleratorexecute.hxx>
|
||||
#endif
|
||||
#include <memory>
|
||||
#include "dbaccessdllapi.h"
|
||||
|
||||
|
@ -28,12 +28,8 @@
|
||||
#ifndef DBACCESS_CORE_API_BOOKMARKSET_HXX
|
||||
#define DBACCESS_CORE_API_BOOKMARKSET_HXX
|
||||
|
||||
#ifndef DBACCESS_CORE_API_CACHESET_HXX
|
||||
#include "CacheSet.hxx"
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROWUPDATE_HPP_
|
||||
#include <com/sun/star/sdbc/XRowUpdate.hpp>
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -28,9 +28,7 @@
|
||||
#ifndef DBACCESS_INDEXCOLUMN_HXX_
|
||||
#define DBACCESS_INDEXCOLUMN_HXX_
|
||||
|
||||
#ifndef _CONNECTIVITY_ADABAS_COLUMN_HXX_
|
||||
#include "adabas/BColumn.hxx"
|
||||
#endif
|
||||
|
||||
namespace connectivity
|
||||
{
|
||||
|
@ -28,9 +28,7 @@
|
||||
#ifndef DBACCESS_INDEXES_HXX_
|
||||
#define DBACCESS_INDEXES_HXX_
|
||||
|
||||
#ifndef CONNECTIVITY_INDEXESHELPER_HXX
|
||||
#include "connectivity/TIndexes.hxx"
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -27,18 +27,10 @@
|
||||
#ifndef DBACCESS_CORE_API_CROWSETCOLUMN_HXX
|
||||
#define DBACCESS_CORE_API_CROWSETCOLUMN_HXX
|
||||
|
||||
#ifndef DBACCESS_CORE_API_ROWSETROW_HXX
|
||||
#include "RowSetRow.hxx"
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#endif
|
||||
#ifndef DBACCESS_CORE_API_CROWSETDATACOLUMN_HXX
|
||||
#include "CRowSetDataColumn.hxx"
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -27,39 +27,17 @@
|
||||
#ifndef DBACCESS_CORE_API_CACHESET_HXX
|
||||
#define DBACCESS_CORE_API_CACHESET_HXX
|
||||
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSETMETADATA_HPP_
|
||||
#include <com/sun/star/sdbc/XResultSetMetaData.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSETMETADATASUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSET_HPP_
|
||||
#include <com/sun/star/sdbc/XResultSet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XROWLOCATE_HPP_
|
||||
#include <com/sun/star/sdbcx/XRowLocate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XDELETEROWS_HPP_
|
||||
#include <com/sun/star/sdbcx/XDeleteRows.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_COMPAREBOOKMARK_HPP_
|
||||
#include <com/sun/star/sdbcx/CompareBookmark.hpp>
|
||||
#endif
|
||||
#ifndef DBACCESS_CORE_API_ROWSETROW_HXX
|
||||
#include "RowSetRow.hxx"
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
|
||||
#include <list>
|
||||
namespace rtl
|
||||
|
@ -27,21 +27,11 @@
|
||||
#ifndef DBA_HELPERCOLLECTIONS_HXX
|
||||
#define DBA_HELPERCOLLECTIONS_HXX
|
||||
|
||||
#ifndef _CONNECTIVITY_SDBCX_COLLECTION_HXX_
|
||||
#include "connectivity/sdbcx/VCollection.hxx"
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_DBTOOLS_HXX_
|
||||
#include <connectivity/dbtools.hxx>
|
||||
#endif
|
||||
#ifndef _DBHELPER_DBCONVERSION_HXX_
|
||||
#include <connectivity/dbconversion.hxx>
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_SDBCX_COLUMN_HXX_
|
||||
#include <connectivity/PColumn.hxx>
|
||||
#endif
|
||||
#ifndef _VOS_REF_HXX_
|
||||
#include <vos/ref.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -28,24 +28,16 @@
|
||||
#ifndef DBACCESS_CORE_API_KEYSET_HXX
|
||||
#define DBACCESS_CORE_API_KEYSET_HXX
|
||||
|
||||
#ifndef DBACCESS_CORE_API_CACHESET_HXX
|
||||
#include "CacheSet.hxx"
|
||||
#endif
|
||||
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
#include <memory>
|
||||
#include <map>
|
||||
|
||||
#ifndef _COM_SUN_STAR_LANG_XUNOTUNNEL_HPP_
|
||||
#include <com/sun/star/lang/XUnoTunnel.hpp>
|
||||
#endif
|
||||
#include <com/sun/star/sdb/XSingleSelectQueryAnalyzer.hpp>
|
||||
#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>
|
||||
#ifndef _COMPHELPER_STLTYPES_HXX_
|
||||
#include <comphelper/stl_types.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -27,69 +27,27 @@
|
||||
#ifndef DBACCESS_CORE_API_ROWSETBASE_HXX
|
||||
#define DBACCESS_CORE_API_ROWSETBASE_HXX
|
||||
|
||||
#ifndef _CPPUHELPER_IMPLBASE10_HXX_
|
||||
#include <cppuhelper/implbase10.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCOLUMNLOCATE_HPP_
|
||||
#include <com/sun/star/sdbc/XColumnLocate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCLOSEABLE_HPP_
|
||||
#include <com/sun/star/sdbc/XCloseable.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XROWLOCATE_HPP_
|
||||
#include <com/sun/star/sdbcx/XRowLocate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSETMETADATASUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XWARNINGSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XUNOTUNNEL_HPP_
|
||||
#include <com/sun/star/lang/XUnoTunnel.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_INTERFACECONTAINER_H_
|
||||
#include <cppuhelper/interfacecontainer.h>
|
||||
#endif
|
||||
#ifndef CONNECTIVITY_SQLERROR_HXX
|
||||
#include <connectivity/sqlerror.hxx>
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
#endif
|
||||
#ifndef COMPHELPER_PROPERTYSTATECONTAINER_HXX
|
||||
#include <comphelper/propertystatecontainer.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROWSET_HPP_
|
||||
#include <com/sun/star/sdbc/XRowSet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATTYPES_HPP_
|
||||
#include <com/sun/star/util/XNumberFormatTypes.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
#ifndef DBACCESS_CORE_API_ROWSETROW_HXX
|
||||
#include "RowSetRow.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#endif
|
||||
#ifndef DBACCESS_ROWSETCACHEITERATOR_HXX
|
||||
#include "RowSetCacheIterator.hxx"
|
||||
#endif
|
||||
#include "core_resource.hxx"
|
||||
#include <comphelper/componentcontext.hxx>
|
||||
|
||||
|
@ -27,78 +27,30 @@
|
||||
#ifndef DBACCESS_CORE_API_ROWSETCACHE_HXX
|
||||
#define DBACCESS_CORE_API_ROWSETCACHE_HXX
|
||||
|
||||
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XPREPAREDSTATEMENT_HPP_
|
||||
#include <com/sun/star/sdbc/XPreparedStatement.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XSINGLESELECTQUERYANALYZER_HPP_
|
||||
#include <com/sun/star/sdb/XSingleSelectQueryAnalyzer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XSINGLESELECTQUERYANALYZER_HPP_
|
||||
#include <com/sun/star/sdb/XSingleSelectQueryAnalyzer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSETMETADATASUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XWARNINGSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XRESULTSETACCESS_HPP_
|
||||
#include <com/sun/star/sdb/XResultSetAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCOLUMNLOCATE_HPP_
|
||||
#include <com/sun/star/sdbc/XColumnLocate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XROWLOCATE_HPP_
|
||||
#include <com/sun/star/sdbcx/XRowLocate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROWUPDATE_HPP_
|
||||
#include <com/sun/star/sdbc/XRowUpdate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSETUPDATE_HPP_
|
||||
#include <com/sun/star/sdbc/XResultSetUpdate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XROWSETAPPROVEBROADCASTER_HPP_
|
||||
#include <com/sun/star/sdb/XRowSetApproveBroadcaster.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_RESULTSETTYPE_HPP_
|
||||
#include <com/sun/star/sdbc/ResultSetType.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XDELETEROWS_HPP_
|
||||
#include <com/sun/star/sdbcx/XDeleteRows.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_COMPBASE11_HXX_
|
||||
#include <cppuhelper/compbase11.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTYCONTAINER_HXX_
|
||||
#include <comphelper/propertycontainer.hxx>
|
||||
#endif
|
||||
#ifndef COMPHELPER_COMPONENTCONTEXT_HXX
|
||||
#include <comphelper/componentcontext.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE5_HXX_
|
||||
#include <cppuhelper/implbase5.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#endif
|
||||
#ifndef DBACCESS_CORE_API_ROWSETROW_HXX
|
||||
#include "RowSetRow.hxx"
|
||||
#endif
|
||||
#ifndef DBACCESS_ROWSETCACHEITERATOR_HXX
|
||||
#include "RowSetCacheIterator.hxx"
|
||||
#endif
|
||||
|
||||
namespace connectivity
|
||||
{
|
||||
|
@ -27,12 +27,8 @@
|
||||
#ifndef DBACCESS_ROWSETCACHEITERATOR_HXX
|
||||
#define DBACCESS_ROWSETCACHEITERATOR_HXX
|
||||
|
||||
#ifndef DBACCESS_CORE_API_ROWSETROW_HXX
|
||||
#include "RowSetRow.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_STLTYPES_HXX_
|
||||
#include <comphelper/stl_types.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -27,18 +27,10 @@
|
||||
#ifndef DBACCESS_CORE_API_ROWSETROW_HXX
|
||||
#define DBACCESS_CORE_API_ROWSETROW_HXX
|
||||
|
||||
#ifndef _VOS_REF_HXX_
|
||||
#include <vos/ref.hxx>
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_FILE_VALUE_HXX_
|
||||
#include "connectivity/FValue.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_TYPES_HXX_
|
||||
#include <comphelper/types.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -28,9 +28,7 @@
|
||||
#ifndef DBACCESS_CORE_API_STATICSET_HXX
|
||||
#define DBACCESS_CORE_API_STATICSET_HXX
|
||||
|
||||
#ifndef DBACCESS_CORE_API_CACHESET_HXX
|
||||
#include "CacheSet.hxx"
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -31,9 +31,7 @@
|
||||
#ifndef DBACCESS_CORE_API_WRAPPEDRESULTSET_HXX
|
||||
#define DBACCESS_CORE_API_WRAPPEDRESULTSET_HXX
|
||||
|
||||
#ifndef DBACCESS_CORE_API_CACHESET_HXX
|
||||
#include "CacheSet.hxx"
|
||||
#endif
|
||||
#include <com/sun/star/sdbc/XRowUpdate.hpp>
|
||||
#include <com/sun/star/sdbc/XResultSetUpdate.hpp>
|
||||
|
||||
|
@ -28,24 +28,12 @@
|
||||
#ifndef _DBACORE_DATACOLUMN_HXX_
|
||||
#define _DBACORE_DATACOLUMN_HXX_
|
||||
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROWUPDATE_HPP_
|
||||
#include <com/sun/star/sdbc/XRowUpdate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSETMETADATA_HDL_
|
||||
#include <com/sun/star/sdbc/XResultSetMetaData.hdl>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XCOLUMN_HPP_
|
||||
#include <com/sun/star/sdb/XColumn.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XCOLUMNUPDATE_HPP_
|
||||
#include <com/sun/star/sdb/XColumnUpdate.hpp>
|
||||
#endif
|
||||
#ifndef _DBA_COREAPI_RESULTCOLUMN_HXX_
|
||||
#include <resultcolumn.hxx>
|
||||
#endif
|
||||
namespace dbaccess
|
||||
{
|
||||
//************************************************************
|
||||
|
@ -28,27 +28,13 @@
|
||||
#ifndef _DBA_COREAPI_QUERY_HXX_
|
||||
#define _DBA_COREAPI_QUERY_HXX_
|
||||
|
||||
#ifndef _DBA_COREAPI_QUERYDESCRIPTOR_HXX_
|
||||
#include "querydescriptor.hxx"
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE3_HXX_
|
||||
#include <cppuhelper/implbase3.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XDATADESCRIPTORFACTORY_HPP_
|
||||
#include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYCHANGELISTENER_HPP_
|
||||
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XRENAME_HPP_
|
||||
#include <com/sun/star/sdbcx/XRename.hpp>
|
||||
#endif
|
||||
#ifndef DBA_CONTENTHELPER_HXX
|
||||
#include "ContentHelper.hxx"
|
||||
#endif
|
||||
|
||||
#include <map>
|
||||
|
||||
|
@ -28,44 +28,20 @@
|
||||
#ifndef _DBA_COREAPI_QUERYDESCRIPTOR_HXX_
|
||||
#define _DBA_COREAPI_QUERYDESCRIPTOR_HXX_
|
||||
|
||||
#ifndef _CPPUHELPER_IMPLBASE3_HXX_
|
||||
#include <cppuhelper/implbase3.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#endif
|
||||
#ifndef _OSL_MUTEX_HXX_
|
||||
#include <osl/mutex.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XUNOTUNNEL_HPP_
|
||||
#include <com/sun/star/lang/XUnoTunnel.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
#ifndef _DBA_COREAPI_COLUMN_HXX_
|
||||
#include "column.hxx"
|
||||
#endif
|
||||
#ifndef _DBA_CORE_DATASETTINGS_HXX_
|
||||
#include "datasettings.hxx"
|
||||
#endif
|
||||
#ifndef _DBA_CORE_COMMANDBASE_HXX_
|
||||
#include "commandbase.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_UNO3_HXX_
|
||||
#include <comphelper/uno3.hxx>
|
||||
#endif
|
||||
|
||||
//........................................................................
|
||||
namespace dbaccess
|
||||
|
@ -28,12 +28,8 @@
|
||||
#ifndef _DBACORE_RESULTCOLUMN_HXX_
|
||||
#define _DBACORE_RESULTCOLUMN_HXX_
|
||||
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSETMETADATA_HDL_
|
||||
#include <com/sun/star/sdbc/XResultSetMetaData.hdl>
|
||||
#endif
|
||||
#ifndef _DBA_COREAPI_COLUMN_HXX_
|
||||
#include <column.hxx>
|
||||
#endif
|
||||
#include <boost/optional.hpp>
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -27,68 +27,28 @@
|
||||
#ifndef _DBA_COREAPI_RESULTSET_HXX_
|
||||
#define _DBA_COREAPI_RESULTSET_HXX_
|
||||
|
||||
#ifndef _DBA_COREAPI_COLUMN_HXX_
|
||||
#include "column.hxx"
|
||||
#endif
|
||||
#ifndef DBTOOLS_WARNINGSCONTAINER_HXX
|
||||
#include <connectivity/warningscontainer.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XSTATEMENT_HPP_
|
||||
#include <com/sun/star/sdbc/XStatement.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCLOSEABLE_HPP_
|
||||
#include <com/sun/star/sdbc/XCloseable.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSETMETADATASUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XWARNINGSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSET_HPP_
|
||||
#include <com/sun/star/sdbc/XResultSet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCOLUMNLOCATE_HPP_
|
||||
#include <com/sun/star/sdbc/XColumnLocate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XROWLOCATE_HPP_
|
||||
#include <com/sun/star/sdbcx/XRowLocate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROWUPDATE_HPP_
|
||||
#include <com/sun/star/sdbc/XRowUpdate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSETUPDATE_HPP_
|
||||
#include <com/sun/star/sdbc/XResultSetUpdate.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_RESULTSETCONCURRENCY_HPP_
|
||||
#include <com/sun/star/sdbc/ResultSetConcurrency.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _CPPUHELPER_PROPSHLP_HXX
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#endif
|
||||
#ifndef _OSL_DIAGNOSE_H_
|
||||
#include <osl/diagnose.h>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_COMPBASE11_HXX_
|
||||
#include <cppuhelper/compbase11.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -28,45 +28,19 @@
|
||||
#ifndef DBA_COREDATAACESS_COMPONENTDEFINITION_HXX
|
||||
#define DBA_COREDATAACESS_COMPONENTDEFINITION_HXX
|
||||
|
||||
#ifndef _DBA_CORE_COMMANDBASE_HXX_
|
||||
#include "commandbase.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTYCONTAINER_HXX_
|
||||
#include <comphelper/propertycontainer.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XRENAME_HPP_
|
||||
#include <com/sun/star/sdbcx/XRename.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#endif
|
||||
#ifndef _DBA_CORE_DATASETTINGS_HXX_
|
||||
#include "datasettings.hxx"
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYCHANGELISTENER_HPP_
|
||||
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#endif
|
||||
#ifndef DBA_CONTENTHELPER_HXX
|
||||
#include "ContentHelper.hxx"
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
#ifndef _DBA_COREAPI_COLUMN_HXX_
|
||||
#include <column.hxx>
|
||||
#endif
|
||||
#include <comphelper/implementationreference.hxx>
|
||||
|
||||
#include <memory>
|
||||
|
@ -27,48 +27,20 @@
|
||||
#ifndef DBA_CORE_SHARED_CONNECTION_HXX
|
||||
#define DBA_CORE_SHARED_CONNECTION_HXX
|
||||
|
||||
#ifndef _CONNECTIVITY_CONNECTIONWRAPPER_HXX_
|
||||
#include "connectivity/ConnectionWrapper.hxx"
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_COMPONENT_HXX_
|
||||
#include <cppuhelper/component.hxx>
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_COMPBASE1_HXX_
|
||||
#include <cppuhelper/compbase1.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XWARNINGSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_SQLWARNING_HPP_
|
||||
#include <com/sun/star/sdbc/SQLWarning.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XSQLQUERYCOMPOSERFACTORY_HPP_
|
||||
#include <com/sun/star/sdb/XSQLQueryComposerFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XCOMMANDPREPARATION_HPP_
|
||||
#include <com/sun/star/sdb/XCommandPreparation.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XTABLESSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XVIEWSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XViewsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XQUERIESSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdb/XQueriesSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_SEQUENCE_HXX_
|
||||
#include <comphelper/sequence.hxx>
|
||||
#endif
|
||||
|
||||
|
||||
namespace dbaccess
|
||||
|
@ -28,45 +28,19 @@
|
||||
#ifndef _DBA_CORE_BOOKMARKCONTAINER_HXX_
|
||||
#define _DBA_CORE_BOOKMARKCONTAINER_HXX_
|
||||
|
||||
#ifndef _CPPUHELPER_INTERFACECONTAINER_HXX_
|
||||
#include <cppuhelper/interfacecontainer.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE6_HXX_
|
||||
#include <cppuhelper/implbase6.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_STLTYPES_HXX_
|
||||
#include <comphelper/stl_types.hxx>
|
||||
#endif
|
||||
#ifndef _OSL_MUTEX_HXX_
|
||||
#include <osl/mutex.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCHILD_HPP_
|
||||
#include <com/sun/star/container/XChild.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINER_HPP_
|
||||
#include <com/sun/star/container/XContainer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XENUMERATIONACCESS_HPP_
|
||||
#include <com/sun/star/container/XEnumerationAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XINDEXACCESS_HPP_
|
||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#endif
|
||||
|
||||
//........................................................................
|
||||
namespace dbaccess
|
||||
|
@ -28,17 +28,11 @@
|
||||
#ifndef _DBA_COREDATAACCESS_COMMANDCONTAINER_HXX_
|
||||
#define _DBA_COREDATAACCESS_COMMANDCONTAINER_HXX_
|
||||
|
||||
#ifndef _DBA_CORE_DEFINITIONCONTAINER_HXX_
|
||||
#include "definitioncontainer.hxx"
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
|
||||
//........................................................................
|
||||
namespace dbaccess
|
||||
|
@ -28,39 +28,17 @@
|
||||
#ifndef _DBA_COREDATAACESS_COMMANDDEFINITION_HXX_
|
||||
#define _DBA_COREDATAACESS_COMMANDDEFINITION_HXX_
|
||||
|
||||
#ifndef _DBA_CORE_COMMANDBASE_HXX_
|
||||
#include "commandbase.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTYCONTAINER_HXX_
|
||||
#include <comphelper/propertycontainer.hxx>
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_UNO3_HXX_
|
||||
#include <comphelper/uno3.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XRENAME_HPP_
|
||||
#include <com/sun/star/sdbcx/XRename.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#endif
|
||||
#ifndef _DBA_CORE_DATASETTINGS_HXX_
|
||||
#include "datasettings.hxx"
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
#ifndef DBA_CONTENTHELPER_HXX
|
||||
#include "ContentHelper.hxx"
|
||||
#endif
|
||||
#ifndef DBA_COREDATAACESS_COMPONENTDEFINITION_HXX
|
||||
#include "ComponentDefinition.hxx"
|
||||
#endif
|
||||
|
||||
|
||||
//........................................................................
|
||||
|
@ -28,102 +28,38 @@
|
||||
#ifndef _DBA_COREDATAACCESS_DATASOURCE_HXX_
|
||||
#define _DBA_COREDATAACCESS_DATASOURCE_HXX_
|
||||
|
||||
#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATSSUPPLIER_HPP_
|
||||
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XDATASOURCE_HPP_
|
||||
#include <com/sun/star/sdbc/XDataSource.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINERLISTENER_HPP_
|
||||
#include <com/sun/star/container/XContainerListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XBOOKMARKSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdb/XBookmarksSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XQUERYDEFINITIONSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdb/XQueryDefinitionsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XISOLATEDCONNECTION_HPP_
|
||||
#include <com/sun/star/sdbc/XIsolatedConnection.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATTER_HPP_
|
||||
#include <com/sun/star/util/XNumberFormatter.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DOCUMENT_XEVENTLISTENER_HPP_
|
||||
#include <com/sun/star/document/XEventListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UTIL_XFLUSHABLE_HPP_
|
||||
#include <com/sun/star/util/XFlushable.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_PROPSHLP_HXX
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_WEAKREF_HXX_
|
||||
#include <cppuhelper/weakref.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_COMPBASE11_HXX_
|
||||
#include <cppuhelper/compbase11.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_XTRANSACTIONLISTENER_HPP_
|
||||
#include <com/sun/star/embed/XTransactionListener.hpp>
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
#ifndef _DBA_CORE_BOOKMARKCONTAINER_HXX_
|
||||
#include "bookmarkcontainer.hxx"
|
||||
#endif
|
||||
#ifndef _VOS_REF_HXX_
|
||||
#include <vos/ref.hxx>
|
||||
#endif
|
||||
#ifndef _STRING_HXX
|
||||
#include <tools/string.hxx>
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTYATTRIBUTE_HPP_
|
||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XCOMPLETEDCONNECTION_HPP_
|
||||
#include <com/sun/star/sdb/XCompletedConnection.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XTABLESSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_XSTORAGE_HPP_
|
||||
#include <com/sun/star/embed/XStorage.hpp>
|
||||
#endif
|
||||
#ifndef DBA_CONTENTHELPER_HXX
|
||||
#include "ContentHelper.hxx"
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DOCUMENT_XSTORAGEBASEDDOCUMENT_HPP_
|
||||
#include <com/sun/star/document/XStorageBasedDocument.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_ELEMENTMODES_HPP_
|
||||
#include <com/sun/star/embed/ElementModes.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UTIL_XREFRESHABLE_HPP_
|
||||
#include <com/sun/star/util/XRefreshable.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XDOCUMENTDATASOURCE_HPP_
|
||||
#include <com/sun/star/sdb/XDocumentDataSource.hpp>
|
||||
#endif
|
||||
#ifndef _DBA_COREDATAACCESS_MODELIMPL_HXX_
|
||||
#include "ModelImpl.hxx"
|
||||
#endif
|
||||
|
||||
//........................................................................
|
||||
namespace dbaccess
|
||||
|
@ -28,36 +28,16 @@
|
||||
#ifndef _DBA_COREDATAACCESS_DOCUMENTCONTAINER_HXX_
|
||||
#define _DBA_COREDATAACCESS_DOCUMENTCONTAINER_HXX_
|
||||
|
||||
#ifndef _DBA_CORE_DEFINITIONCONTAINER_HXX_
|
||||
#include "definitioncontainer.hxx"
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE5_HXX_
|
||||
#include <cppuhelper/implbase5.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_FRAME_XCOMPONENTLOADER_HPP_
|
||||
#include <com/sun/star/frame/XComponentLoader.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XHIERARCHICALNAMECONTAINER_HPP_
|
||||
#include <com/sun/star/container/XHierarchicalNameContainer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XHIERARCHICALNAME_HPP_
|
||||
#include <com/sun/star/container/XHierarchicalName.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_XTRANSACTEDOBJECT_HPP_
|
||||
#include <com/sun/star/embed/XTransactedObject.hpp>
|
||||
#endif
|
||||
#ifndef COMPHELPER_PROPERTYSTATECONTAINER_HXX
|
||||
#include <comphelper/propertystatecontainer.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
|
||||
//........................................................................
|
||||
namespace dbaccess
|
||||
|
@ -28,39 +28,17 @@
|
||||
#ifndef _DBA_COREDATAACCESS_DOCUMENTDEFINITION_HXX_
|
||||
#define _DBA_COREDATAACCESS_DOCUMENTDEFINITION_HXX_
|
||||
|
||||
#ifndef _CPPUHELPER_PROPSHLP_HXX
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE4_HXX_
|
||||
#include <cppuhelper/implbase4.hxx>
|
||||
#endif
|
||||
#ifndef DBA_CONTENTHELPER_HXX
|
||||
#include "ContentHelper.hxx"
|
||||
#endif
|
||||
#ifndef COMPHELPER_PROPERTYSTATECONTAINER_HXX
|
||||
#include <comphelper/propertystatecontainer.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_UNO3_HXX_
|
||||
#include <comphelper/uno3.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_FRAME_XCOMPONENTLOADER_HPP_
|
||||
#include <com/sun/star/frame/XComponentLoader.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_FRAME_XCONTROLLER_HPP_
|
||||
#include <com/sun/star/frame/XController.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_XSTATECHANGELISTENER_HPP_
|
||||
#include <com/sun/star/embed/XStateChangeListener.hpp>
|
||||
#endif
|
||||
#include <com/sun/star/sdb/XSubDocument.hpp>
|
||||
#include <com/sun/star/util/XCloseListener.hpp>
|
||||
#include <com/sun/star/container/XHierarchicalName.hpp>
|
||||
|
@ -28,30 +28,14 @@
|
||||
#ifndef DBA_INTERCEPT_HXX
|
||||
#define DBA_INTERCEPT_HXX
|
||||
|
||||
#ifndef _OSL_MUTEX_HXX_
|
||||
#include <osl/mutex.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE4_HXX_
|
||||
#include <cppuhelper/implbase4.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_INTERFACECONTAINER_HXX_
|
||||
#include <cppuhelper/interfacecontainer.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_FRAME_XDISPATCHPROVIDERINTERCEPTOR_HPP_
|
||||
#include <com/sun/star/frame/XDispatchProviderInterceptor.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_FRAME_XINTERCEPTORINFO_HPP_
|
||||
#include <com/sun/star/frame/XInterceptorInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DOCUMENT_XEVENTLISTENER_HPP_
|
||||
#include <com/sun/star/document/XEventListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_FRAME_XDISPATCH_HPP_
|
||||
#include <com/sun/star/frame/XDispatch.hpp>
|
||||
#endif
|
||||
#ifndef _DBA_COREDATAACCESS_DOCUMENTDEFINITION_HXX_
|
||||
#include "documentdefinition.hxx"
|
||||
#endif
|
||||
#include <vcl/svapp.hxx>
|
||||
|
||||
namespace dbaccess
|
||||
|
@ -28,15 +28,9 @@
|
||||
#ifndef DBA_DATASUPPLIER_HXX
|
||||
#define DBA_DATASUPPLIER_HXX
|
||||
|
||||
#ifndef _RTL_REF_HXX_
|
||||
#include <rtl/ref.hxx>
|
||||
#endif
|
||||
#ifndef _UCBHELPER_RESULTSET_HXX
|
||||
#include <ucbhelper/resultset.hxx>
|
||||
#endif
|
||||
#ifndef _DBA_COREDATAACCESS_DOCUMENTCONTAINER_HXX_
|
||||
#include "documentcontainer.hxx"
|
||||
#endif
|
||||
#include <memory>
|
||||
|
||||
namespace dbaccess {
|
||||
|
@ -28,15 +28,9 @@
|
||||
#ifndef DBA_UCPRESULTSET_HXX
|
||||
#define DBA_UCPRESULTSET_HXX
|
||||
|
||||
#ifndef _RTL_REF_HXX_
|
||||
#include <rtl/ref.hxx>
|
||||
#endif
|
||||
#ifndef _UCBHELPER_RESULTSETHELPER_HXX
|
||||
#include <ucbhelper/resultsethelper.hxx>
|
||||
#endif
|
||||
#ifndef _DBA_COREDATAACCESS_DOCUMENTCONTAINER_HXX_
|
||||
#include "documentcontainer.hxx"
|
||||
#endif
|
||||
|
||||
|
||||
// @@@ Adjust namespace name.
|
||||
|
@ -27,19 +27,11 @@
|
||||
#ifndef DBA_CONTAINERLISTENER_HXX
|
||||
#define DBA_CONTAINERLISTENER_HXX
|
||||
|
||||
#ifndef _CPPUHELPER_IMPLBASE2_HXX_
|
||||
#include <cppuhelper/implbase2.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINERLISTENER_HPP_
|
||||
#include <com/sun/star/container/XContainerListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINERAPPROVELISTENER_HPP_
|
||||
#include <com/sun/star/container/XContainerApproveListener.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _CPPUHELPER_WEAK_HXX_
|
||||
#include <cppuhelper/weak.hxx>
|
||||
#endif
|
||||
|
||||
//........................................................................
|
||||
namespace dbaccess
|
||||
|
@ -27,34 +27,16 @@
|
||||
#ifndef DBA_CONTAINERMEDIATOR_HXX
|
||||
#define DBA_CONTAINERMEDIATOR_HXX
|
||||
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINERLISTENER_HPP_
|
||||
#include <com/sun/star/container/XContainerListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINER_HPP_
|
||||
#include <com/sun/star/container/XContainer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
#ifndef _RTL_REF_HXX_
|
||||
#include <rtl/ref.hxx>
|
||||
#endif
|
||||
|
||||
#include <map>
|
||||
|
||||
|
@ -27,72 +27,28 @@
|
||||
#ifndef DBA_CONTENTHELPER_HXX
|
||||
#define DBA_CONTENTHELPER_HXX
|
||||
|
||||
#ifndef _COM_SUN_STAR_UCB_XCONTENT_HPP_
|
||||
#include <com/sun/star/ucb/XContent.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UCB_XCOMMANDPROCESSOR_HPP_
|
||||
#include <com/sun/star/ucb/XCommandProcessor.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTIESCHANGENOTIFIER_HPP_
|
||||
#include <com/sun/star/beans/XPropertiesChangeNotifier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYCONTAINER_HPP_
|
||||
#include <com/sun/star/beans/XPropertyContainer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XINITIALIZATION_HPP_
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_XSTORAGE_HPP_
|
||||
#include <com/sun/star/embed/XStorage.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_EMBED_XEMBEDDEDOBJECT_HPP_
|
||||
#include <com/sun/star/embed/XEmbeddedObject.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XUNOTUNNEL_HPP_
|
||||
#include <com/sun/star/lang/XUnoTunnel.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_COMPBASE9_HXX_
|
||||
#include <cppuhelper/compbase9.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#endif
|
||||
#ifndef COMPHELPER_COMPONENTCONTEXT_HXX
|
||||
#include <comphelper/componentcontext.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_UNO3_HXX_
|
||||
#include <comphelper/uno3.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_STLTYPES_HXX_
|
||||
#include <comphelper/stl_types.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTY_HPP_
|
||||
#include <com/sun/star/beans/Property.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCHILD_HPP_
|
||||
#include <com/sun/star/container/XChild.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XRENAME_HPP_
|
||||
#include <com/sun/star/sdbcx/XRename.hpp>
|
||||
#endif
|
||||
#ifndef CONNECTIVITY_SQLERROR_HXX
|
||||
#include <connectivity/sqlerror.hxx>
|
||||
#endif
|
||||
#ifndef BOOST_SHARED_PTR_HPP_INCLUDED
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -27,24 +27,12 @@
|
||||
#ifndef DBA_PROPERTYSETFORWARD_HXX
|
||||
#define DBA_PROPERTYSETFORWARD_HXX
|
||||
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYCHANGELISTENER_HPP_
|
||||
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSETINFO_HPP_
|
||||
#include <com/sun/star/beans/XPropertySetInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -28,9 +28,7 @@
|
||||
#ifndef DBA_CORE_REFRESHLISTENER_HXX
|
||||
#define DBA_CORE_REFRESHLISTENER_HXX
|
||||
|
||||
#ifndef _COM_SUN_STAR_UNO_REFERENCE_H_
|
||||
#include <com/sun/star/uno/Reference.h>
|
||||
#endif
|
||||
|
||||
namespace com { namespace sun { namespace star { namespace container
|
||||
{
|
||||
|
@ -27,51 +27,21 @@
|
||||
#ifndef DBACCESS_CORE_API_SINGLESELECTQUERYCOMPOSER_HXX
|
||||
#define DBACCESS_CORE_API_SINGLESELECTQUERYCOMPOSER_HXX
|
||||
|
||||
#ifndef _COM_SUN_STAR_SDB_XPARAMETERSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdb/XParametersSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XTABLESSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XSINGLESELECTQUERYCOMPOSER_HPP_
|
||||
#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SCRIPT_XTYPECONVERTER_HPP_
|
||||
#include <com/sun/star/script/XTypeConverter.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE5_HXX_
|
||||
#include <cppuhelper/implbase5.hxx>
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_PARSE_SQLITERATOR_HXX_
|
||||
#include <connectivity/sqliterator.hxx>
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_SQLPARSE_HXX
|
||||
#include <connectivity/sqlparse.hxx>
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_UNO3_HXX_
|
||||
#include <comphelper/uno3.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTYCONTAINER_HXX_
|
||||
#include <comphelper/propertycontainer.hxx>
|
||||
#endif
|
||||
#ifndef COMPHELPER_COMPONENTCONTEXT_HXX
|
||||
#include <comphelper/componentcontext.hxx>
|
||||
#endif
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -28,61 +28,25 @@
|
||||
#ifndef _DBA_CORE_TABLEDECORATOR_HXX_
|
||||
#define _DBA_CORE_TABLEDECORATOR_HXX_
|
||||
|
||||
#ifndef _COM_SUN_STAR_UTIL_XNUMBERFORMATSSUPPLIER_HPP_
|
||||
#include <com/sun/star/util/XNumberFormatsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XDATADESCRIPTORFACTORY_HPP_
|
||||
#include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XINDEXESSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XIndexesSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XKEYSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XKeysSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XRENAME_HPP_
|
||||
#include <com/sun/star/sdbcx/XRename.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XALTERTABLE_HPP_
|
||||
#include <com/sun/star/sdbcx/XAlterTable.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_COMPBASE9_HXX_
|
||||
#include <cppuhelper/compbase9.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE5_HXX_
|
||||
#include <cppuhelper/implbase5.hxx>
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
#ifndef _DBA_CORE_DATASETTINGS_HXX_
|
||||
#include "datasettings.hxx"
|
||||
#endif
|
||||
#ifndef _DBA_COREAPI_COLUMN_HXX_
|
||||
#include "column.hxx"
|
||||
#endif
|
||||
|
||||
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_SDBCX_IREFRESHABLE_HXX_
|
||||
#include <connectivity/sdbcx/IRefreshable.hxx>
|
||||
#endif
|
||||
#ifndef COMPHELPER_IDPROPERTYARRAYUSAGEHELPER_HXX
|
||||
#include <comphelper/IdPropArrayHelper.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -27,15 +27,9 @@
|
||||
#ifndef _DBA_COREAPI_CALLABLESTATEMENT_HXX_
|
||||
#define _DBA_COREAPI_CALLABLESTATEMENT_HXX_
|
||||
|
||||
#ifndef _COM_SUN_STAR_SDBC_XROW_HPP_
|
||||
#include <com/sun/star/sdbc/XRow.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XOUTPARAMETERS_HPP_
|
||||
#include <com/sun/star/sdbc/XOutParameters.hpp>
|
||||
#endif
|
||||
#ifndef _DBA_COREAPI_PREPAREDSTATEMENT_HXX_
|
||||
#include <preparedstatement.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -28,12 +28,8 @@
|
||||
#ifndef _DBA_CORE_COMMANDBASE_HXX_
|
||||
#define _DBA_CORE_COMMANDBASE_HXX_
|
||||
|
||||
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#endif
|
||||
|
||||
//........................................................................
|
||||
namespace dbaccess
|
||||
|
@ -31,9 +31,7 @@
|
||||
/** === begin UNO includes === **/
|
||||
/** === end UNO includes === **/
|
||||
|
||||
#ifndef _RTL_USTRBUF_HXX_
|
||||
#include <rtl/ustrbuf.hxx>
|
||||
#endif
|
||||
|
||||
#include <functional>
|
||||
|
||||
|
@ -29,9 +29,7 @@
|
||||
#define DBACCESS_CONTAINERAPPROVE_HXX
|
||||
|
||||
/** === begin UNO includes === **/
|
||||
#ifndef _COM_SUN_STAR_UNO_XINTERFACE_HPP_
|
||||
#include <com/sun/star/uno/XInterface.hpp>
|
||||
#endif
|
||||
/** === end UNO includes === **/
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
@ -28,9 +28,7 @@
|
||||
#ifndef _DBA_CORE_RESOURCE_HXX_
|
||||
#define _DBA_CORE_RESOURCE_HXX_
|
||||
|
||||
#ifndef _RTL_USTRING_HXX_
|
||||
#include <rtl/ustring.hxx>
|
||||
#endif
|
||||
#include <osl/mutex.hxx>
|
||||
|
||||
class ResMgr;
|
||||
|
@ -28,24 +28,12 @@
|
||||
#ifndef _DBA_CORE_DATASETTINGS_HXX_
|
||||
#define _DBA_CORE_DATASETTINGS_HXX_
|
||||
|
||||
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTY_HPP_
|
||||
#include <com/sun/star/beans/Property.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_AWT_FONTDESCRIPTOR_HPP_
|
||||
#include <com/sun/star/awt/FontDescriptor.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_ILLEGALARGUMENTEXCEPTION_HPP_
|
||||
#include <com/sun/star/lang/IllegalArgumentException.hpp>
|
||||
#endif
|
||||
#ifndef _RTL_USTRING_HXX_
|
||||
#include <rtl/ustring.hxx>
|
||||
#endif
|
||||
#ifndef COMPHELPER_PROPERTYSTATECONTAINER_HXX
|
||||
#include <comphelper/propertystatecontainer.hxx>
|
||||
#endif
|
||||
|
||||
//........................................................................
|
||||
namespace dbaccess
|
||||
|
@ -28,63 +28,25 @@
|
||||
#ifndef _DBA_CORE_DEFINITIONCONTAINER_HXX_
|
||||
#define _DBA_CORE_DEFINITIONCONTAINER_HXX_
|
||||
|
||||
#ifndef _CPPUHELPER_INTERFACECONTAINER_HXX_
|
||||
#include <cppuhelper/interfacecontainer.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE7_HXX_
|
||||
#include <cppuhelper/implbase7.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_STLTYPES_HXX_
|
||||
#include <comphelper/stl_types.hxx>
|
||||
#endif
|
||||
#ifndef _OSL_MUTEX_HXX_
|
||||
#include <osl/mutex.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCHILD_HPP_
|
||||
#include <com/sun/star/container/XChild.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINER_HPP_
|
||||
#include <com/sun/star/container/XContainer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XENUMERATIONACCESS_HPP_
|
||||
#include <com/sun/star/container/XEnumerationAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XINDEXACCESS_HPP_
|
||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_
|
||||
#include <com/sun/star/lang/DisposedException.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYCHANGELISTENER_HPP_
|
||||
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XVETOABLECHANGELISTENER_HPP_
|
||||
#include <com/sun/star/beans/XVetoableChangeListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINERAPPROVEBROADCASTER_HPP_
|
||||
#include <com/sun/star/container/XContainerApproveBroadcaster.hpp>
|
||||
#endif
|
||||
#ifndef DBA_CONTENTHELPER_HXX
|
||||
#include "ContentHelper.hxx"
|
||||
#endif
|
||||
#ifndef DBACCESS_CONTAINERAPPROVE_HXX
|
||||
#include "containerapprove.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_UNO3_HXX_
|
||||
#include <comphelper/uno3.hxx>
|
||||
#endif
|
||||
#ifndef _RTL_REF_HXX_
|
||||
#include <rtl/ref.hxx>
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
//........................................................................
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -28,14 +28,10 @@
|
||||
#ifndef DBACCESS_OBJECTNAMEAPPROVAL_HXX
|
||||
#define DBACCESS_OBJECTNAMEAPPROVAL_HXX
|
||||
|
||||
#ifndef DBACCESS_CONTAINERAPPROVE_HXX
|
||||
#include "containerapprove.hxx"
|
||||
#endif
|
||||
|
||||
/** === begin UNO includes === **/
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
#endif
|
||||
/** === end UNO includes === **/
|
||||
|
||||
//........................................................................
|
||||
|
@ -27,30 +27,14 @@
|
||||
#ifndef _DBA_COREAPI_PREPAREDSTATEMENT_HXX_
|
||||
#define _DBA_COREAPI_PREPAREDSTATEMENT_HXX_
|
||||
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XPREPAREDSTATEMENT_HPP_
|
||||
#include <com/sun/star/sdbc/XPreparedStatement.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XPARAMETERS_HPP_
|
||||
#include <com/sun/star/sdbc/XParameters.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XRESULTSETMETADATASUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XPARAMETERS_HPP_
|
||||
#include <com/sun/star/sdbc/XParameters.hpp>
|
||||
#endif
|
||||
#ifndef _DBA_COREAPI_STATEMENT_HXX_
|
||||
#include <statement.hxx>
|
||||
#endif
|
||||
#ifndef _DBA_COREAPI_COLUMN_HXX_
|
||||
#include <column.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -27,45 +27,19 @@
|
||||
#ifndef DBACCESS_CORE_API_QUERYCOMPOSER_HXX
|
||||
#define DBACCESS_CORE_API_QUERYCOMPOSER_HXX
|
||||
|
||||
#ifndef _CONNECTIVITY_COMMONTOOLS_HXX_
|
||||
#include <connectivity/CommonTools.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XSQLQUERYCOMPOSER_HPP_
|
||||
#include <com/sun/star/sdb/XSQLQueryComposer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XPARAMETERSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdb/XParametersSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XTABLESSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SCRIPT_XTYPECONVERTER_HPP_
|
||||
#include <com/sun/star/script/XTypeConverter.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE5_HXX_
|
||||
#include <cppuhelper/implbase5.hxx>
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_PARSE_SQLITERATOR_HXX_
|
||||
#include <connectivity/sqliterator.hxx>
|
||||
#endif
|
||||
#ifndef _CONNECTIVITY_SQLPARSE_HXX
|
||||
#include <connectivity/sqlparse.hxx>
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XSINGLESELECTQUERYCOMPOSER_HPP_
|
||||
#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@ -28,76 +28,32 @@
|
||||
#ifndef _DBA_CORE_QUERYCONTAINER_HXX_
|
||||
#define _DBA_CORE_QUERYCONTAINER_HXX_
|
||||
|
||||
#ifndef _CPPUHELPER_IMPLBASE5_HXX_
|
||||
#include <cppuhelper/implbase5.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_STLTYPES_HXX_
|
||||
#include <comphelper/stl_types.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_INTERFACECONTAINER_HXX_
|
||||
#include <cppuhelper/interfacecontainer.hxx>
|
||||
#endif
|
||||
|
||||
/** === begin UNO includes == **/
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XENUMERATIONACCESS_HPP_
|
||||
#include <com/sun/star/container/XEnumerationAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINERLISTENER_HPP_
|
||||
#include <com/sun/star/container/XContainerListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XINDEXACCESS_HPP_
|
||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINER_HPP_
|
||||
#include <com/sun/star/container/XContainer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UTIL_XREFRESHABLE_HPP_
|
||||
#include <com/sun/star/util/XRefreshable.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XDATADESCRIPTORFACTORY_HPP_
|
||||
#include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XAPPEND_HPP_
|
||||
#include <com/sun/star/sdbcx/XAppend.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XDROP_HPP_
|
||||
#include <com/sun/star/sdbcx/XDrop.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYCHANGELISTENER_HPP_
|
||||
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINERAPPROVELISTENER_HPP_
|
||||
#include <com/sun/star/container/XContainerApproveListener.hpp>
|
||||
#endif
|
||||
/** === end UNO includes === **/
|
||||
|
||||
#ifndef _DBA_CORE_DEFINITIONCONTAINER_HXX_
|
||||
#include "definitioncontainer.hxx"
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
|
||||
namespace dbtools
|
||||
{
|
||||
|
@ -27,49 +27,21 @@
|
||||
#ifndef _DBA_COREAPI_STATEMENT_HXX_
|
||||
#define _DBA_COREAPI_STATEMENT_HXX_
|
||||
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XSTATEMENT_HPP_
|
||||
#include <com/sun/star/sdbc/XStatement.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UTIL_XCANCELLABLE_HPP_
|
||||
#include <com/sun/star/util/XCancellable.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XWARNINGSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbc/XWarningsSupplier.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCLOSEABLE_HPP_
|
||||
#include <com/sun/star/sdbc/XCloseable.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XMULTIPLERESULTS_HDL_
|
||||
#include <com/sun/star/sdbc/XMultipleResults.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XPREPAREDBATCHEXECUTION_HDL_
|
||||
#include <com/sun/star/sdbc/XPreparedBatchExecution.hpp>
|
||||
#endif
|
||||
#include <com/sun/star/sdbc/XBatchExecution.hpp>
|
||||
#ifndef _COM_SUN_STAR_SDBC_XGENERATEDRESULTSET_HPP_
|
||||
#include <com/sun/star/sdbc/XGeneratedResultSet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_XSINGLESELECTQUERYCOMPOSER_HPP_
|
||||
#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_PROPSHLP_HXX
|
||||
#include <cppuhelper/propshlp.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_PROPERTY_ARRAY_HELPER_HXX_
|
||||
#include <comphelper/proparrhlp.hxx>
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
|
||||
#include <comphelper/broadcasthelper.hxx>
|
||||
#endif
|
||||
|
||||
#include <cppuhelper/implbase3.hxx>
|
||||
|
||||
|
@ -28,54 +28,22 @@
|
||||
#ifndef _DBA_CORE_TABLECONTAINER_HXX_
|
||||
#define _DBA_CORE_TABLECONTAINER_HXX_
|
||||
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_STLTYPES_HXX_
|
||||
#include <comphelper/stl_types.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XENUMERATIONACCESS_HPP_
|
||||
#include <com/sun/star/container/XEnumerationAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XINDEXACCESS_HPP_
|
||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UTIL_XREFRESHABLE_HPP_
|
||||
#include <com/sun/star/util/XRefreshable.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINERLISTENER_HPP_
|
||||
#include <com/sun/star/container/XContainerListener.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMECONTAINER_HPP_
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#endif
|
||||
#ifndef DBACCESS_CORE_FILTERED_CONTAINER_HXX
|
||||
#include "FilteredContainer.hxx"
|
||||
#endif
|
||||
#ifndef DBTOOLS_WARNINGSCONTAINER_HXX
|
||||
#include <connectivity/warningscontainer.hxx>
|
||||
#endif
|
||||
#ifndef DBA_CORE_REFRESHLISTENER_HXX
|
||||
#include "RefreshListener.hxx"
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
|
||||
namespace dbaccess
|
||||
{
|
||||
|
@ -28,13 +28,9 @@
|
||||
#ifndef _DBA_CORE_USERINFORMATION_HXX_
|
||||
#define _DBA_CORE_USERINFORMATION_HXX_
|
||||
|
||||
#ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_
|
||||
#include <com/sun/star/lang/Locale.hpp>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
|
||||
class UserInformation
|
||||
{
|
||||
|
@ -29,14 +29,10 @@
|
||||
#define DBACCESS_VETO_HXX
|
||||
|
||||
/** === begin UNO includes === **/
|
||||
#ifndef _COM_SUN_STAR_UTIL_XVETO_HPP_
|
||||
#include <com/sun/star/util/XVeto.hpp>
|
||||
#endif
|
||||
/** === end UNO includes === **/
|
||||
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
|
||||
//........................................................................
|
||||
namespace dbaccess
|
||||
|
@ -28,47 +28,21 @@
|
||||
#ifndef _DBA_CORE_VIEWCONTAINER_HXX_
|
||||
#define _DBA_CORE_VIEWCONTAINER_HXX_
|
||||
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_STLTYPES_HXX_
|
||||
#include <comphelper/stl_types.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XENUMERATIONACCESS_HPP_
|
||||
#include <com/sun/star/container/XEnumerationAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XINDEXACCESS_HPP_
|
||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UTIL_XREFRESHABLE_HPP_
|
||||
#include <com/sun/star/util/XRefreshable.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_SQLWARNING_HPP_
|
||||
#include <com/sun/star/sdbc/SQLWarning.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_SQLCONTEXT_HPP_
|
||||
#include <com/sun/star/sdb/SQLContext.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XCONTAINERLISTENER_HPP_
|
||||
#include <com/sun/star/container/XContainerListener.hpp>
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
|
||||
#ifndef DBACCESS_CORE_FILTERED_CONTAINER_HXX
|
||||
#include "FilteredContainer.hxx"
|
||||
#endif
|
||||
|
||||
namespace dbtools
|
||||
{
|
||||
|
@ -29,15 +29,9 @@
|
||||
#ifndef ADABASUI_NEWDB_HXX
|
||||
#define ADABASUI_NEWDB_HXX
|
||||
|
||||
#ifndef _SVT_GENERICUNODIALOG_HXX_
|
||||
#include <svtools/genericunodialog.hxx>
|
||||
#endif
|
||||
#ifndef _EXTENSIONS_COMPONENT_MODULE_HXX_
|
||||
#include "Acomponentmodule.hxx"
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XCREATECATALOG_HPP_
|
||||
#include <com/sun/star/sdbcx/XCreateCatalog.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@ -28,12 +28,8 @@
|
||||
#ifndef ADABASUI_SQLNAMEEDIT_HXX
|
||||
#define ADABASUI_SQLNAMEEDIT_HXX
|
||||
|
||||
#ifndef _SV_EDIT_HXX
|
||||
#include <vcl/edit.hxx>
|
||||
#endif
|
||||
#ifndef _SV_COMBOBOX_HXX
|
||||
#include <vcl/combobox.hxx>
|
||||
#endif
|
||||
|
||||
namespace adabasui
|
||||
{
|
||||
|
@ -36,30 +36,14 @@
|
||||
which should be used as namespace for the classes defined herein.</p>
|
||||
*/
|
||||
|
||||
#ifndef _OSL_MUTEX_HXX_
|
||||
#include <osl/mutex.hxx>
|
||||
#endif
|
||||
#ifndef _TOOLS_RESID_HXX
|
||||
#include <tools/resid.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HPP_
|
||||
#include <com/sun/star/registry/XRegistryKey.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_FACTORY_HXX_
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#endif
|
||||
#ifndef _RTL_STRING_HXX_
|
||||
#include <rtl/string.hxx>
|
||||
#endif
|
||||
|
||||
class ResMgr;
|
||||
|
||||
|
@ -29,31 +29,15 @@
|
||||
#define ADABASUI_ADABAS_CREATEDB_HXX
|
||||
|
||||
|
||||
#ifndef _SV_DIALOG_HXX
|
||||
#include <vcl/dialog.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef _SV_FIXED_HXX
|
||||
#include <vcl/fixed.hxx>
|
||||
#endif
|
||||
#ifndef _SV_BUTTON_HXX
|
||||
#include <vcl/button.hxx>
|
||||
#endif
|
||||
#ifndef _SV_FIELD_HXX
|
||||
#include <vcl/field.hxx>
|
||||
#endif
|
||||
#ifndef _SV_EDIT_HXX
|
||||
#include <vcl/edit.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XCREATECATALOG_HPP_
|
||||
#include <com/sun/star/sdbcx/XCreateCatalog.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _FILEDLGHELPER_HXX
|
||||
#include <sfx2/filedlghelper.hxx>
|
||||
#endif
|
||||
#include <memory>
|
||||
#include "ASQLNameEdit.hxx"
|
||||
|
||||
|
@ -28,42 +28,18 @@
|
||||
#ifndef CFG_CFGIMPORT_HXX
|
||||
#define CFG_CFGIMPORT_HXX
|
||||
|
||||
#ifndef _COM_SUN_STAR_LANG_XINITIALIZATION_HPP_
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_FRAME_XMODEL_HPP_
|
||||
#include <com/sun/star/frame/XModel.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_TASK_XJOB_HPP_
|
||||
#include <com/sun/star/task/XJob.hpp>
|
||||
#endif
|
||||
#ifndef _OSL_DIAGNOSE_H_
|
||||
#include <osl/diagnose.h>
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_STLTYPES_HXX_
|
||||
#include <comphelper/stl_types.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE4_HXX_
|
||||
#include <cppuhelper/implbase4.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONFIGURATION_BACKEND_XLAYERHANDLER_HPP_
|
||||
#include <com/sun/star/configuration/backend/XLayerHandler.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONFIGURATION_BACKEND_XLAYER_HPP_
|
||||
#include <com/sun/star/configuration/backend/XLayer.hpp>
|
||||
#endif
|
||||
|
||||
#include <memory>
|
||||
#include <stack>
|
||||
|
@ -26,18 +26,10 @@
|
||||
************************************************************************/
|
||||
#ifndef DBA_XMLAUTOSTYLE_HXX
|
||||
#define DBA_XMLAUTOSTYLE_HXX
|
||||
#ifndef _XMLOFF_PROPMAPPINGTYPES_HXX
|
||||
#include <xmloff/maptype.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_XMLASTPLP_HXX
|
||||
#include <xmloff/xmlaustp.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_XMLTYPES_HXX
|
||||
#include <xmloff/xmltypes.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_PROPERTYSETMAPPER_HXX
|
||||
#include <xmloff/xmlprmap.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaxml
|
||||
{
|
||||
|
@ -27,12 +27,8 @@
|
||||
#ifndef DBA_XMLCOMPONENT_HXX
|
||||
#define DBA_XMLCOMPONENT_HXX
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
|
||||
|
||||
namespace dbaxml
|
||||
|
@ -27,12 +27,8 @@
|
||||
#ifndef DBA_XMLCONNECTIONDATA_HXX_INCLUDED
|
||||
#define DBA_XMLCONNECTIONDATA_HXX_INCLUDED
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
namespace dbaxml
|
||||
|
@ -27,12 +27,8 @@
|
||||
#ifndef DBA_XMLCONNECTIONRESOURCE_HXX_INCLUDED
|
||||
#define DBA_XMLCONNECTIONRESOURCE_HXX_INCLUDED
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
namespace dbaxml
|
||||
|
@ -27,12 +27,8 @@
|
||||
#ifndef DBA_XMLDATASOURCE_HXX
|
||||
#define DBA_XMLDATASOURCE_HXX
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
namespace dbaxml
|
||||
|
@ -27,9 +27,7 @@
|
||||
#ifndef DBA_XMLDATASOURCEINFO_HXX
|
||||
#define DBA_XMLDATASOURCEINFO_HXX
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaxml
|
||||
{
|
||||
|
@ -27,15 +27,9 @@
|
||||
#ifndef DBA_XMLDATASOURCESETTING_HXX
|
||||
#define DBA_XMLDATASOURCESETTING_HXX
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaxml
|
||||
{
|
||||
|
@ -27,9 +27,7 @@
|
||||
#ifndef DBA_XMLDATASOURCESETTINGS_HXX
|
||||
#define DBA_XMLDATASOURCESETTINGS_HXX
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaxml
|
||||
{
|
||||
|
@ -27,9 +27,7 @@
|
||||
#ifndef DBA_XMLDATABASE_HXX
|
||||
#define DBA_XMLDATABASE_HXX
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaxml
|
||||
{
|
||||
|
@ -27,12 +27,8 @@
|
||||
#ifndef DBA_XMLDATABASEDESCRIPTION_HXX_INCLUDED
|
||||
#define DBA_XMLDATABASEDESCRIPTION_HXX_INCLUDED
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
namespace dbaxml
|
||||
|
@ -27,15 +27,9 @@
|
||||
#ifndef DBA_XMLDOCUMENTS_HXX
|
||||
#define DBA_XMLDOCUMENTS_HXX
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
#ifndef DBA_XMLENUMS_HXX
|
||||
#include "xmlEnums.hxx"
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
|
||||
namespace dbaxml
|
||||
{
|
||||
|
@ -28,70 +28,28 @@
|
||||
#ifndef DBA_XMLEXPORT_HXX
|
||||
#define DBA_XMLEXPORT_HXX
|
||||
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMED_HPP_
|
||||
#include <com/sun/star/container/XNamed.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DOCUMENT_XFILTER_HPP_
|
||||
#include <com/sun/star/document/XFilter.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DOCUMENT_XIMPORTER_HPP_
|
||||
#include <com/sun/star/document/XImporter.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DOCUMENT_XEXPORTER_HPP_
|
||||
#include <com/sun/star/document/XExporter.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XINITIALIZATION_HPP_
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XCOMPONENT_HPP_
|
||||
#include <com/sun/star/lang/XComponent.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE5_HXX_
|
||||
#include <cppuhelper/implbase5.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_IO_XACTIVEDATASOURCE_HPP_
|
||||
#include <com/sun/star/io/XActiveDataSource.hpp>
|
||||
#endif
|
||||
#ifndef _OSL_DIAGNOSE_H_
|
||||
#include <osl/diagnose.h>
|
||||
#endif
|
||||
#ifndef _UNOTOOLS_TEMPFILE_HXX
|
||||
#include <unotools/tempfile.hxx>
|
||||
#endif
|
||||
#ifndef _UNOTOOLS_LOCALFILEHELPER_HXX
|
||||
#include <unotools/localfilehelper.hxx>
|
||||
#endif
|
||||
#ifndef _UNTOOLS_UCBSTREAMHELPER_HXX
|
||||
#include <unotools/ucbstreamhelper.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_XMLEXP_HXX
|
||||
#include <xmloff/xmlexp.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_XMLIMP_HXX
|
||||
#include <xmloff/xmlimp.hxx>
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
#include "dsntypes.hxx"
|
||||
#ifndef _COMPHELPER_STLTYPES_HXX_
|
||||
#include <comphelper/stl_types.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
|
||||
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
||||
#endif
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -27,12 +27,8 @@
|
||||
#ifndef DBA_XMLFILEBASEDDATABASE_HXX_INCLUDED
|
||||
#define DBA_XMLFILEBASEDDATABASE_HXX_INCLUDED
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
namespace dbaxml
|
||||
|
@ -27,15 +27,9 @@
|
||||
#ifndef DBA_XMLHELPER_HXX
|
||||
#define DBA_XMLHELPER_HXX
|
||||
|
||||
#ifndef _XMLOFF_PROPERTYSETMAPPER_HXX
|
||||
#include <xmloff/xmlprmap.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_CONTEXTID_HXX_
|
||||
#include <xmloff/contextid.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_FORMS_CONTROLPROPERTYHDL_HXX_
|
||||
#include <xmloff/controlpropertyhdl.hxx>
|
||||
#endif
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -27,9 +27,7 @@
|
||||
#ifndef DBA_XMLLOGIN_HXX
|
||||
#define DBA_XMLLOGIN_HXX
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaxml
|
||||
{
|
||||
|
@ -27,12 +27,8 @@
|
||||
#ifndef DBA_XMLQUERY_HXX
|
||||
#define DBA_XMLQUERY_HXX
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
#ifndef DBA_XMLTABLE_HXX
|
||||
#include "xmlTable.hxx"
|
||||
#endif
|
||||
|
||||
|
||||
namespace dbaxml
|
||||
|
@ -27,12 +27,8 @@
|
||||
#ifndef DBA_XMLSERVERDATABASE_HXX_INCLUDED
|
||||
#define DBA_XMLSERVERDATABASE_HXX_INCLUDED
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_PROPERTYVALUE_HPP_
|
||||
#include <com/sun/star/beans/PropertyValue.hpp>
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
namespace dbaxml
|
||||
|
@ -28,36 +28,16 @@
|
||||
#ifndef DBA_XMLSTYLEIMPORT_HXX
|
||||
#define DBA_XMLSTYLEIMPORT_HXX
|
||||
|
||||
#ifndef _RTL_USTRING_HXX_
|
||||
#include <rtl/ustring.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_XMLIMP_HXX
|
||||
#include <xmloff/xmlimp.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_PROPMAPPINGTYPES_HXX
|
||||
#include <xmloff/maptype.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_PRSTYLEI_HXX_
|
||||
#include <xmloff/prstylei.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_XMLIMPPR_HXX
|
||||
#include <xmloff/xmlimppr.hxx>
|
||||
#endif
|
||||
#ifndef _XMLTEXTMASTERPAGECONTEXT_HXX
|
||||
#include <xmloff/XMLTextMasterPageContext.hxx>
|
||||
#endif
|
||||
#ifndef _XMLTEXTMASTERSTYLESCONTEXT_HXX
|
||||
#include <xmloff/XMLTextMasterStylesContext.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_CONTEXTID_HXX_
|
||||
#include <xmloff/contextid.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_FORMS_CONTROLPROPERTYHDL_HXX_
|
||||
#include <xmloff/controlpropertyhdl.hxx>
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
namespace dbaxml
|
||||
|
@ -27,15 +27,9 @@
|
||||
#ifndef DBA_XMLTABLE_HXX
|
||||
#define DBA_XMLTABLE_HXX
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
|
||||
namespace dbaxml
|
||||
{
|
||||
|
@ -27,9 +27,7 @@
|
||||
#ifndef DBA_XMLTABLEFILTERLIST_HXX
|
||||
#define DBA_XMLTABLEFILTERLIST_HXX
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
#include <vector>
|
||||
|
||||
namespace dbaxml
|
||||
|
@ -27,9 +27,7 @@
|
||||
#ifndef DBA_XMLTABLEFILTERPATTERN_HXX
|
||||
#define DBA_XMLTABLEFILTERPATTERN_HXX
|
||||
|
||||
#ifndef _XMLOFF_XMLICTXT_HXX
|
||||
#include <xmloff/xmlictxt.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaxml
|
||||
{
|
||||
|
@ -28,63 +28,25 @@
|
||||
#ifndef DBA_XMLFILTER_HXX
|
||||
#define DBA_XMLFILTER_HXX
|
||||
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMED_HPP_
|
||||
#include <com/sun/star/container/XNamed.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DOCUMENT_XFILTER_HPP_
|
||||
#include <com/sun/star/document/XFilter.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DOCUMENT_XIMPORTER_HPP_
|
||||
#include <com/sun/star/document/XImporter.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_DOCUMENT_XEXPORTER_HPP_
|
||||
#include <com/sun/star/document/XExporter.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XINITIALIZATION_HPP_
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XCOMPONENT_HPP_
|
||||
#include <com/sun/star/lang/XComponent.hpp>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_IMPLBASE5_HXX_
|
||||
#include <cppuhelper/implbase5.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_IO_XACTIVEDATASOURCE_HPP_
|
||||
#include <com/sun/star/io/XActiveDataSource.hpp>
|
||||
#endif
|
||||
#ifndef _OSL_DIAGNOSE_H_
|
||||
#include <osl/diagnose.h>
|
||||
#endif
|
||||
#ifndef _UNOTOOLS_TEMPFILE_HXX
|
||||
#include <unotools/tempfile.hxx>
|
||||
#endif
|
||||
#ifndef _UNOTOOLS_LOCALFILEHELPER_HXX
|
||||
#include <unotools/localfilehelper.hxx>
|
||||
#endif
|
||||
#ifndef _UNTOOLS_UCBSTREAMHELPER_HXX
|
||||
#include <unotools/ucbstreamhelper.hxx>
|
||||
#endif
|
||||
#ifndef _XMLOFF_XMLIMP_HXX
|
||||
#include <xmloff/xmlimp.hxx>
|
||||
#endif
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#include "apitools.hxx"
|
||||
#endif
|
||||
#ifndef _COMPHELPER_STLTYPES_HXX_
|
||||
#include <comphelper/stl_types.hxx>
|
||||
#endif
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
0
dbaccess/source/inc/OAuthenticationContinuation.hxx
Executable file → Normal file
0
dbaccess/source/inc/OAuthenticationContinuation.hxx
Executable file → Normal file
@ -28,27 +28,13 @@
|
||||
#ifndef _DBASHARED_APITOOLS_HXX_
|
||||
#define _DBASHARED_APITOOLS_HXX_
|
||||
|
||||
#ifndef _CPPUHELPER_COMPONENT_HXX_
|
||||
#include <cppuhelper/component.hxx>
|
||||
#endif
|
||||
#ifndef _OSL_MUTEX_HXX_
|
||||
#include <osl/mutex.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_INTERFACECONTAINER_HXX_
|
||||
#include <cppuhelper/interfacecontainer.hxx>
|
||||
#endif
|
||||
#ifndef _OSL_DIAGNOSE_H_
|
||||
#include <osl/diagnose.h>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_STLTYPES_HXX_
|
||||
#include <comphelper/stl_types.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_TYPEPROVIDER_HXX_
|
||||
#include <cppuhelper/typeprovider.hxx>
|
||||
#endif
|
||||
#ifndef _COMPHELPER_SEQUENCE_HXX_
|
||||
#include <comphelper/sequence.hxx>
|
||||
#endif
|
||||
|
||||
//==================================================================================
|
||||
//= various typedefs
|
||||
|
@ -28,24 +28,12 @@
|
||||
#ifndef CFG_REGHELPER_HXX
|
||||
#define CFG_REGHELPER_HXX
|
||||
|
||||
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HPP_
|
||||
#include <com/sun/star/registry/XRegistryKey.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _RTL_USTRING_HXX_
|
||||
#include <rtl/ustring.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_FACTORY_HXX_
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbacfg
|
||||
{
|
||||
|
@ -28,24 +28,12 @@
|
||||
#ifndef _DBU_REGHELPER_HXX_
|
||||
#define _DBU_REGHELPER_HXX_
|
||||
|
||||
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HPP_
|
||||
#include <com/sun/star/registry/XRegistryKey.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _RTL_USTRING_HXX_
|
||||
#include <rtl/ustring.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_FACTORY_HXX_
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaui
|
||||
{
|
||||
|
@ -28,24 +28,12 @@
|
||||
#ifndef _FLT_REGHELPER_HXX_
|
||||
#define _FLT_REGHELPER_HXX_
|
||||
|
||||
#ifndef _COM_SUN_STAR_UNO_SEQUENCE_HXX_
|
||||
#include <com/sun/star/uno/Sequence.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_REGISTRY_XREGISTRYKEY_HPP_
|
||||
#include <com/sun/star/registry/XRegistryKey.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSINGLESERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
#ifndef _RTL_USTRING_HXX_
|
||||
#include <rtl/ustring.hxx>
|
||||
#endif
|
||||
#ifndef _CPPUHELPER_FACTORY_HXX_
|
||||
#include <cppuhelper/factory.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaxml
|
||||
{
|
||||
|
@ -28,36 +28,20 @@
|
||||
#ifndef DBACCESS_CONNECTIONTOOLS_HXX
|
||||
#define DBACCESS_CONNECTIONTOOLS_HXX
|
||||
|
||||
#ifndef DBACCESS_MODULE_SDBT_HXX
|
||||
#include "module_sdbt.hxx"
|
||||
#endif
|
||||
|
||||
#ifndef DBACCESS_CONNECTION_DEPENDENT_HXX
|
||||
#include "connectiondependent.hxx"
|
||||
#endif
|
||||
|
||||
/** === begin UNO includes === **/
|
||||
#ifndef _COM_SUN_STAR_SDB_TOOLS_XCONNECTIONTOOLS_HPP_
|
||||
#include <com/sun/star/sdb/tools/XConnectionTools.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_
|
||||
#include <com/sun/star/lang/XServiceInfo.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_LANG_XINITIALIZATION_HPP_
|
||||
#include <com/sun/star/lang/XInitialization.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UNO_XCOMPONENTCONTEXT_HPP_
|
||||
#include <com/sun/star/uno/XComponentContext.hpp>
|
||||
#endif
|
||||
/** === end UNO includes === **/
|
||||
|
||||
#ifndef _CPPUHELPER_IMPLBASE3_HXX_
|
||||
#include <cppuhelper/implbase3.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef COMPHELPER_COMPONENTCONTEXT_HXX
|
||||
#include <comphelper/componentcontext.hxx>
|
||||
#endif
|
||||
|
||||
//........................................................................
|
||||
namespace sdbtools
|
||||
|
@ -28,19 +28,13 @@
|
||||
#ifndef DBACCESS_DATASOURCEMETADATA_HXX
|
||||
#define DBACCESS_DATASOURCEMETADATA_HXX
|
||||
|
||||
#ifndef DBACCESS_CONNECTION_DEPENDENT_HXX
|
||||
#include "connectiondependent.hxx"
|
||||
#endif
|
||||
|
||||
/** === begin UNO includes === **/
|
||||
#ifndef _COM_SUN_STAR_SDB_TOOLS_XDATASOURCEMETADATA_HPP_
|
||||
#include <com/sun/star/sdb/tools/XDataSourceMetaData.hpp>
|
||||
#endif
|
||||
/** === end UNO includes === **/
|
||||
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -28,19 +28,13 @@
|
||||
#ifndef DBACCESS_SOURCE_SDBTOOLS_CONNECTION_TABLENAME_HXX
|
||||
#define DBACCESS_SOURCE_SDBTOOLS_CONNECTION_TABLENAME_HXX
|
||||
|
||||
#ifndef DBACCESS_CONNECTION_DEPENDENT_HXX
|
||||
#include "connectiondependent.hxx"
|
||||
#endif
|
||||
|
||||
/** === begin UNO includes === **/
|
||||
#ifndef _COM_SUN_STAR_SDB_TOOLS_XTABLENAME_HPP_
|
||||
#include <com/sun/star/sdb/tools/XTableName.hpp>
|
||||
#endif
|
||||
/** === end UNO includes === **/
|
||||
|
||||
#ifndef _CPPUHELPER_IMPLBASE1_HXX_
|
||||
#include <cppuhelper/implbase1.hxx>
|
||||
#endif
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
@ -28,9 +28,7 @@
|
||||
#ifndef DBACCESS_MODULE_SDBT_HXX
|
||||
#define DBACCESS_MODULE_SDBT_HXX
|
||||
|
||||
#ifndef UNOTOOLS_INC_UNOTOOLS_COMPONENTRESMODULE_HXX
|
||||
#include <unotools/componentresmodule.hxx>
|
||||
#endif
|
||||
|
||||
//........................................................................
|
||||
namespace sdbtools
|
||||
|
@ -29,42 +29,18 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#ifndef _RTL_USTRING_HXX_
|
||||
#include <rtl/ustring.hxx>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XDATABASEMETADATA_HPP_
|
||||
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_APPLICATION_NAMEDDATABASEOBJECT_HPP_
|
||||
#include <com/sun/star/sdb/application/NamedDatabaseObject.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UCB_XCONTENT_HPP_
|
||||
#include <com/sun/star/ucb/XContent.hpp>
|
||||
#endif
|
||||
#ifndef DBAUI_APPELEMENTTYPE_HXX
|
||||
#include "AppElementType.hxx"
|
||||
#endif
|
||||
#ifndef _SVTREEBOX_HXX
|
||||
#include <svtools/svtreebx.hxx>
|
||||
#endif
|
||||
#ifndef SVTOOLS_DOCUMENTINFOPREVIEW_HXX
|
||||
#include <svtools/DocumentInfoPreview.hxx>
|
||||
#endif
|
||||
#ifndef _SV_FIXED_HXX
|
||||
#include <vcl/fixed.hxx>
|
||||
#endif
|
||||
#ifndef _SV_TOOLBOX_HXX
|
||||
#include <vcl/toolbox.hxx>
|
||||
#endif
|
||||
#ifndef _SV_CVTGRF_HXX
|
||||
#include <vcl/cvtgrf.hxx>
|
||||
#endif
|
||||
#ifndef _SV_GRAPH_HXX
|
||||
#include <vcl/graph.hxx>
|
||||
#endif
|
||||
#ifndef _GRFMGR_HXX
|
||||
#include <svtools/grfmgr.hxx>
|
||||
#endif
|
||||
#include "callbacks.hxx"
|
||||
#include <memory>
|
||||
|
||||
|
@ -27,45 +27,19 @@
|
||||
#ifndef DBAUI_APPDETAILVIEW_HXX
|
||||
#define DBAUI_APPDETAILVIEW_HXX
|
||||
|
||||
#ifndef _COM_SUN_STAR_FRAME_XCONTROLLER_HPP_
|
||||
#include <com/sun/star/frame/XController.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
|
||||
#include <com/sun/star/sdbc/XConnection.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UCB_XCONTENT_HPP_
|
||||
#include <com/sun/star/ucb/XContent.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_APPLICATION_NAMEDDATABASEOBJECT_HPP_
|
||||
#include <com/sun/star/sdb/application/NamedDatabaseObject.hpp>
|
||||
#endif
|
||||
#ifndef _SV_SPLIT_HXX
|
||||
#include <vcl/split.hxx>
|
||||
#endif
|
||||
#ifndef _SV_FIXED_HXX
|
||||
#include <vcl/fixed.hxx>
|
||||
#endif
|
||||
#ifndef _SV_MNEMONIC_HXX
|
||||
#include <vcl/mnemonic.hxx>
|
||||
#endif
|
||||
#ifndef DBACCESS_TABLEDESIGN_ICLIPBOARDTEST_HXX
|
||||
#include "IClipBoardTest.hxx"
|
||||
#endif
|
||||
#ifndef DBAUI_TITLE_WINDOW_HXX
|
||||
#include "AppTitleWindow.hxx"
|
||||
#endif
|
||||
#ifndef DBAUI_APPELEMENTTYPE_HXX
|
||||
#include "AppElementType.hxx"
|
||||
#endif
|
||||
#ifndef _SVTREEBOX_HXX
|
||||
#include <svtools/svtreebx.hxx>
|
||||
#endif
|
||||
#ifndef DBAUI_VERTSPLITVIEW_HXX
|
||||
#include "VertSplitView.hxx"
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
@ -27,12 +27,8 @@
|
||||
#ifndef DBAUI_APPICONCONTROL_HXX
|
||||
#define DBAUI_APPICONCONTROL_HXX
|
||||
|
||||
#ifndef _ICNVW_HXX
|
||||
#include <svtools/ivctrl.hxx>
|
||||
#endif
|
||||
#ifndef _TRANSFER_HXX
|
||||
#include <svtools/transfer.hxx>
|
||||
#endif
|
||||
|
||||
|
||||
namespace dbaui
|
||||
|
@ -27,18 +27,10 @@
|
||||
#ifndef DBAUI_APPSWAPWINDOW_HXX
|
||||
#define DBAUI_APPSWAPWINDOW_HXX
|
||||
|
||||
#ifndef DBACCESS_TABLEDESIGN_ICLIPBOARDTEST_HXX
|
||||
#include "IClipBoardTest.hxx"
|
||||
#endif
|
||||
#ifndef _SV_LSTBOX_HXX
|
||||
#include <vcl/lstbox.hxx>
|
||||
#endif
|
||||
#ifndef DBAUI_APPICONCONTROL_HXX
|
||||
#include "AppIconControl.hxx"
|
||||
#endif
|
||||
#ifndef DBAUI_APPELEMENTTYPE_HXX
|
||||
#include "AppElementType.hxx"
|
||||
#endif
|
||||
|
||||
namespace dbaui
|
||||
{
|
||||
|
@ -27,9 +27,7 @@
|
||||
#ifndef DBAUI_TITLE_WINDOW_HXX
|
||||
#define DBAUI_TITLE_WINDOW_HXX
|
||||
|
||||
#ifndef _SV_FIXED_HXX
|
||||
#include <vcl/fixed.hxx>
|
||||
#endif
|
||||
|
||||
namespace dbaui
|
||||
{
|
||||
|
@ -27,33 +27,15 @@
|
||||
#ifndef DBAUI_APPVIEW_HXX
|
||||
#define DBAUI_APPVIEW_HXX
|
||||
|
||||
#ifndef DBAUI_DATAVIEW_HXX
|
||||
#include "dataview.hxx"
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDBC_XDATABASEMETADATA_HPP_
|
||||
#include <com/sun/star/sdbc/XDatabaseMetaData.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_UCB_XCONTENT_HPP_
|
||||
#include <com/sun/star/ucb/XContent.hpp>
|
||||
#endif
|
||||
#ifndef _COM_SUN_STAR_SDB_APPLICATION_NAMEDDATABASEOBJECT_HPP_
|
||||
#include <com/sun/star/sdb/application/NamedDatabaseObject.hpp>
|
||||
#endif
|
||||
#ifndef _SV_FIXED_HXX
|
||||
#include <vcl/fixed.hxx>
|
||||
#endif
|
||||
#ifndef _UNOTOOLS_EVENTLISTENERADAPTER_HXX_
|
||||
#include <unotools/eventlisteneradapter.hxx>
|
||||
#endif
|
||||
#ifndef DBACCESS_TABLEDESIGN_ICLIPBOARDTEST_HXX
|
||||
#include "IClipBoardTest.hxx"
|
||||
#endif
|
||||
#ifndef DBAUI_APPELEMENTTYPE_HXX
|
||||
#include "AppElementType.hxx"
|
||||
#endif
|
||||
|
||||
namespace com{ namespace sun { namespace star { namespace beans { class XPropertySet; } } } }
|
||||
|
||||
|
@ -28,21 +28,11 @@
|
||||
#ifndef DBAUI_DBTREEMODEL_HXX
|
||||
#define DBAUI_DBTREEMODEL_HXX
|
||||
|
||||
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
||||
#include <com/sun/star/container/XNameAccess.hpp>
|
||||
#endif
|
||||
#ifndef _SVLBOX_HXX
|
||||
#include <svtools/svlbox.hxx>
|
||||
#endif
|
||||
#ifndef _SVLBOXITM_HXX
|
||||
#include <svtools/svlbitm.hxx>
|
||||
#endif
|
||||
#ifndef _SBA_UNODATBR_HXX_
|
||||
#include "unodatbr.hxx"
|
||||
#endif
|
||||
#ifndef _DBAUI_COMMON_TYPES_HXX_
|
||||
#include "commontypes.hxx"
|
||||
#endif
|
||||
|
||||
// syntax of the tree userdata
|
||||
// datasource holds the connection
|
||||
|
@ -28,13 +28,9 @@
|
||||
#ifndef DBACCESS_UI_DBTREEVIEW_HXX
|
||||
#define DBACCESS_UI_DBTREEVIEW_HXX
|
||||
|
||||
#ifndef _SV_WINDOW_HXX //autogen
|
||||
#include <vcl/window.hxx>
|
||||
#endif
|
||||
|
||||
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
||||
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
||||
#endif
|
||||
|
||||
class SvTreeListBox;
|
||||
class SvLBoxTreeList;
|
||||
|
@ -34,9 +34,7 @@
|
||||
#include "listviewitems.hxx"
|
||||
#include "callbacks.hxx"
|
||||
|
||||
#ifndef _COM_SUN_STAR_DATATRANSFER_DND_XDRAGGESTURELISTENER_HDL_
|
||||
#include <com/sun/star/datatransfer/dnd/XDragGestureListener.hdl>
|
||||
#endif
|
||||
#include <com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp>
|
||||
#include <com/sun/star/ui/XContextMenuInterceptor.hpp>
|
||||
#include <com/sun/star/frame/XFrame.hpp>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user