Home
last modified time | relevance | path

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

/aoo41x/main/basic/source/runtime/
H A Diosys.cxx444 Reference< XInputStream > xIS; member in UCBStream
449 UCBStream( Reference< XInputStream > & xIS );
495 : xIS( rStm ) in UCBStream()
517 if( xIS.is() ) in ~UCBStream()
518 xIS->closeInput(); in ~UCBStream()
539 if( xIS.is() ) in GetData()
542 nSize = xIS->readBytes( aData, nSize ); in GetData()
676 Reference< XStream > xIS = xSFI->openFileReadWrite( aNameStr ); in Open() local
677 pStrm = new UCBStream( xIS ); in Open()
682 pStrm = new UCBStream( xIS ); in Open()
[all …]
/aoo41x/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 46 milliseconds