Searched refs:GraphicCache (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/svtools/source/graphic/ |
| H A D | grfcache.cxx | 600 GraphicCache::GraphicCache( GraphicManager& rMgr, sal_uLong nDisplayCacheSize, sal_uLong nMaxObjDis… in GraphicCache() function in GraphicCache 607 maReleaseTimer.SetTimeoutHdl( LINK( this, GraphicCache, ReleaseTimeoutHdl ) ); in GraphicCache() 614 GraphicCache::~GraphicCache() in ~GraphicCache() 622 void GraphicCache::AddGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute, in AddGraphicObject() 712 void GraphicCache::ReleaseGraphicObject( const GraphicObject& rObj ) in ReleaseGraphicObject() 757 void GraphicCache::GraphicObjectWasSwappedOut( const GraphicObject& rObj ) in GraphicObjectWasSwappedOut() 769 sal_Bool GraphicCache::FillSwappedGraphicObject( const GraphicObject& rObj, Graphic& rSubstitute ) in FillSwappedGraphicObject() 781 void GraphicCache::GraphicObjectWasSwappedIn( const GraphicObject& rObj ) in GraphicObjectWasSwappedIn() 799 void GraphicCache::SetMaxDisplayCacheSize( sal_uLong nNewCacheSize ) in SetMaxDisplayCacheSize() 809 void GraphicCache::SetMaxObjDisplayCacheSize( sal_uLong nNewMaxObjSize, sal_Bool bDestroyGreaterCac… in SetMaxObjDisplayCacheSize() [all …]
|
| H A D | grfcache.hxx | 38 class GraphicCache class 59 GraphicCache( GraphicManager& rMgr, 62 ~GraphicCache();
|
| H A D | grfmgr2.cxx | 113 mpCache( new GraphicCache( *this, nCacheSize, nMaxObjCacheSize ) ) in GraphicManager()
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | grfmgr.hxx | 82 class GraphicCache; 511 GraphicCache* mpCache;
|
| /AOO41X/main/offapi/com/sun/star/graphic/ |
| H A D | MediaProperties.idl | 59 can be used to access graphics held by the GraphicCache implementation.
|