Home
last modified time | relevance | path

Searched refs:ReleasePreviewBitmap (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/sd/source/ui/slidesorter/cache/ !
H A DSlsPageCache.cxx122 void PageCache::ReleasePreviewBitmap (const CacheKey aKey) in ReleasePreviewBitmap() function in sd::slidesorter::cache::PageCache
124 mpImplementation->ReleasePreviewBitmap(aKey); in ReleasePreviewBitmap()
H A DSlsGenericPageCache.hxx122 void ReleasePreviewBitmap (const CacheKey aKey);
H A DSlsGenericPageCache.cxx265 void GenericPageCache::ReleasePreviewBitmap (const CacheKey aKey) in ReleasePreviewBitmap() function in sd::slidesorter::cache::GenericPageCache
H A DSlsPageCacheManager.cxx426 void PageCacheManager::ReleasePreviewBitmap (const SdrPage* pPage) in ReleasePreviewBitmap() function in sd::slidesorter::cache::PageCacheManager
/AOO41X/main/sd/source/ui/slidesorter/inc/cache/ !
H A DSlsPageCache.hxx147 void ReleasePreviewBitmap (const CacheKey aKey);
H A DSlsPageCacheManager.hxx121 void ReleasePreviewBitmap (const SdrPage* pPage);
/AOO41X/main/sd/source/ui/slidesorter/controller/ !
H A DSlsListener.cxx615 cache::PageCacheManager::Instance()->ReleasePreviewBitmap(pPage); in HandleModelChange()