Home
last modified time | relevance | path

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

/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx632 GraphicCacheEntry* pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.First() ); in AddGraphicObject()
643 pEntry = static_cast< GraphicCacheEntry* >( maGraphicCache.Next() ); 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()
744 maGraphicCache.Remove( (void*) pEntry ); in ReleaseGraphicObject()
749 pEntry = (GraphicCacheEntry*) maGraphicCache.Next(); in ReleaseGraphicObject()
[all …]
H A Dgrfcache.hxx44 List maGraphicCache; member in GraphicCache

Completed in 47 milliseconds