Home
last modified time | relevance | path

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

/aoo4110/main/embeddedobj/source/msole/
H A Downview.cxx279 uno::Reference < io::XOutputStream > xNativeOutTemp = xNativeTempStream->getOutputStream(); in ReadContentsAndGenerateTempFile() local
281 if ( !xNativeOutTemp.is() || !xNativeInTemp.is() ) in ReadContentsAndGenerateTempFile()
378 xNativeOutTemp->writeBytes( aReadSeq ); in ReadContentsAndGenerateTempFile()
383 xNativeOutTemp->writeBytes( aToWrite ); in ReadContentsAndGenerateTempFile()
405 ::comphelper::OStorageHelper::CopyInputToOutput( xInStream, xNativeOutTemp ); in ReadContentsAndGenerateTempFile()
408 xNativeOutTemp->closeOutput(); in ReadContentsAndGenerateTempFile()

Completed in 9 milliseconds