Lines Matching defs:aNEvt
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
5060 NotifyEvent aNEvt( EVENT_COMMAND, this, &rCEvt ); in Command() local
6902 NotifyEvent aNEvt( bEnable ? EVENT_INPUTENABLE : EVENT_INPUTDISABLE, this ); in EnableInput() local