Searched refs:ViewCacheContext (Results 1 – 3 of 3) sorted by relevance
45 ViewCacheContext::ViewCacheContext (SlideSorter& rSlideSorter) in ViewCacheContext() function in sd::slidesorter::view::ViewCacheContext54 ViewCacheContext::~ViewCacheContext (void) in ~ViewCacheContext()61 void ViewCacheContext::NotifyPreviewCreation ( in NotifyPreviewCreation()82 bool ViewCacheContext::IsIdle (void) in IsIdle()94 bool ViewCacheContext::IsVisible (cache::CacheKey aKey) in IsVisible()103 const SdrPage* ViewCacheContext::GetPage (cache::CacheKey aKey) in GetPage()111 ::boost::shared_ptr<std::vector<cache::CacheKey> > ViewCacheContext::GetEntryList (bool bVisible) in GetEntryList()132 sal_Int32 ViewCacheContext::GetPriority (cache::CacheKey aKey) in GetPriority()140 model::SharedPageDescriptor ViewCacheContext::GetDescriptor (cache::CacheKey aKey) in GetDescriptor()149 ::com::sun::star::uno::Reference<com::sun::star::uno::XInterface> ViewCacheContext::GetModel (void) in GetModel()
43 class ViewCacheContext : public cache::CacheContext class46 ViewCacheContext (SlideSorter& rSlideSorter);47 virtual ~ViewCacheContext (void);
837 cache::SharedCacheContext(new ViewCacheContext(mrSlideSorter)))); in GetPreviewCache()
Completed in 29 milliseconds