Lines Matching refs:rEvt
113 void OTableRowView::KeyInput( const KeyEvent& rEvt ) in KeyInput() argument
117 if (rEvt.GetKeyCode().GetCode() == KEY_DELETE && // Delete rows in KeyInput()
118 !rEvt.GetKeyCode().IsShift() && in KeyInput()
119 !rEvt.GetKeyCode().IsMod1()) in KeyInput()
124 if( rEvt.GetKeyCode().GetCode() == KEY_F2 ) in KeyInput()
131 EditBrowseBox::KeyInput(rEvt); in KeyInput()
142 void OTableRowView::Command(const CommandEvent& rEvt) in Command() argument
145 switch (rEvt.GetCommand()) in Command()
149 if (!rEvt.IsMouseEvent()) in Command()
151 EditBrowseBox::Command(rEvt); in Command()
155 sal_uInt16 nColId = GetColumnAtXPosPixel(rEvt.GetMousePosPixel().X()); in Command()
156 long nRow = GetRowAtYPosPixel(rEvt.GetMousePosPixel().Y()); in Command()
166 switch (aContextMenu.Execute(this, rEvt.GetMousePosPixel())) in Command()
197 EditBrowseBox::Command(rEvt); in Command()