Home
last modified time | relevance | path

Searched refs:aCacheOptions (Results 1 – 5 of 5) sorted by relevance

/trunk/main/cui/source/options/
H A Doptmemory.cxx182 SvtCacheOptions aCacheOptions; in FillItemSet() local
189 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() local
228 long n = aCacheOptions.GetGraphicManagerTotalCacheSize(); in Reset()
232 sal_Int32 nTime = aCacheOptions.GetGraphicManagerObjectReleaseTime(); in Reset()
[all …]
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx231 SvtCacheOptions aCacheOptions; in ImplSetGraphicManager() local
233 mpGlobalMgr = new GraphicManager( aCacheOptions.GetGraphicManagerTotalCacheSize(), in ImplSetGraphicManager()
234aCacheOptions.GetGraphicManagerObjectCacheSize() ); in ImplSetGraphicManager()
235 … mpGlobalMgr->SetCacheTimeout( aCacheOptions.GetGraphicManagerObjectReleaseTime() ); in ImplSetGraphicManager()
/trunk/main/svx/source/svdraw/
H A Dsvdetc.cxx125 SvtCacheOptions aCacheOptions; in OLEObjCache() local
127 nSize = aCacheOptions.GetDrawingEngineOLE_Objects(); in OLEObjCache()
H A Dsvdograf.cxx97 const SvtCacheOptions aCacheOptions; in getCacheTimeInMs() local
98 const sal_Int32 nSeconds(aCacheOptions.GetGraphicManagerObjectReleaseTime()); in getCacheTimeInMs()
/trunk/main/sw/source/core/graphic/
H A Dndgrf.cxx78 const SvtCacheOptions aCacheOptions; in getCacheTimeInMs() local
79 const sal_Int32 nSeconds(aCacheOptions.GetGraphicManagerObjectReleaseTime()); in getCacheTimeInMs()

Completed in 37 milliseconds