Home
last modified time | relevance | path

Searched refs:mrCache (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsCacheCompactor.cxx152 : mrCache(rCache), in CacheCompactor()
205 if (mrCache.GetSize() > mnMaximalCacheSize) in Run()
209 mrCache.GetSize(), mnMaximalCacheSize); in Run()
213 mrCache.GetCacheIndex(false,false)); in Run()
220 mrCache.Compress(*iIndex, mpCompressor); in Run()
221 if (mrCache.GetSize() < mnMaximalCacheSize) in Run()
224 mrCache.ReCalculateTotalCacheSize(); in Run()
226 OSL_TRACE (" there are now %d bytes occupied", mrCache.GetSize()); in Run()
H A DSlsQueueProcessorThread.hxx105 BitmapCache& mrCache; member in sd::slidesorter::cache::QueueProcessorThread
125 mrCache (rCache) in QueueProcessorThread()
214 mrCache.SetBitmap ( in ProcessQueueEntry()
H A DSlsCacheCompactor.hxx70 BitmapCache& mrCache; member in sd::slidesorter::cache::CacheCompactor

Completed in 32 milliseconds