Home
last modified time | relevance | path

Searched refs:xWriterSource (Results 1 – 2 of 2) sorted by relevance

/trunk/main/comphelper/source/xml/
H A Dofopxmlhelper.cxx78 uno::Reference< io::XActiveDataSource > xWriterSource( in WriteRelationsInfoSequence() local
82 …uno::Reference< xml::sax::XDocumentHandler > xWriterHandler( xWriterSource, uno::UNO_QUERY_THROW ); in WriteRelationsInfoSequence()
84 xWriterSource->setOutputStream( xOutStream ); in WriteRelationsInfoSequence()
142 uno::Reference< io::XActiveDataSource > xWriterSource( in WriteContentSequence() local
146 …uno::Reference< xml::sax::XDocumentHandler > xWriterHandler( xWriterSource, uno::UNO_QUERY_THROW ); in WriteContentSequence()
148 xWriterSource->setOutputStream( xOutStream ); in WriteContentSequence()
/trunk/main/sfx2/source/doc/
H A Ddoctemplateslocal.cxx65 uno::Reference< io::XActiveDataSource > xWriterSource( in WriteGroupLocalizationSequence() local
69 …uno::Reference< xml::sax::XDocumentHandler > xWriterHandler( xWriterSource, uno::UNO_QUERY_THROW ); in WriteGroupLocalizationSequence()
71 xWriterSource->setOutputStream( xOutStream ); in WriteGroupLocalizationSequence()