Home
last modified time | relevance | path

Searched refs:xIS (Results 1 – 7 of 7) sorted by relevance

/trunk/main/basic/source/runtime/
H A Diosys.cxx445 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 …]
/trunk/main/filter/source/xsltdialog/
H A Dxmlfilterjar.cxx309 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 Dxmlfiltertestdialog.cxx483 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 Dtypedetectionimport.cxx66 …Import( Reference< XMultiServiceFactory >& xMSF, Reference< XInputStream > xIS, XMLFilterVector& r… in doImport() argument
78 source.aInputStream = xIS; in doImport()
H A Dxmlfiltersettingsdialog.cxx518 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 Dxmlfiltercommon.hxx46 bool copyStreams( ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xIS, ::com…
H A Dxmlfileview.cxx625 Reference< XInputStream > xIS( new comphelper::OSLInputStreamWrapper( aInputFile ) ); in onValidate() local
629 aSourceData[0].Value <<= xIS; in onValidate()

Completed in 38 milliseconds