Searched refs:xInpStream (Results 1 – 1 of 1) sorted by relevance
296 uno::Reference< io::XInputStream > xInpStream = xStream->getInputStream(); in initialize() local297 if ( !xInpStream.is() || !xStream->getOutputStream().is() ) in initialize()300 ::comphelper::OStorageHelper::CopyInputToOutput( xInpStream, xTempOut ); in initialize()
Completed in 12 milliseconds