Searched refs:ToolBarManagerLock (Results 1 – 3 of 3) sorted by relevance
89 ::boost::shared_ptr<ToolBarManagerLock> pLock(mpUpdateLockForMouse); in ~Implementation()358 class ViewShell::Implementation::ToolBarManagerLock::Deleter { public:359 void operator() (ToolBarManagerLock* pObject) { delete pObject; } in operator ()()362 ::boost::shared_ptr<ViewShell::Implementation::ToolBarManagerLock>363 ViewShell::Implementation::ToolBarManagerLock::Create ( in Create()366 ::boost::shared_ptr<ToolBarManagerLock> pLock ( in Create()367 new ViewShell::Implementation::ToolBarManagerLock(rpManager), in Create()368 ViewShell::Implementation::ToolBarManagerLock::Deleter()); in Create()376 ViewShell::Implementation::ToolBarManagerLock::ToolBarManagerLock ( in ToolBarManagerLock() function in sd::ViewShell::Implementation::ToolBarManagerLock383 maTimer.SetTimeoutHdl(LINK(this,ToolBarManagerLock,TimeoutCallback)); in ToolBarManagerLock()[all …]
549 mpImpl->mpUpdateLockForMouse = ViewShell::Implementation::ToolBarManagerLock::Create( in MouseButtonDown()592 ::boost::shared_ptr<ViewShell::Implementation::ToolBarManagerLock> pLock( in MouseMove()648 ::boost::shared_ptr<ViewShell::Implementation::ToolBarManagerLock> pLock( in MouseButtonUp()
68 class ToolBarManagerLock class in sd::ViewShell::Implementation74 static ::boost::shared_ptr<ToolBarManagerLock> Create (97 ::boost::shared_ptr<ToolBarManagerLock> mpSelf;98 ToolBarManagerLock (const ::boost::shared_ptr<sd::ToolBarManager>& rpManager);99 ~ToolBarManagerLock (void);106 ::boost::weak_ptr<ToolBarManagerLock> mpUpdateLockForMouse;
Completed in 28 milliseconds