Lines Matching refs:CacheEntry

50 class BitmapCache::CacheEntry  class in sd::slidesorter::cache::BitmapCache
53 CacheEntry(const Bitmap& rBitmap, sal_Int32 nLastAccessTime, bool bIsPrecious);
54 CacheEntry(sal_Int32 nLastAccessTime, bool bIsPrecious);
55 ~CacheEntry (void) {}; in ~CacheEntry()
56 inline void Recycle (const CacheEntry& rEntry);
94 class CacheEntry;
103 : public ::std::hash_map<CacheKey, CacheEntry, CacheHash>
113 ::sd::slidesorter::cache::BitmapCache::CacheEntry>
349 CacheEntry(rPreview, mnCurrentAccessTime++, bIsPrecious)) in SetBitmap()
397 CacheEntry(Bitmap(), mnCurrentAccessTime++, bIsPrecious)) in SetPrecious()
444 CacheEntry(mnCurrentAccessTime++, true)) in Recycle()
517 void BitmapCache::UpdateCacheSize (const CacheEntry& rEntry, CacheOperation eOperation) in UpdateCacheSize()
552 BitmapCache::CacheEntry::CacheEntry( in CacheEntry() function in sd::slidesorter::cache::BitmapCache::CacheEntry
566 BitmapCache::CacheEntry::CacheEntry( in CacheEntry() function in sd::slidesorter::cache::BitmapCache::CacheEntry
581 inline void BitmapCache::CacheEntry::Recycle (const CacheEntry& rEntry) in Recycle()
598 inline sal_Int32 BitmapCache::CacheEntry::GetMemorySize (void) const in GetMemorySize()
611 void BitmapCache::CacheEntry::Compress (const ::boost::shared_ptr<BitmapCompressor>& rpCompressor) in Compress()
643 inline void BitmapCache::CacheEntry::Decompress (void) in Decompress()
656 inline void BitmapCache::CacheEntry::SetPreview (const Bitmap& rPreview) in SetPreview()
667 bool BitmapCache::CacheEntry::HasPreview (void) const in HasPreview()
675 inline void BitmapCache::CacheEntry::SetMarkedPreview (const Bitmap& rMarkedPreview) in SetMarkedPreview()
683 bool BitmapCache::CacheEntry::HasMarkedPreview (void) const in HasMarkedPreview()
691 inline bool BitmapCache::CacheEntry::HasLosslessReplacement (void) const in HasLosslessReplacement()