Lines Matching refs:rEvt

456 	void EditBrowseBox::KeyInput( const KeyEvent& rEvt )  in KeyInput()  argument
458 sal_uInt16 nCode = rEvt.GetKeyCode().GetCode(); in KeyInput()
459 sal_Bool bShift = rEvt.GetKeyCode().IsShift(); in KeyInput()
460 sal_Bool bCtrl = rEvt.GetKeyCode().IsMod1(); in KeyInput()
470 BrowseBox::KeyInput(rEvt); in KeyInput()
480 Control::KeyInput(rEvt); in KeyInput()
490 Control::KeyInput(rEvt); in KeyInput()
494 BrowseBox::KeyInput(rEvt); in KeyInput()
499 void EditBrowseBox::MouseButtonDown(const BrowserMouseEvent& rEvt) in MouseButtonDown() argument
501 sal_uInt16 nColPos = GetColumnPos( rEvt.GetColumnId() ); in MouseButtonDown()
502 long nRow = rEvt.GetRow(); in MouseButtonDown()
505 if (rEvt.GetClicks() > 1 && rEvt.GetRow() >= 0) in MouseButtonDown()
525 if (0 == rEvt.GetColumnId()) in MouseButtonDown()
533 aMouseEvent.Set(&rEvt,sal_True); in MouseButtonDown()
534 BrowseBox::MouseButtonDown(rEvt); in MouseButtonDown()
540 GoToRowColumnId( rEvt.GetRow(), rEvt.GetColumnId() ); in MouseButtonDown()
541 if (rEvt.GetRow() >= 0) in MouseButtonDown()
542 implActivateCellOnMouseEvent(rEvt, sal_False); in MouseButtonDown()
547 void EditBrowseBox::MouseButtonUp( const BrowserMouseEvent& rEvt ) in MouseButtonUp() argument
550 if (rEvt.GetClicks() > 1 && rEvt.GetRow() >= 0) in MouseButtonUp()
553 aMouseEvent.Set(&rEvt,sal_False); in MouseButtonUp()
554 BrowseBox::MouseButtonUp(rEvt); in MouseButtonUp()
558 if (rEvt.GetRow() >= 0) in MouseButtonUp()
559 implActivateCellOnMouseEvent(rEvt, sal_True); in MouseButtonUp()
637 long EditBrowseBox::PreNotify(NotifyEvent& rEvt) in PreNotify() argument
639 switch (rEvt.GetType()) in PreNotify()
643 || rEvt.GetWindow() == &GetDataWindow() in PreNotify()
647 const KeyEvent* pKeyEvent = rEvt.GetKeyEvent(); in PreNotify()
752 return BrowseBox::PreNotify(rEvt); in PreNotify()
762 long EditBrowseBox::Notify(NotifyEvent& rEvt) in Notify() argument
764 switch (rEvt.GetType()) in Notify()
774 return BrowseBox::Notify(rEvt); in Notify()
1263 void EditBrowseBox::DoubleClick(const BrowserMouseEvent& rEvt) in DoubleClick() argument
1266 sal_uInt16 nColId = rEvt.GetColumnId(); in DoubleClick()