/aoo42x/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsBitmapCache.hxx | 61 typedef const SdrPage* CacheKey; typedef in sd::slidesorter::cache::BitmapCache 64 typedef ::std::vector<CacheKey> CacheIndex; 96 bool HasBitmap (const CacheKey& rKey); 101 bool BitmapIsUpToDate (const CacheKey& rKey); 105 Bitmap GetBitmap (const CacheKey& rKey); 109 Bitmap GetMarkedBitmap (const CacheKey& rKey); 114 void ReleaseBitmap (const CacheKey& rKey); 123 bool InvalidateBitmap (const CacheKey& rKey); 132 const CacheKey& rKey, 139 const CacheKey& rKey, [all …]
|
H A D | SlsBitmapCache.cxx | 98 size_t operator()(const BitmapCache::CacheKey& p) const in operator ()() 103 : public ::std::hash_map<CacheKey, CacheEntry, CacheHash> 199 bool BitmapCache::HasBitmap (const CacheKey& rKey) in HasBitmap() 211 bool BitmapCache::BitmapIsUpToDate (const CacheKey& rKey) in BitmapIsUpToDate() 226 Bitmap BitmapCache::GetBitmap (const CacheKey& rKey) in GetBitmap() 257 Bitmap BitmapCache::GetMarkedBitmap (const CacheKey& rKey) in GetMarkedBitmap() 274 void BitmapCache::ReleaseBitmap (const CacheKey& rKey) in ReleaseBitmap() 289 bool BitmapCache::InvalidateBitmap (const CacheKey& rKey) in InvalidateBitmap() 331 const CacheKey& rKey, in SetBitmap() 361 const CacheKey& rKey, in SetMarkedBitmap() [all …]
|
H A D | SlsGenericPageCache.hxx | 85 const CacheKey aKey, 88 const CacheKey aKey, 91 const CacheKey aKey, 107 const CacheKey aKey, 116 bool InvalidatePreviewBitmap (const CacheKey aKey); 122 void ReleasePreviewBitmap (const CacheKey aKey); 135 void SetPreciousFlag (const CacheKey aKey, const bool bIsPrecious);
|
H A D | SlsPageCache.cxx | 74 const CacheKey aKey, in GetPreviewBitmap() 84 const CacheKey aKey, in GetMarkedPreviewBitmap() 94 const CacheKey aKey, in SetMarkedPreviewBitmap() 103 void PageCache::RequestPreviewBitmap (const CacheKey aKey) in RequestPreviewBitmap() 112 const CacheKey aKey, in InvalidatePreviewBitmap() 122 void PageCache::ReleasePreviewBitmap (const CacheKey aKey) in ReleasePreviewBitmap() 139 const CacheKey aKey, in SetPreciousFlag()
|
H A D | SlsRequestQueue.cxx | 43 CacheKey aKey, sal_Int32 nPriority, RequestPriorityClass eClass) in Request() 63 DataComparator (const CacheKey aKey):maKey(aKey){} in DataComparator() 65 private: const CacheKey maKey; 68 CacheKey maKey; 107 CacheKey aKey, in AddRequest() 143 CacheKey aKey) in RemoveRequest() 179 CacheKey aKey, in ChangeClass() 201 CacheKey RequestQueue::GetFront (void) in GetFront()
|
H A D | SlsGenericPageCache.cxx | 127 const CacheKey aKey, in GetPreviewBitmap() 168 const CacheKey aKey, in GetMarkedPreviewBitmap() 194 const CacheKey aKey, in SetMarkedPreviewBitmap() 208 const CacheKey aKey, in RequestPreviewBitmap() 247 bool GenericPageCache::InvalidatePreviewBitmap (const CacheKey aKey) in InvalidatePreviewBitmap() 265 void GenericPageCache::ReleasePreviewBitmap (const CacheKey aKey) in ReleasePreviewBitmap() 322 const CacheKey aKey, in SetPreciousFlag()
|
H A D | SlsRequestFactory.cxx | 44 ::boost::shared_ptr<std::vector<CacheKey> > aKeys; in operator ()() 50 std::vector<CacheKey>::const_iterator iKey; in operator ()() 51 std::vector<CacheKey>::const_iterator iEnd (aKeys->end()); in operator ()() 60 std::vector<CacheKey>::const_iterator iKey; in operator ()() 61 std::vector<CacheKey>::const_iterator iEnd (aKeys->end()); in operator ()()
|
H A D | SlsRequestQueue.hxx | 61 CacheKey aKey, 74 bool RemoveRequest (CacheKey aKey); 79 CacheKey aKey, 84 CacheKey GetFront (void);
|
H A D | SlsQueueProcessor.cxx | 167 CacheKey aKey = NULL; in ProcessRequests() 197 CacheKey aKey, in ProcessOneRequest() 235 void QueueProcessor::RemoveRequest (CacheKey aKey) in RemoveRequest()
|
H A D | SlsQueueProcessor.hxx | 98 void RemoveRequest (CacheKey aKey); 127 CacheKey aKey,
|
/aoo42x/main/sd/source/ui/presenter/ |
H A D | PresenterPreviewCache.cxx | 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() [all …]
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsViewCacheContext.cxx | 62 cache::CacheKey aKey, in NotifyPreviewCreation() 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() 113 ::boost::shared_ptr<std::vector<cache::CacheKey> > pKeys (new std::vector<cache::CacheKey>()); in GetEntryList() 132 sal_Int32 ViewCacheContext::GetPriority (cache::CacheKey aKey) in GetPriority() 140 model::SharedPageDescriptor ViewCacheContext::GetDescriptor (cache::CacheKey aKey) in GetDescriptor()
|
H A D | SlsViewCacheContext.hxx | 48 virtual void NotifyPreviewCreation (cache::CacheKey aKey, const Bitmap& rPreview); 50 virtual bool IsVisible (cache::CacheKey aKey); 51 virtual const SdrPage* GetPage (cache::CacheKey aKey); 52 virtual ::boost::shared_ptr<std::vector<cache::CacheKey> > GetEntryList (bool bVisible); 53 virtual sal_Int32 GetPriority (cache::CacheKey aKey); 60 model::SharedPageDescriptor GetDescriptor (cache::CacheKey aKey);
|
/aoo42x/main/sd/source/ui/slidesorter/inc/cache/ |
H A D | SlsPageCache.hxx | 116 const CacheKey aKey, 120 const CacheKey aKey, 123 const CacheKey aKey, 130 void RequestPreviewBitmap (const CacheKey aKey); 140 const CacheKey aKey, 147 void ReleasePreviewBitmap (const CacheKey aKey); 164 void SetPreciousFlag (const CacheKey aKey, const bool bIsPrecious);
|
H A D | SlsCacheContext.hxx | 37 typedef const SdrPage* CacheKey; typedef 53 CacheKey aKey, 65 virtual bool IsVisible (CacheKey aKey) = 0; 71 virtual const SdrPage* GetPage (CacheKey aKey) = 0; 81 virtual ::boost::shared_ptr<std::vector<CacheKey> > GetEntryList (bool bVisible) = 0; 87 virtual sal_Int32 GetPriority (CacheKey aKey) = 0;
|