Searched refs:maAction (Results 1 – 5 of 5) sorted by relevance
49 maAction(rAction) in PresenterFrameworkObserver()141 if ( ! maAction.empty()) in disposing()142 maAction(false); in disposing()151 maAction = Action(); in Shutdown()173 if ( ! maAction.empty()) in disposing()174 maAction(false); in disposing()187 Action aAction (maAction); in notifyConfigurationChange()204 maAction.clear(); in notifyConfigurationChange()
85 Action maAction; member in sdext::presenter::PresenterFrameworkObserver
32 : maAction(), in AsynchronousCall()41 : maAction(rAction), in AsynchronousCall()60 maAction = rAction; in RequestCall()94 if (maAction) in IMPL_LINK()95 maAction(); in IMPL_LINK()
47 Action maAction; member in sfx2::sidebar::AsynchronousCall
53 RewinderEventHandler (const Action& rAction) : maAction(rAction) {} in RewinderEventHandler()56 const Action maAction; member in slideshow::internal::__anonda11f5cb0111::RewinderEventHandler57 virtual bool handleEvent (void) { return maAction(); } in handleEvent()66 RewinderAnimationEventHandler (const Action& rAction) : maAction(rAction) {} in RewinderAnimationEventHandler()69 const Action maAction; member in slideshow::internal::__anonda11f5cb0111::RewinderAnimationEventHandler71 { return maAction(rpNode); } in handleAnimationEvent()
Completed in 28 milliseconds