Searched refs:GraphicCache (Results 1 – 5 of 5) sorted by relevance
600 GraphicCache::GraphicCache( GraphicManager& rMgr, sal_uLong nDisplayCacheSize, sal_uLong nMaxObjDis… in GraphicCache() function in GraphicCache614 GraphicCache::~GraphicCache() in ~GraphicCache()712 void GraphicCache::ReleaseGraphicObject( const GraphicObject& rObj ) in ReleaseGraphicObject()781 void GraphicCache::GraphicObjectWasSwappedIn( const GraphicObject& rObj ) in GraphicObjectWasSwappedIn()799 void GraphicCache::SetMaxDisplayCacheSize( sal_uLong nNewCacheSize ) in SetMaxDisplayCacheSize()836 void GraphicCache::SetCacheTimeout( sal_uLong nTimeoutSeconds ) in SetCacheTimeout()859 void GraphicCache::ClearDisplayCache() in ClearDisplayCache()900 ByteString GraphicCache::GetUniqueID( const GraphicObject& rObj ) const in GetUniqueID()910 pEntry = ( (GraphicCache*) this )->ImplGetCacheEntry( rObj ); in GetUniqueID()1027 sal_Bool GraphicCache::ImplFreeDisplayCacheSpace( sal_uLong nSizeToFree ) in ImplFreeDisplayCacheSpace()[all …]
38 class GraphicCache class59 GraphicCache( GraphicManager& rMgr,62 ~GraphicCache();
113 mpCache( new GraphicCache( *this, nCacheSize, nMaxObjCacheSize ) ) in GraphicManager()
82 class GraphicCache;511 GraphicCache* mpCache;
59 can be used to access graphics held by the GraphicCache implementation.
Completed in 47 milliseconds