Lines Matching refs:xCachedVisualRepresentation

443 												const uno::Reference< io::XStream >& xCachedVisualRepresentation )  in InsertVisualCache_Impl()
446 OSL_ENSURE( xTargetStream.is() && xCachedVisualRepresentation.is(), "Invalid argumants!\n" ); in InsertVisualCache_Impl()
448 if ( !xTargetStream.is() || !xCachedVisualRepresentation.is() ) in InsertVisualCache_Impl()
464 uno::Reference< io::XSeekable > xCachedSeek( xCachedVisualRepresentation, uno::UNO_QUERY_THROW ); in InsertVisualCache_Impl()
478 uno::Reference< io::XInputStream > xInCacheStream = xCachedVisualRepresentation->getInputStream(); in InsertVisualCache_Impl()
1186 uno::Reference< io::XStream > xCachedVisualRepresentation; in StoreToLocation_Impl() local
1192 lObjArgs[nInd].Value >>= xCachedVisualRepresentation; in StoreToLocation_Impl()
1199 xCachedVisualRepresentation = uno::Reference< io::XStream >(); in StoreToLocation_Impl()
1201 if ( bStoreVis && !HasVisReplInStream() && !xCachedVisualRepresentation.is() ) in StoreToLocation_Impl()
1205 sal_Bool bNeedLocalCache = xCachedVisualRepresentation.is(); in StoreToLocation_Impl()
1244 xCachedVisualRepresentation = m_xCachedVisualRepresentation; in StoreToLocation_Impl()
1279 xCachedVisualRepresentation = xTmpCVRepresentation; in StoreToLocation_Impl()
1304 if ( !xCachedVisualRepresentation.is() ) in StoreToLocation_Impl()
1305 xCachedVisualRepresentation = TryToRetrieveCachedVisualRepresentation_Impl( xTargetStream ); in StoreToLocation_Impl()
1307 OSL_ENSURE( xCachedVisualRepresentation.is(), "No representation is available!" ); in StoreToLocation_Impl()
1314 uno::Reference< io::XSeekable > xCachedSeek( xCachedVisualRepresentation, uno::UNO_QUERY ); in StoreToLocation_Impl()
1317 xCachedVisualRepresentation in StoreToLocation_Impl()
1318 = GetNewFilledTempStream_Impl( xCachedVisualRepresentation->getInputStream() ); in StoreToLocation_Impl()
1323 InsertVisualCache_Impl( xTargetStream, xCachedVisualRepresentation ); in StoreToLocation_Impl()
1328 if ( !xCachedVisualRepresentation.is() ) in StoreToLocation_Impl()
1329 xCachedVisualRepresentation = TryToRetrieveCachedVisualRepresentation_Impl( xTargetStream ); in StoreToLocation_Impl()
1344 if ( xCachedVisualRepresentation.is() ) in StoreToLocation_Impl()
1347 …m_xNewCachedVisRepl = GetNewFilledTempStream_Impl( xCachedVisualRepresentation->getInputStream() ); in StoreToLocation_Impl()
1349 m_xNewCachedVisRepl = xCachedVisualRepresentation; in StoreToLocation_Impl()