Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/graphic/
H A Dgrfcache.cxx616 …DBG_ASSERT( !maGraphicCache.Count(), "GraphicCache::~GraphicCache(): there are some GraphicObjects… in ~GraphicCache()
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()
[all …]
H A Dgrfcache.hxx44 List maGraphicCache; member in GraphicCache