Lines Matching refs:GraphicCacheEntry
166 class GraphicCacheEntry class
187 GraphicCacheEntry( const GraphicObject& rObj );
188 ~GraphicCacheEntry();
205 GraphicCacheEntry::GraphicCacheEntry( const GraphicObject& rObj ) : in GraphicCacheEntry() function in GraphicCacheEntry
218 GraphicCacheEntry::~GraphicCacheEntry() in ~GraphicCacheEntry()
229 sal_Bool GraphicCacheEntry::ImplInit( const GraphicObject& rObj ) in ImplInit()
291 void GraphicCacheEntry::ImplFillSubstitute( Graphic& rSubstitute ) in ImplFillSubstitute()
347 void GraphicCacheEntry::AddGraphicObjectReference( const GraphicObject& rObj, Graphic& rSubstitute ) in AddGraphicObjectReference()
358 sal_Bool GraphicCacheEntry::ReleaseGraphicObjectReference( const GraphicObject& rObj ) in ReleaseGraphicObjectReference()
376 sal_Bool GraphicCacheEntry::HasGraphicObjectReference( const GraphicObject& rObj ) in HasGraphicObjectReference()
389 void GraphicCacheEntry::TryToSwapIn() in TryToSwapIn()
397 void GraphicCacheEntry::GraphicObjectWasSwappedOut( const GraphicObject& /*rObj*/ ) in GraphicObjectWasSwappedOut()
418 sal_Bool GraphicCacheEntry::FillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSubstitu… in FillSwappedGraphicObject()
435 void GraphicCacheEntry::GraphicObjectWasSwappedIn( const GraphicObject& rObj ) in GraphicObjectWasSwappedIn()
450 const GraphicCacheEntry* mpRefCacheEntry;
466 GraphicDisplayCacheEntry( const GraphicCacheEntry* pRefCacheEntry, in GraphicDisplayCacheEntry()
479 GraphicDisplayCacheEntry( const GraphicCacheEntry* pRefCacheEntry, in GraphicDisplayCacheEntry()
498 const GraphicCacheEntry* GetReferencedCacheEntry() const { return mpRefCacheEntry; } in GetReferencedCacheEntry()
506 … const GraphicCacheEntry* pCacheEntry, const GraphicAttr& rAttr ) const in Matches()
632 GraphicCacheEntry* pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.First() ); in AddGraphicObject()
643 pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.Next() ); in AddGraphicObject()
650 GraphicCacheEntry* pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.First() ); in AddGraphicObject()
671 for( pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.First() ); in AddGraphicObject()
673 pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.Next() ) ) in AddGraphicObject()
686 maGraphicCache.Insert( new GraphicCacheEntry( rObj ), LIST_APPEND ); in AddGraphicObject()
701 pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.Next() ); in AddGraphicObject()
707 maGraphicCache.Insert( new GraphicCacheEntry( rObj ), LIST_APPEND ); in AddGraphicObject()
715 GraphicCacheEntry* pEntry = (GraphicCacheEntry*) maGraphicCache.First(); in ReleaseGraphicObject()
749 pEntry = (GraphicCacheEntry*) maGraphicCache.Next(); in ReleaseGraphicObject()
761 GraphicCacheEntry* pEntry = ImplGetCacheEntry( rObj ); in GraphicObjectWasSwappedOut()
771 GraphicCacheEntry* pEntry = ImplGetCacheEntry( rObj ); in FillSwappedGraphicObject()
783 GraphicCacheEntry* pEntry = ImplGetCacheEntry( rObj ); in GraphicObjectWasSwappedIn()
884 const GraphicCacheEntry* pCacheEntry = ( (GraphicCache*) this )->ImplGetCacheEntry( rObj ); in IsInDisplayCache()
903 GraphicCacheEntry* pEntry = ( (GraphicCache*) this )->ImplGetCacheEntry( rObj ); in GetUniqueID()
993 const GraphicCacheEntry* pCacheEntry = ImplGetCacheEntry( rObj ); in DrawDisplayCacheObj()
1059 GraphicCacheEntry* GraphicCache::ImplGetCacheEntry( const GraphicObject& rObj ) in ImplGetCacheEntry()
1061 GraphicCacheEntry* pRet = NULL; in ImplGetCacheEntry()
1064 if( ( (GraphicCacheEntry*) pObj )->HasGraphicObjectReference( rObj ) ) in ImplGetCacheEntry()
1065 pRet = (GraphicCacheEntry*) pObj; in ImplGetCacheEntry()