Home
last modified time | relevance | path

Searched refs:ToolBarManagerLock (Results 1 – 3 of 3) sorted by relevance

/aoo42x/main/sd/source/ui/view/
H A DViewShellImplementation.cxx89 ::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()
[all …]
H A Dviewshel.cxx549 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()
/aoo42x/main/sd/source/ui/inc/
H A DViewShellImplementation.hxx68 class ToolBarManagerLock class in sd::ViewShell::Implementation
74 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 32 milliseconds