User: vg Date: 05/03/10 08:42:12 Modified: /dba/dbaccess/source/filter/xml/ xmlfilter.hxx
Log: INTEGRATION: CWS dba24 (1.2.80); FILE MERGED 2005/02/18 12:44:42 oj 1.2.80.1: #i42460# changes for the separation of datasource and database document(model) File Changes: Directory: /dba/dbaccess/source/filter/xml/ =========================================== File [changed]: xmlfilter.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/filter/xml/xmlfilter.hxx?r1=1.2&r2=1.3 Delta lines: +5 -3 ------------------- --- xmlfilter.hxx 2 Aug 2004 15:24:23 -0000 1.2 +++ xmlfilter.hxx 10 Mar 2005 16:42:09 -0000 1.3 @@ -159,6 +159,7 @@ mutable UniReference < XMLPropertySetMapper > m_xTableStylesPropertySetMapper; mutable UniReference < XMLPropertySetMapper > m_xColumnStylesPropertySetMapper; + Reference<XPropertySet> m_xDataSource; sal_Int32 m_nPreviewMode; sal_Bool implImport( const Sequence< PropertyValue >& rDescriptor ) throw (RuntimeException); @@ -196,6 +197,7 @@ virtual void SetConfigurationSettings(const com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>& aConfigProps); inline Reference< XMultiServiceFactory > getORB() { return getServiceFactory(); } + inline Reference<XPropertySet> getDataSource() const { return m_xDataSource; } inline const TPropertyNameMap& getQuerySettings() const { return m_aQuerySettings;} inline const TPropertyNameMap& getTableSettings() const { return m_aTablesSettings;} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
