Searched refs:xOS (Results 1 – 10 of 10) sorted by relevance
445 Reference< XOutputStream > xOS; member in UCBStream450 UCBStream( Reference< XOutputStream > & xOS );501 : xOS( rStm ) in UCBStream()519 else if( xOS.is() ) in ~UCBStream()520 xOS->closeOutput(); in ~UCBStream()568 if( xOS.is() ) in PutData()571 xOS->writeBytes( aData ); in PutData()617 if( xOS.is() ) in FlushData()618 xOS->flush(); in FlushData()
240 Reference< XOutputStream > xOS( new OSLOutputStreamWrapper( aOutputFile ) ); in savePackage() local243 aExporter.doExport(xOS,rFilters); in savePackage()400 Reference< XOutputStream > const xOS( in copyFile() local403 return copyStreams( xIS, xOS ); in copyFile()
520 Reference< XOutputStream > xOS( new utl::OOutputStreamWrapper( aOutputStream ) ); in insertOrEdit() local522 if( copyStreams( xIS, xOS ) ) in insertOrEdit()1734 bool copyStreams( Reference< XInputStream > xIS, Reference< XOutputStream > xOS ) in copyStreams() argument1754 xOS->writeBytes( aDataBuffer ); in copyStreams()1759 xOS->flush(); in copyStreams()
88 void TypeDetectionExporter::doExport( Reference< XOutputStream > xOS, const XMLFilterVector& rFilt… in doExport() argument109 xDocSrc->setOutputStream( xOS ); in doExport()
40 …void doExport(com::sun::star::uno::Reference < com::sun::star::io::XOutputStream > xOS, const XML…
46 …:XInputStream > xIS, ::com::sun::star::uno::Reference< ::com::sun::star::io::XOutputStream > xOS );
682 Reference< XOutputStream > xOS( new OSLOutputStreamWrapper( aOutputFile ) ); in import() local684 xDocSrc->setOutputStream( xOS ); in import()
73 … xMSF, com::sun::star::uno::Reference < com::sun::star::io::XInputStream > xOS, XMLFilterVector& r…
639 …Reference< XOutputStream > xOS( mxMSF->createInstance( OUString( RTL_CONSTASCII_USTRINGPARAM( "com… in onValidate() local641 xDocSrc->setOutputStream( xOS ); in onValidate()
528 Reference< io::XOutputStream > xOS; in save() local555 xOS = m_xSimpleFileAccess->openFileWrite( parcel_xml_path ); in save()570 xSource->setOutputStream( xOS ); in save()596 Reference< io::XOutputStream > xOS = xSource->getOutputStream(); in save() local597 xOS->closeOutput(); in save()
Completed in 61 milliseconds