Lines Matching refs:aKey
63 CacheKey aKey,
66 virtual bool IsVisible (CacheKey aKey);
67 virtual const SdrPage* GetPage (CacheKey aKey);
69 virtual sal_Int32 GetPriority (CacheKey aKey);
367 CacheKey aKey, in NotifyPreviewCreation() argument
376 if (aKey == GetPage(nIndex)) in NotifyPreviewCreation()
398 bool PresenterPreviewCache::PresenterCacheContext::IsVisible (CacheKey aKey) in IsVisible() argument
405 if (pPage == static_cast<const SdrPage*>(aKey)) in IsVisible()
414 const SdrPage* PresenterPreviewCache::PresenterCacheContext::GetPage (CacheKey aKey) in GetPage() argument
416 return static_cast<const SdrPage*>(aKey); in GetPage()
447 sal_Int32 PresenterPreviewCache::PresenterCacheContext::GetPriority (CacheKey aKey) in GetPriority() argument
455 if (aKey == GetPage(nIndex)) in GetPriority()
459 if (aKey == GetPage(nIndex)) in GetPriority()