Searched refs:xOrigInputStream (Results 1 – 1 of 1) sorted by relevance
788 uno::Reference< io::XInputStream > xOrigInputStream; in TryToRetrieveCachedVisualRepresentation_Impl() local789 if ( ( xNameContainer->getByName( aOrigContName ) >>= xOrigInputStream ) in TryToRetrieveCachedVisualRepresentation_Impl()790 && xOrigInputStream.is() ) in TryToRetrieveCachedVisualRepresentation_Impl()794 uno::Reference< io::XSeekable > xOrigSeekable( xOrigInputStream, uno::UNO_QUERY ); in TryToRetrieveCachedVisualRepresentation_Impl()802 ::comphelper::OStorageHelper::CopyInputToOutput( xOrigInputStream, xOutputStream ); in TryToRetrieveCachedVisualRepresentation_Impl()
Completed in 21 milliseconds