Lines Matching refs:rEvt
98 sal_Bool ComboBoxCellController::MoveAllowed(const KeyEvent& rEvt) const in MoveAllowed()
101 switch (rEvt.GetKeyCode().GetCode()) in MoveAllowed()
119 if (!rEvt.GetKeyCode().IsShift() && in MoveAllowed()
120 rEvt.GetKeyCode().IsMod1()) in MoveAllowed()
123 else if (rEvt.GetKeyCode().IsMod2() && rEvt.GetKeyCode().GetCode() == KEY_DOWN) in MoveAllowed()
208 sal_Bool ListBoxCellController::MoveAllowed(const KeyEvent& rEvt) const in MoveAllowed()
211 switch (rEvt.GetKeyCode().GetCode()) in MoveAllowed()
215 if (!rEvt.GetKeyCode().IsShift() && in MoveAllowed()
216 rEvt.GetKeyCode().IsMod1()) in MoveAllowed()
220 if (rEvt.GetKeyCode().IsMod2() && rEvt.GetKeyCode().GetCode() == KEY_DOWN) in MoveAllowed()
330 long CheckBoxControl::PreNotify(NotifyEvent& rEvt) in PreNotify() argument
332 switch (rEvt.GetType()) in PreNotify()
340 return Control::PreNotify(rEvt); in PreNotify()
438 sal_Bool EditCellController::MoveAllowed(const KeyEvent& rEvt) const in MoveAllowed()
441 switch (rEvt.GetKeyCode().GetCode()) in MoveAllowed()
495 sal_Bool SpinCellController::MoveAllowed(const KeyEvent& rEvt) const in MoveAllowed()
498 switch (rEvt.GetKeyCode().GetCode()) in MoveAllowed()