Home
last modified time | relevance | path

Searched refs:mnPreciousCacheSize (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx140 mnPreciousCacheSize(0), in BitmapCache()
176 mnPreciousCacheSize = 0; in Clear()
411 mnPreciousCacheSize = 0; in ReCalculateTotalCacheSize()
416 mnPreciousCacheSize += iEntry->second.GetMemorySize(); in ReCalculateTotalCacheSize()
423 OSL_TRACE("cache size is %d/%d", mnNormalCacheSize, mnPreciousCacheSize); in ReCalculateTotalCacheSize()
520 sal_Int32& rCacheSize (rEntry.IsPrecious() ? mnPreciousCacheSize : mnNormalCacheSize); in UpdateCacheSize()
H A DSlsBitmapCache.hxx194 sal_Int32 mnPreciousCacheSize; member in sd::slidesorter::cache::BitmapCache

Completed in 57 milliseconds