Searched refs:BitmapCache (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsBitmapCache.cxx | 50 class BitmapCache::CacheEntry 136 BitmapCache::BitmapCache (const sal_Int32 nMaximalNormalCacheSize) in BitmapCache() function in sd::slidesorter::cache::BitmapCache 162 BitmapCache::~BitmapCache (void) in ~BitmapCache() 170 void BitmapCache::Clear (void) in Clear() 183 bool BitmapCache::IsFull (void) const in IsFull() 191 sal_Int32 BitmapCache::GetSize (void) in GetSize() 330 void BitmapCache::SetBitmap ( in SetBitmap() 360 void BitmapCache::SetMarkedBitmap ( in SetMarkedBitmap() 430 void BitmapCache::Recycle (const BitmapCache& rCache) in Recycle() 460 ::std::auto_ptr<BitmapCache::CacheIndex> BitmapCache::GetCacheIndex ( in GetCacheIndex() [all …]
|
H A D | SlsQueueProcessorThread.hxx | 41 class BitmapCache, 50 BitmapCache& rCache); 105 BitmapCache& mrCache; 235 class BitmapCache, 238 Queue, RequestData, BitmapCache, BitmapFactory 249 class BitmapCache, 252 Queue, RequestData, BitmapCache, BitmapFactory 263 class BitmapCache, 266 Queue, RequestData, BitmapCache, BitmapFactory 278 class BitmapCache, [all …]
|
H A D | SlsCacheCompactor.cxx | 56 ::sd::slidesorter::cache::BitmapCache& rCache, in NoCacheCompaction() 81 ::sd::slidesorter::cache::BitmapCache& rCache, 99 BitmapCache& rCache, in Create() 150 BitmapCache& rCache, in CacheCompactor() 192 ::sd::slidesorter::cache::BitmapCache& rCache, in CacheCompactionByCompression() 212 ::std::auto_ptr< ::sd::slidesorter::cache::BitmapCache::CacheIndex> pIndex ( in Run() 214 ::sd::slidesorter::cache::BitmapCache::CacheIndex::iterator iIndex; in Run()
|
H A D | SlsCacheCompactor.hxx | 33 class BitmapCache; 61 BitmapCache& rCache, 70 BitmapCache& mrCache; 74 BitmapCache& rCache,
|
H A D | SlsQueueProcessor.hxx | 50 class BitmapCache; 66 const ::boost::shared_ptr<BitmapCache>& rpCache, 104 void SetBitmapCache (const ::boost::shared_ptr<BitmapCache>& rpCache); 121 ::boost::shared_ptr<BitmapCache> mpCache;
|
H A D | SlsBitmapCache.hxx | 52 class BitmapCache class 73 BitmapCache (const sal_Int32 nMaximalNormalCacheSize = 0); 77 ~BitmapCache (void); 155 void Recycle (const BitmapCache& rCache);
|
H A D | SlsGenericPageCache.hxx | 33 class BitmapCache; 141 ::boost::shared_ptr<BitmapCache> mpBitmapCache;
|
H A D | SlsQueueProcessor.cxx | 37 const ::boost::shared_ptr<BitmapCache>& rpCache, in QueueProcessor() 246 const ::boost::shared_ptr<BitmapCache>& rpCache) in SetBitmapCache()
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | bmcache.hxx | 33 class BitmapCache class 40 BitmapCache(sal_uLong nMaxSizeKB) in BitmapCache() function in BitmapCache 42 virtual ~BitmapCache();
|
H A D | SlideView.hxx | 30 class BitmapCache; 126 BitmapCache* pCache;
|
/aoo42x/main/sd/source/ui/view/ |
H A D | bmcache.cxx | 48 BitmapCache::~BitmapCache() in ~BitmapCache() 57 void BitmapCache::Remove( const SdPage* pPage ) in Remove()
|
/aoo42x/main/sd/source/ui/slidesorter/inc/cache/ |
H A D | SlsPageCacheManager.hxx | 50 class BitmapCache; 61 typedef BitmapCache Cache; 62 …typedef ::std::vector< ::std::pair<Size, ::boost::shared_ptr<BitmapCache> > > BestFittingPageCache…
|
Completed in 45 milliseconds