Searched refs:xActiveDataSource (Results 1 – 6 of 6) sorted by relevance
752 const uno::Reference< io::XActiveDataSource >& xActiveDataSource, in impl_ExportStream()764 if ( !xActiveDataSource.is() ) in impl_ExportStream()787 xActiveDataSource->setOutputStream(xOutputStream); in impl_ExportStream()
130 Reference < XActiveDataSource > xActiveDataSource( TestObject, UNO_QUERY ); in testInvariant() local135 ERROR_ASSERT( xActiveDataSource.is() && xActiveDataSink.is() && xActiveDataControl.is () && in testInvariant()
382 Reference< XActiveDataSource > xActiveDataSource( xSaxWriter, UNO_QUERY ); in implCreateExportDocumentHandler() local384 if( xActiveDataSource.is() ) in implCreateExportDocumentHandler()385 xActiveDataSource->setOutputStream( rxOStm ); in implCreateExportDocumentHandler()
2108 … ::com::sun::star::uno::Reference< ::com::sun::star::io::XActiveDataSource > xActiveDataSource( in ExportGraphic()2111 if( xActiveDataSource.is() ) in ExportGraphic()2123 …xActiveDataSource->setOutputStream( ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutpu… in ExportGraphic()
139 ::com::sun::star::io::XActiveDataSource >& xActiveDataSource,
2182 Reference< io::XActiveDataSource> xActiveDataSource( xTextOutputStream, UNO_QUERY ); in implWritePropertiesFile() local2183 if( xActiveDataSource.is() ) in implWritePropertiesFile()2185 xActiveDataSource->setOutputStream( xOutputStream ); in implWritePropertiesFile()