Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx150 Any aCacheSize (CacheConfiguration::Instance()->GetValue( in BitmapCache() local
152 if (aCacheSize.has<sal_Int32>()) in BitmapCache()
153 aCacheSize >>= mnMaximalNormalCacheSize; in BitmapCache()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1892 Any aCacheSize; in RecalcRows() local
1893 aCacheSize <<= sal_Int32(nLinesOnScreen*2); in RecalcRows()
1894 xSet->setPropertyValue(FM_PROP_FETCHSIZE, aCacheSize); in RecalcRows()

Completed in 37 milliseconds