Lines Matching refs:aCacheOptions
182 SvtCacheOptions aCacheOptions; in FillItemSet() local
189 aCacheOptions.SetGraphicManagerTotalCacheSize( GetNfGraphicCacheVal() ); in FillItemSet()
190 aCacheOptions.SetGraphicManagerObjectCacheSize( GetNfGraphicObjectCacheVal() ); in FillItemSet()
193 …aCacheOptions.SetGraphicManagerObjectReleaseTime( aTime.GetSec() + aTime.GetMin() * 60 + aTime.Get… in FillItemSet()
199 rGrfMgr.SetMaxCacheSize( aCacheOptions.GetGraphicManagerTotalCacheSize() ); in FillItemSet()
200 rGrfMgr.SetMaxObjCacheSize( aCacheOptions.GetGraphicManagerObjectCacheSize(), sal_True ); in FillItemSet()
201 rGrfMgr.SetCacheTimeout( aCacheOptions.GetGraphicManagerObjectReleaseTime() ); in FillItemSet()
204 aCacheOptions.SetWriterOLE_Objects( static_cast<long>(aNfOLECache.GetValue()) ); in FillItemSet()
205 aCacheOptions.SetDrawingEngineOLE_Objects( static_cast<long>(aNfOLECache.GetValue()) ); in FillItemSet()
220 SvtCacheOptions aCacheOptions; in Reset() local
228 long n = aCacheOptions.GetGraphicManagerTotalCacheSize(); in Reset()
230 …SetNfGraphicObjectCacheVal( Min( static_cast<sal_Int32>(GetNfGraphicCacheVal()), aCacheOptions.Get… in Reset()
232 sal_Int32 nTime = aCacheOptions.GetGraphicManagerObjectReleaseTime(); in Reset()
239 …aNfOLECache.SetValue( Max( aCacheOptions.GetWriterOLE_Objects(), aCacheOptions.GetDrawingEngineOLE… in Reset()