Tag: cws_src680_hsqlcsv User: fs Date: 2006/09/18 06:52:46 Modified: dba/connectivity/source/inc/hsqldb/HConnection.hxx
Log: #i69526# getTableEditor now taking XDatabaseDocumentUI File Changes: Directory: /dba/connectivity/source/inc/hsqldb/ =============================================== File [changed]: HConnection.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/inc/hsqldb/HConnection.hxx?r1=1.4.162.1&r2=1.4.162.2 Delta lines: +8 -3 ------------------- --- HConnection.hxx 14 Sep 2006 11:42:05 -0000 1.4.162.1 +++ HConnection.hxx 18 Sep 2006 13:52:43 -0000 1.4.162.2 @@ -4,9 +4,9 @@ * * $RCSfile: HConnection.hxx,v $ * - * $Revision: 1.4.162.1 $ + * $Revision: 1.4.162.2 $ * - * last change: $Author: fs $ $Date: 2006/09/14 11:42:05 $ + * last change: $Author: fs $ $Date: 2006/09/18 13:52:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -119,7 +119,7 @@ // XTableUIProvider virtual ::com::sun::star::uno::Reference< ::com::sun::star::graphic::XGraphic > SAL_CALL getTableIcon( const ::rtl::OUString& TableName ) throw (::com::sun::star::uno::RuntimeException); - virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getTableEditor( const ::rtl::OUString& TableName ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); + virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > SAL_CALL getTableEditor( const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::application::XDatabaseDocumentUI >& DocumentUI, const ::rtl::OUString& TableName ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::lang::WrappedTargetException, ::com::sun::star::uno::RuntimeException); private: /** creates the dialog used for editing a linked table @@ -127,6 +127,10 @@ @param _rTableName the name of the table to create the editor for. + @param _rxDocumentUI + the UI of the database document, for which the editor is to be created. + Must not be <NULL/>. + @return the table editor dialog instance. @@ -141,6 +145,7 @@ */ ::com::sun::star::uno::Reference< ::com::sun::star::ui::dialogs::XExecutableDialog > impl_createLinkedTableEditor_throw( + const ::com::sun::star::uno::Reference< ::com::sun::star::sdb::application::XDatabaseDocumentUI >& _rxDocumentUI, const ::rtl::OUString& _rTableName ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
