Searched refs:aCacheOptions (Results 1 – 5 of 5) sorted by relevance
182 SvtCacheOptions aCacheOptions; in FillItemSet() local189 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[all …]
238 SvtCacheOptions aCacheOptions; in ImplSetGraphicManager() local240 … mpGlobalMgr = new GraphicManager( aCacheOptions.GetGraphicManagerTotalCacheSize(), in ImplSetGraphicManager()241 … aCacheOptions.GetGraphicManagerObjectCacheSize() ); in ImplSetGraphicManager()242 … mpGlobalMgr->SetCacheTimeout( aCacheOptions.GetGraphicManagerObjectReleaseTime() ); in ImplSetGraphicManager()
125 SvtCacheOptions aCacheOptions; in OLEObjCache() local127 nSize = aCacheOptions.GetDrawingEngineOLE_Objects(); in OLEObjCache()
97 const SvtCacheOptions aCacheOptions; in getCacheTimeInMs() local98 const sal_Int32 nSeconds(aCacheOptions.GetGraphicManagerObjectReleaseTime()); in getCacheTimeInMs()
78 const SvtCacheOptions aCacheOptions; in getCacheTimeInMs() local79 const sal_Int32 nSeconds(aCacheOptions.GetGraphicManagerObjectReleaseTime()); in getCacheTimeInMs()