Lines Matching refs:xInput
122 Reference< XInputStream > xInput, Reference< XOutputStream > xOutput ) in writeOasis2OOoLibraryElement()
176 source.aInputStream = xInput; in writeOasis2OOoLibraryElement()
198 Reference< XInputStream > xInput( xISP->createInputStream() ); in writeLibraryElement() local
203 bComplete = writeOasis2OOoLibraryElement( xInput, xOutput ); in writeLibraryElement()
209 sal_Int32 nRead = xInput->readBytes( bytes, xInput->available() ); in writeLibraryElement()
215 nRead = xInput->readBytes( bytes, 1024 ); in writeLibraryElement()
220 xInput->closeInput(); in writeLibraryElement()
288 Reference< XInputStream > xInput; in importLibraryElement() local
292 xInput = xElementStream; in importLibraryElement()
298 xInput = mxSFI->openFileRead( aFile ); in importLibraryElement()
307 if( !xInput.is() ) in importLibraryElement()
316 source.aInputStream = xInput; in importLibraryElement()