Searched refs:CacheConfiguration (Results 1 – 5 of 5) sorted by relevance
43 ::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::CacheConfiguration147 Any CacheConfiguration::GetValue (const ::rtl::OUString& rName) in GetValue()169 IMPL_LINK(CacheConfiguration,TimerCallback, Timer*,EMPTYARG) in IMPL_LINK() argument
38 class CacheConfiguration class45 static ::boost::shared_ptr<CacheConfiguration> Instance (void);54 static ::boost::shared_ptr<CacheConfiguration> mpInstance;58 static ::boost::weak_ptr<CacheConfiguration> mpWeakInstance;63 CacheConfiguration (void);
56 aTimeBetweenReqeusts = CacheConfiguration::Instance()->GetValue( in QueueProcessor()61 aTimeBetweenReqeusts = CacheConfiguration::Instance()->GetValue( in QueueProcessor()66 aTimeBetweenReqeusts = CacheConfiguration::Instance()->GetValue( in QueueProcessor()
110 Any aCompressionPolicy (CacheConfiguration::Instance()->GetValue( in Create()125 Any aCompactionPolicy (CacheConfiguration::Instance()->GetValue( in Create()
150 Any aCacheSize (CacheConfiguration::Instance()->GetValue( in BitmapCache()
Completed in 23 milliseconds