Home
last modified time | relevance | path

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

/aoo4110/main/embeddedobj/source/msole/
H A Dolepersist.cxx788 uno::Reference< io::XInputStream > xOrigInputStream; in TryToRetrieveCachedVisualRepresentation_Impl() local
789 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 18 milliseconds