Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/window/ !
H A Dwinproc.cxx472 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
[all …]
H A Ddialog.cxx656 NotifyEvent aNEvt( EVENT_EXECUTEDIALOG, this ); in ImplStartExecuteModal() local
657 GetParent()->Notify( aNEvt ); in ImplStartExecuteModal()
786 NotifyEvent aNEvt( EVENT_ENDEXECUTEDIALOG, this ); in EndDialog() local
787 GetParent()->Notify( aNEvt ); in EndDialog()
H A Dwindow.cxx4248 NotifyEvent aNEvt( EVENT_LOSEFOCUS, pOldFocusWindow ); in ImplGrabFocus() local
4249 if ( !ImplCallPreNotify( aNEvt ) ) in ImplGrabFocus()
4276 NotifyEvent aNEvt( EVENT_GETFOCUS, this ); in ImplGrabFocus() local
4277 if ( !ImplCallPreNotify( aNEvt ) && !aDogTag.IsDelete() ) in ImplGrabFocus()
4649 NotifyEvent aNEvt( EVENT_DESTROY, this ); in ~Window() local
4650 Notify( aNEvt ); in ~Window()
4847 NotifyEvent aNEvt( EVENT_MOUSEMOVE, this, &rMEvt ); in MouseMove() local
4848 if ( !Notify( aNEvt ) ) in MouseMove()
4860 NotifyEvent aNEvt( EVENT_MOUSEBUTTONDOWN, this, &rMEvt ); in MouseButtonDown() local
4861 if ( !Notify( aNEvt ) ) in MouseButtonDown()
[all …]
/AOO41X/main/automation/source/server/ !
H A Dsta_list.cxx1090 NotifyEvent aNEvt( EventType, WinP, &Event ); \
1091 if ( !WinP->PreNotify( aNEvt ) ) \