Home
last modified time | relevance | path

Searched refs:UpdateLockManager (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/ui/view/
H A DUpdateLockManager.cxx56 class UpdateLockManager::Implementation
129 UpdateLockManager::UpdateLockManager (ViewShellBase& rBase) in UpdateLockManager() function in sd::UpdateLockManager
137 UpdateLockManager::~UpdateLockManager (void) in ~UpdateLockManager()
149 void UpdateLockManager::Disable (void) in Disable()
162 void UpdateLockManager::Lock (void) in Lock()
171 void UpdateLockManager::Unlock (void) in Unlock()
180 bool UpdateLockManager::IsLocked (void) const in IsLocked()
206 UpdateLockManager::Implementation::~Implementation (void) in ~Implementation()
215 void UpdateLockManager::Implementation::Lock (void) in Lock()
250 void UpdateLockManager::Implementation::Unlock (void) in Unlock()
[all …]
H A DViewShellBase.cxx159 ::boost::shared_ptr<UpdateLockManager> mpUpdateLockManager;
281 mpImpl->mpUpdateLockManager.reset(new UpdateLockManager(*this)); in ViewShellBase()
1096 ::boost::shared_ptr<UpdateLockManager> ViewShellBase::GetUpdateLockManager (void) const in GetUpdateLockManager()
/trunk/main/sd/source/ui/inc/
H A DUpdateLockManager.hxx45 class UpdateLockManager class
52 UpdateLockManager (ViewShellBase& rBase);
53 ~UpdateLockManager (void);
81 UpdateLockManager (const UpdateLockManager&); // Not supported.
82 UpdateLockManager& operator= (const UpdateLockManager&); // Not supported.
H A DViewShellBase.hxx53 class UpdateLockManager;
219 ::boost::shared_ptr<UpdateLockManager> GetUpdateLockManager (void) const;
/trunk/main/sd/source/ui/framework/factories/
H A DBasicPaneFactory.hxx128 ::boost::shared_ptr<UpdateLockManager> mpUpdateLockManager;
/trunk/main/sd/
H A DLibrary_sd.mk146 sd/source/ui/view/UpdateLockManager \

Completed in 29 milliseconds