Lines Matching refs:ToolBarManagerLock
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::ToolBarManagerLock
383 maTimer.SetTimeoutHdl(LINK(this,ToolBarManagerLock,TimeoutCallback)); in ToolBarManagerLock()
391 IMPL_LINK(ViewShell::Implementation::ToolBarManagerLock,TimeoutCallback,Timer*,EMPTYARG) in IMPL_LINK() argument
409 void ViewShell::Implementation::ToolBarManagerLock::Release (bool bForce) in Release()
422 ViewShell::Implementation::ToolBarManagerLock::~ToolBarManagerLock (void) in ~ToolBarManagerLock()