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()
193aCacheOptions.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 …]
/trunk/main/svtools/source/graphic/
H A Dgrfmgr.cxx238 SvtCacheOptions aCacheOptions; in ImplSetGraphicManager() local
240 … mpGlobalMgr = new GraphicManager( aCacheOptions.GetGraphicManagerTotalCacheSize(), in ImplSetGraphicManager()
241aCacheOptions.GetGraphicManagerObjectCacheSize() ); in ImplSetGraphicManager()
242 … 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()