Searched refs:xIS (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/basic/source/runtime/ |
H A D | iosys.cxx | 445 Reference< XInputStream > xIS; member in UCBStream 450 UCBStream( Reference< XInputStream > & xIS ); 496 : xIS( rStm ) in UCBStream() 518 if( xIS.is() ) in ~UCBStream() 519 xIS->closeInput(); in ~UCBStream() 540 if( xIS.is() ) in GetData() 543 nSize = xIS->readBytes( aData, nSize ); in GetData() 677 Reference< XStream > xIS = xSFI->openFileReadWrite( aNameStr ); in Open() local 678 pStrm = new UCBStream( xIS ); in Open() 683 pStrm = new UCBStream( xIS ); in Open() [all …]
|
/aoo42x/main/filter/source/xsltdialog/ |
H A D | xmlfilterjar.cxx | 309 Reference< XInputStream > xIS( xTypeDetection->getInputStream() ); in openPackage() local 312 TypeDetectionImporter::doImport( mxMSF, xIS, aFilters ); in openPackage() 376 Reference< XInputStream > xIS( xFileEntry->getInputStream() ); in copyFile() local 403 return copyStreams( xIS, xOS ); in copyFile()
|
H A D | xmlfiltertestdialog.cxx | 483 Reference< XOutputStream > xIS( new comphelper::OSLOutputStreamWrapper( aOutputFile ) ); in doExport() local 491 aSourceData[i++].Value <<= xIS; in doExport() 657 Reference< XInputStream > xIS( new comphelper::OSLInputStreamWrapper( aInputFile ) ); in import() local 663 aSourceData[i++].Value <<= xIS; in import()
|
H A D | typedetectionimport.cxx | 66 …Import( Reference< XMultiServiceFactory >& xMSF, Reference< XInputStream > xIS, XMLFilterVector& r… in doImport() argument 78 source.aInputStream = xIS; in doImport()
|
H A D | xmlfiltersettingsdialog.cxx | 518 Reference< XInputStream > xIS( new utl::OInputStreamWrapper( aInputStream ) ); in insertOrEdit() local 522 if( copyStreams( xIS, xOS ) ) in insertOrEdit() 1734 bool copyStreams( Reference< XInputStream > xIS, Reference< XOutputStream > xOS ) in copyStreams() argument 1744 nRead = xIS->readBytes( aDataBuffer, nBufferSize ); in copyStreams()
|
H A D | xmlfiltercommon.hxx | 46 bool copyStreams( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xIS, ::com…
|
H A D | xmlfileview.cxx | 625 Reference< XInputStream > xIS( new comphelper::OSLInputStreamWrapper( aInputFile ) ); in onValidate() local 629 aSourceData[0].Value <<= xIS; in onValidate()
|
Completed in 26 milliseconds