Home
last modified time | relevance | path

Searched refs:maAction (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sdext/source/presenter/
H A DPresenterFrameworkObserver.cxx49 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()
H A DPresenterFrameworkObserver.hxx85 Action maAction; member in sdext::presenter::PresenterFrameworkObserver
/aoo42x/main/sfx2/source/sidebar/
H A DAsynchronousCall.cxx32 : maAction(), in AsynchronousCall()
41 : maAction(rAction), in AsynchronousCall()
60 maAction = rAction; in RequestCall()
94 if (maAction) in IMPL_LINK()
95 maAction(); in IMPL_LINK()
H A DAsynchronousCall.hxx47 Action maAction; member in sfx2::sidebar::AsynchronousCall
/aoo42x/main/slideshow/source/engine/
H A Deffectrewinder.cxx53 RewinderEventHandler (const Action& rAction) : maAction(rAction) {} in RewinderEventHandler()
56 const Action maAction; member in slideshow::internal::__anonda11f5cb0111::RewinderEventHandler
57 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::RewinderAnimationEventHandler
71 { return maAction(rpNode); } in handleAnimationEvent()

Completed in 33 milliseconds