Searched refs:xTmpInStream (Results 1 – 1 of 1) sorted by relevance
263 uno::Reference< io::XInputStream > xTmpInStream = in PutURLContentsToVersionStream_Impl() local265 … DBG_ASSERT( xTmpInStream.is(), "The method must create the stream or throw an exception!\n" ); in PutURLContentsToVersionStream_Impl()266 if ( !xTmpInStream.is() ) in PutURLContentsToVersionStream_Impl()270 ::comphelper::OStorageHelper::CopyInputToOutput( xTmpInStream, xOutStream ); in PutURLContentsToVersionStream_Impl()
Completed in 28 milliseconds