Home
last modified time | relevance | path

Searched refs:applyAll (Results 1 – 4 of 4) sorted by relevance

/trunk/main/slideshow/source/engine/
H A Deventmultiplexer.cxx433 return rContainer.applyAll( in notifyAllAnimationHandlers()
1036 return mpImpl->maShapeListenerHandlers.applyAll( in notifyShapeListenerAdded()
1047 return mpImpl->maShapeListenerHandlers.applyAll( in notifyShapeListenerRemoved()
1058 return mpImpl->maShapeCursorHandlers.applyAll( in notifyShapeCursorChange()
1067 return mpImpl->maUserPaintEventHandlers.applyAll( in notifyUserPaintColor()
1075 return mpImpl->maUserPaintEventHandlers.applyAll( in notifyUserPaintStrokeWidth()
1083 return mpImpl->maUserPaintEventHandlers.applyAll( in notifyUserPaintDisabled()
1088 return mpImpl->maUserPaintEventHandlers.applyAll( in notifySwitchPenMode()
1093 return mpImpl->maUserPaintEventHandlers.applyAll( in notifySwitchEraserMode()
1100 return mpImpl->maUserPaintEventHandlers.applyAll( in notifyEraseAllInk()
[all …]
H A Dscreenupdater.cxx133 mpImpl->maUpdaters.applyAll( in commitUpdates()
/trunk/main/slideshow/source/engine/slide/
H A Dshapemanagerimpl.cxx444 return maIntrinsicAnimationEventHandlers.applyAll( in notifyIntrinsicAnimationsEnabled()
450 return maIntrinsicAnimationEventHandlers.applyAll( in notifyIntrinsicAnimationsDisabled()
/trunk/main/slideshow/source/inc/
H A Dlistenercontainer.hxx252 template< typename FuncT > bool applyAll( FuncT func ) const in applyAll() function in slideshow::internal::ListenerContainerBase