Lines Matching refs:aNEvt
472 NotifyEvent aNEvt( nSVEvent, pChild, &aMEvt ); in ImplHandleMouseEvent() local
473 Application::CallEventHooks( aNEvt ); in ImplHandleMouseEvent()
478 pChild->ImplNotifyKeyMouseCommandEventListeners( aNEvt ); in ImplHandleMouseEvent()
735 NotifyEvent aNEvt( nSVEvent, pChild, &aMEvt ); in ImplHandleMouseEvent() local
750 if ( ImplCallPreNotify( aNEvt ) || aDelData.IsDelete() ) in ImplHandleMouseEvent()
819 aNEvt.GetWindow()->ImplNotifyKeyMouseCommandEventListeners( aNEvt ); in ImplHandleMouseEvent()
1213 NotifyEvent aNEvt( nSVEvent, pChild, &aKEvt ); in ImplHandleKey() local
1214 sal_Bool bPreNotify = (ImplCallPreNotify( aNEvt ) != 0); in ImplHandleKey()
1232 aNEvt.GetWindow()->ImplNotifyKeyMouseCommandEventListeners( aNEvt ); in ImplHandleKey()
1822 NotifyEvent aNEvt( EVENT_LOSEFOCUS, pFocusWin ); in IMPL_LINK() local
1823 if ( !ImplCallPreNotify( aNEvt ) ) in IMPL_LINK()