User: hr Date: 05/09/23 05:33:58 Modified: /dba/dbaccess/source/ui/inc/ TableCopyHelper.hxx
Log: INTEGRATION: CWS dba201b (1.2.84); FILE MERGED 2005/09/21 09:10:32 oj 1.2.84.2: RESYNC: (1.2-1.3); FILE MERGED 2005/07/20 09:56:41 fs 1.2.84.1: #i51255# XConnection replaced with SharedConnection, and DataSourceHolder replaced with SharedModel File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: TableCopyHelper.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/TableCopyHelper.hxx?r1=1.3&r2=1.4 Delta lines: +13 -10 --------------------- --- TableCopyHelper.hxx 8 Sep 2005 15:35:46 -0000 1.3 +++ TableCopyHelper.hxx 23 Sep 2005 12:33:55 -0000 1.4 @@ -38,6 +38,9 @@ #ifndef DBAUI_APPELEMENTTYPE_HXX #include "AppElementType.hxx" #endif +#ifndef _DBAUI_COMMON_TYPES_HXX_ +#include "commontypes.hxx" +#endif #ifndef _SVX_DATACCESSDESCRIPTOR_HXX_ #include <svx/dataaccessdescriptor.hxx> #endif @@ -120,7 +123,7 @@ */ void pasteTable( const TransferableDataHelper& _rTransData ,const ::rtl::OUString& _sDestDataSourceName - ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection); + ,const SharedConnection& _xConnection); /** pastes a table into the data source @param _nFormatId @@ -133,7 +136,7 @@ void pasteTable( SotFormatStringId _nFormatId ,const TransferableDataHelper& _rTransData ,const ::rtl::OUString& _sDestDataSourceName - ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection); + ,const SharedConnection& _xConnection); /** pastes a table into the data source @param _rPasteData @@ -143,7 +146,7 @@ */ void pasteTable( ::svx::ODataAccessDescriptor& _rPasteData ,const ::rtl::OUString& _sDestDataSourceName - ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xDestConnection); + ,const SharedConnection& _xDestConnection); /** insert a table into the data source. The source can eihter be a table or a query @param _nCommandType @@ -181,9 +184,9 @@ @param _xConnection The connection */ - sal_Bool copyTagTable( DropDescriptor& _rDesc - , sal_Bool _bCheck - ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection); + sal_Bool copyTagTable( DropDescriptor& _rDesc, + sal_Bool _bCheck, + const SharedConnection& _xConnection); /** copies a table which was constructed by tags like HTML or RTF @param _rDesc @@ -195,7 +198,7 @@ */ void asyncCopyTagTable( DropDescriptor& _rDesc ,const ::rtl::OUString& _sDestDataSourceName - ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection); + ,const SharedConnection& _xConnection); /** copies a table which was constructed by tags like HTML or RTF @param _aDroppedData @@ -205,9 +208,9 @@ @param _xConnection The connection */ - sal_Bool copyTagTable(const TransferableDataHelper& _aDroppedData - ,DropDescriptor& _rAsyncDrop - ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection>& _xConnection); + sal_Bool copyTagTable(const TransferableDataHelper& _aDroppedData, + DropDescriptor& _rAsyncDrop, + const SharedConnection& _xConnection); /// returns <TRUE/> if the clipboard supports a table format, otherwise <FALSE/>. sal_Bool isTableFormat(const TransferableDataHelper& _rClipboard) const; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
