Searched defs:aNEvt (Results 1 – 3 of 3) sorted by relevance
/trunk/main/vcl/source/window/ |
H A D | dialog.cxx | 656 NotifyEvent aNEvt( EVENT_EXECUTEDIALOG, this ); in ImplStartExecuteModal() local 786 NotifyEvent aNEvt( EVENT_ENDEXECUTEDIALOG, this ); in EndDialog() local
|
H A D | winproc.cxx | 472 NotifyEvent aNEvt( nSVEvent, pChild, &aMEvt ); in ImplHandleMouseEvent() local 735 NotifyEvent aNEvt( nSVEvent, pChild, &aMEvt ); in ImplHandleMouseEvent() local 1213 NotifyEvent aNEvt( nSVEvent, pChild, &aKEvt ); in ImplHandleKey() local 1822 NotifyEvent aNEvt( EVENT_LOSEFOCUS, pFocusWin ); in IMPL_LINK() local
|
H A D | window.cxx | 4248 NotifyEvent aNEvt( EVENT_LOSEFOCUS, pOldFocusWindow ); in ImplGrabFocus() local 4276 NotifyEvent aNEvt( EVENT_GETFOCUS, this ); in ImplGrabFocus() local 4649 NotifyEvent aNEvt( EVENT_DESTROY, this ); in ~Window() local 4847 NotifyEvent aNEvt( EVENT_MOUSEMOVE, this, &rMEvt ); in MouseMove() local 4860 NotifyEvent aNEvt( EVENT_MOUSEBUTTONDOWN, this, &rMEvt ); in MouseButtonDown() local 4873 NotifyEvent aNEvt( EVENT_MOUSEBUTTONUP, this, &rMEvt ); in MouseButtonUp() local 4886 NotifyEvent aNEvt( EVENT_KEYINPUT, this, &rKEvt ); in KeyInput() local 4899 NotifyEvent aNEvt( EVENT_KEYUP, this, &rKEvt ); in KeyUp() local 4978 NotifyEvent aNEvt( EVENT_GETFOCUS, this ); in GetFocus() local 4990 NotifyEvent aNEvt( EVENT_LOSEFOCUS, this ); in LoseFocus() local [all …]
|
Completed in 50 milliseconds