Home
last modified time | relevance | path

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

/trunk/main/embeddedobj/source/msole/
H A Downview.cxx276 uno::Reference < io::XOutputStream > xNativeOutTemp = xNativeTempStream->getOutputStream(); in ReadContentsAndGenerateTempFile() local
278 if ( !xNativeOutTemp.is() || !xNativeInTemp.is() ) in ReadContentsAndGenerateTempFile()
374 xNativeOutTemp->writeBytes( aReadSeq ); in ReadContentsAndGenerateTempFile()
379 xNativeOutTemp->writeBytes( aToWrite ); in ReadContentsAndGenerateTempFile()
401 ::comphelper::OStorageHelper::CopyInputToOutput( xInStream, xNativeOutTemp ); in ReadContentsAndGenerateTempFile()
404 xNativeOutTemp->closeOutput(); in ReadContentsAndGenerateTempFile()