User: vg Date: 05/03/10 08:40:32 Modified: /dba/dbaccess/source/filter/xml/ xmlExport.hxx
Log: INTEGRATION: CWS dba24 (1.3.20); FILE MERGED 2005/02/18 12:44:41 oj 1.3.20.1: #i42460# changes for the separation of datasource and database document(model) File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: xmlExport.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlExport.hxx?r1=1.3&r2=1.4 Delta lines: +3 -0 ------------------- --- xmlExport.hxx 5 Jan 2005 12:31:19 -0000 1.3 +++ xmlExport.hxx 10 Mar 2005 16:40:29 -0000 1.4 @@ -169,6 +169,7 @@ mutable UniReference < XMLPropertySetMapper > m_xTableStylesPropertySetMapper; mutable UniReference < XMLPropertySetMapper > m_xColumnStylesPropertySetMapper; + Reference<XPropertySet> m_xDataSource; void exportDataSource(); void exportLogin(); @@ -228,6 +229,8 @@ // XExporter virtual void SAL_CALL setSourceDocument( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& xDoc ) throw(::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException); + + inline Reference<XPropertySet> getDataSource() const { return m_xDataSource; } }; // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
