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()199 rGrfMgr.SetMaxCacheSize( aCacheOptions.GetGraphicManagerTotalCacheSize() ); 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() local228 long n = aCacheOptions.GetGraphicManagerTotalCacheSize(); in Reset()232 sal_Int32 nTime = aCacheOptions.GetGraphicManagerObjectReleaseTime(); in Reset()[all …]
231 SvtCacheOptions aCacheOptions; in ImplSetGraphicManager() local233 mpGlobalMgr = new GraphicManager( aCacheOptions.GetGraphicManagerTotalCacheSize(), in ImplSetGraphicManager()234 … aCacheOptions.GetGraphicManagerObjectCacheSize() ); in ImplSetGraphicManager()235 … 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()
Completed in 40 milliseconds