Home
last modified time | relevance | path

Searched refs:ConfigurationUpdaterLock (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/sd/source/ui/framework/configuration/
H A DConfigurationUpdater.cxx61 class ConfigurationUpdaterLock class
64 ConfigurationUpdaterLock (ConfigurationUpdater& rUpdater) in ConfigurationUpdaterLock() function in sd::framework::ConfigurationUpdaterLock
66 ~ConfigurationUpdaterLock(void) { mrUpdater.UnlockUpdates(); } in ~ConfigurationUpdaterLock()
431 ::boost::shared_ptr<ConfigurationUpdaterLock> ConfigurationUpdater::GetLock (void) in GetLock()
433 return ::boost::shared_ptr<ConfigurationUpdaterLock>(new ConfigurationUpdaterLock(*this)); in GetLock()
H A DConfigurationUpdater.hxx40 class ConfigurationUpdaterLock;
83 friend class ConfigurationUpdaterLock;
88 ::boost::shared_ptr<ConfigurationUpdaterLock> GetLock (void);
H A DConfigurationController.cxx127 ::boost::shared_ptr<ConfigurationUpdaterLock> mpConfigurationUpdaterLock;
542 ::boost::shared_ptr<ConfigurationUpdaterLock> pLock ( in restoreConfiguration()
/aoo4110/main/sd/source/ui/inc/framework/
H A DConfigurationController.hxx67 class ConfigurationUpdaterLock;

Completed in 29 milliseconds