Lines Matching refs:_nEventId

3498 void FmXGridCell::onWindowEvent( const sal_uIntPtr _nEventId, const Window& _rWindow, const void* _…  in onWindowEvent()  argument
3500 switch ( _nEventId ) in onWindowEvent()
3508 && ( _nEventId == VCLEVENT_CONTROL_GETFOCUS in onWindowEvent()
3509 || _nEventId == VCLEVENT_CONTROL_LOSEFOCUS in onWindowEvent()
3513 && ( _nEventId == VCLEVENT_WINDOW_GETFOCUS in onWindowEvent()
3514 || _nEventId == VCLEVENT_WINDOW_LOSEFOCUS in onWindowEvent()
3522 …bool bFocusGained = ( _nEventId == VCLEVENT_CONTROL_GETFOCUS ) || ( _nEventId == VCLEVENT_WINDOW_G… in onWindowEvent()
3542 const bool bButtonDown = ( _nEventId == VCLEVENT_WINDOW_MOUSEBUTTONDOWN ); in onWindowEvent()
3577 const bool bKeyPressed = ( _nEventId == VCLEVENT_WINDOW_KEYINPUT ); in onWindowEvent()
3907 void FmXEditCell::onWindowEvent( const sal_uIntPtr _nEventId, const Window& _rWindow, const void* _… in onWindowEvent() argument
3909 switch ( _nEventId ) in onWindowEvent()
3919 FmXTextCell::onWindowEvent( _nEventId, _rWindow, _pEventData ); in onWindowEvent()
4065 void FmXCheckBoxCell::onWindowEvent( const sal_uIntPtr _nEventId, const Window& _rWindow, const voi… in onWindowEvent() argument
4067 switch ( _nEventId ) in onWindowEvent()
4096 FmXDataCell::onWindowEvent( _nEventId, _rWindow, _pEventData ); in onWindowEvent()
4402 void FmXListBoxCell::onWindowEvent( const sal_uIntPtr _nEventId, const Window& _rWindow, const void… in onWindowEvent() argument
4405 && ( _nEventId == VCLEVENT_LISTBOX_SELECT ) in onWindowEvent()
4422 FmXTextCell::onWindowEvent( _nEventId, _rWindow, _pEventData ); in onWindowEvent()
4616 void FmXComboBoxCell::onWindowEvent( const sal_uIntPtr _nEventId, const Window& _rWindow, const voi… in onWindowEvent() argument
4619 switch ( _nEventId ) in onWindowEvent()
4636 FmXTextCell::onWindowEvent( _nEventId, _rWindow, _pEventData ); in onWindowEvent()