Searched refs:aNEvt (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/vcl/source/window/ |
H A D | winproc.cxx | 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 [all …]
|
H A D | dialog.cxx | 656 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 D | window.cxx | 4649 NotifyEvent aNEvt( EVENT_DESTROY, this ); in ~Window() local 4650 Notify( aNEvt ); in ~Window() 4848 if ( !Notify( aNEvt ) ) in MouseMove() 4861 if ( !Notify( aNEvt ) ) in MouseButtonDown() 4874 if ( !Notify( aNEvt ) ) in MouseButtonUp() 4887 if ( !Notify( aNEvt ) ) in KeyInput() 4900 if ( !Notify( aNEvt ) ) in KeyUp() 4979 Notify( aNEvt ); in GetFocus() 4991 Notify( aNEvt ); in LoseFocus() 5061 if ( !Notify( aNEvt ) ) in Command() [all …]
|
/aoo42x/main/automation/source/server/ |
H A D | sta_list.cxx | 1090 NotifyEvent aNEvt( EventType, WinP, &Event ); \ 1091 if ( !WinP->PreNotify( aNEvt ) ) \
|
Completed in 88 milliseconds