Home
last modified time | relevance | path

Searched refs:pDisplayEntry (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/svtools/source/graphic/
H A Dgrfcache.cxx730 while( pDisplayEntry ) in ReleaseGraphicObject()
732 if( pDisplayEntry->GetReferencedCacheEntry() == pEntry ) in ReleaseGraphicObject()
734 mnUsedDisplaySize -= pDisplayEntry->GetCacheSize(); in ReleaseGraphicObject()
735 maDisplayCache.Remove( pDisplayEntry ); in ReleaseGraphicObject()
736 delete pDisplayEntry; in ReleaseGraphicObject()
849 while( pDisplayEntry ) in SetCacheTimeout()
851 pDisplayEntry->SetReleaseTime( aReleaseTime ); in SetCacheTimeout()
1081 while( pDisplayEntry ) in IMPL_LINK()
1087 mnUsedDisplaySize -= pDisplayEntry->GetCacheSize(); in IMPL_LINK()
1088 maDisplayCache.Remove( pDisplayEntry ); in IMPL_LINK()
[all …]

Completed in 22 milliseconds