Lines Matching refs:xInStream

57 ::rtl::OUString GetNewFilledTempFile_Impl( const uno::Reference< io::XInputStream >& xInStream, con…
267 …OwnView_Impl::ReadContentsAndGenerateTempFile( const uno::Reference< io::XInputStream >& xInStream, in ReadContentsAndGenerateTempFile() argument
270 uno::Reference< io::XSeekable > xSeekable( xInStream, uno::UNO_QUERY_THROW ); in ReadContentsAndGenerateTempFile()
300 if ( xInStream->readBytes( aReadSeq, 4 ) != 4 ) in ReadContentsAndGenerateTempFile()
309 if ( xInStream->readBytes( aReadSeq, 2 ) != 2 || aReadSeq[0] != 2 || aReadSeq[1] != 0 ) in ReadContentsAndGenerateTempFile()
316 if ( xInStream->readBytes( aReadSeq, 1 ) != 1 ) in ReadContentsAndGenerateTempFile()
334 if ( xInStream->readBytes( aReadSeq, 1 ) != 1 ) in ReadContentsAndGenerateTempFile()
339 if ( xInStream->readBytes( aReadSeq, 4 ) != 4 in ReadContentsAndGenerateTempFile()
344 if ( xInStream->readBytes( aReadSeq, 4 ) != 4 ) in ReadContentsAndGenerateTempFile()
356 if ( xInStream->readBytes( aReadSeq, 4 ) != 4 ) in ReadContentsAndGenerateTempFile()
369 sal_uInt32 nLocalRead = xInStream->readBytes( aReadSeq, nToRead ); in ReadContentsAndGenerateTempFile()
392 if ( xInStream->readBytes( aData, 8 ) == 8 in ReadContentsAndGenerateTempFile()
405 ::comphelper::OStorageHelper::CopyInputToOutput( xInStream, xNativeOutTemp ); in ReadContentsAndGenerateTempFile()
433 uno::Reference< io::XInputStream > xInStream = xAccess->openFileRead( m_aTempFileURL ); in CreateNative() local
434 if ( !xInStream.is() ) in CreateNative()
438 aArgs[0] <<= xInStream; in CreateNative()