Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsCacheConfiguration.cxx43 ::boost::shared_ptr<CacheConfiguration> CacheConfiguration::mpInstance;
44 ::boost::weak_ptr<CacheConfiguration> CacheConfiguration::mpWeakInstance;
45 Timer CacheConfiguration::maReleaseTimer;
49 ::boost::shared_ptr<CacheConfiguration> CacheConfiguration::Instance (void) in Instance()
56 mpInstance = ::boost::shared_ptr<CacheConfiguration>(mpWeakInstance); in Instance()
60 mpInstance.reset(new CacheConfiguration()); in Instance()
64 LINK(mpInstance.get(),CacheConfiguration,TimerCallback)); in Instance()
75 CacheConfiguration::CacheConfiguration (void) in CacheConfiguration() function in sd::slidesorter::cache::CacheConfiguration
147 Any CacheConfiguration::GetValue (const ::rtl::OUString& rName) in GetValue()
169 IMPL_LINK(CacheConfiguration,TimerCallback, Timer*,EMPTYARG) in IMPL_LINK() argument
H A DSlsCacheConfiguration.hxx38 class CacheConfiguration class
45 static ::boost::shared_ptr<CacheConfiguration> Instance (void);
54 static ::boost::shared_ptr<CacheConfiguration> mpInstance;
58 static ::boost::weak_ptr<CacheConfiguration> mpWeakInstance;
63 CacheConfiguration (void);
H A DSlsQueueProcessor.cxx56 aTimeBetweenReqeusts = CacheConfiguration::Instance()->GetValue( in QueueProcessor()
61 aTimeBetweenReqeusts = CacheConfiguration::Instance()->GetValue( in QueueProcessor()
66 aTimeBetweenReqeusts = CacheConfiguration::Instance()->GetValue( in QueueProcessor()
H A DSlsCacheCompactor.cxx110 Any aCompressionPolicy (CacheConfiguration::Instance()->GetValue( in Create()
125 Any aCompactionPolicy (CacheConfiguration::Instance()->GetValue( in Create()
H A DSlsBitmapCache.cxx150 Any aCacheSize (CacheConfiguration::Instance()->GetValue( in BitmapCache()

Completed in 25 milliseconds