Lines Matching refs:CacheKey
63 CacheKey aKey,
66 virtual bool IsVisible (CacheKey aKey);
67 virtual const SdrPage* GetPage (CacheKey aKey);
68 virtual ::boost::shared_ptr<std::vector<CacheKey> > GetEntryList (bool bVisible);
69 virtual sal_Int32 GetPriority (CacheKey aKey);
367 CacheKey aKey, in NotifyPreviewCreation()
398 bool PresenterPreviewCache::PresenterCacheContext::IsVisible (CacheKey aKey) in IsVisible()
414 const SdrPage* PresenterPreviewCache::PresenterCacheContext::GetPage (CacheKey aKey) in GetPage()
422 ::boost::shared_ptr<std::vector<CacheKey> >
425 ::boost::shared_ptr<std::vector<CacheKey> > pKeys (new std::vector<CacheKey>()); in GetEntryList()
447 sal_Int32 PresenterPreviewCache::PresenterCacheContext::GetPriority (CacheKey aKey) in GetPriority()