Searched refs:xNativeOutTemp (Results 1 – 1 of 1) sorted by relevance
279 uno::Reference < io::XOutputStream > xNativeOutTemp = xNativeTempStream->getOutputStream(); in ReadContentsAndGenerateTempFile() local281 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 15 milliseconds