Lines Matching refs:i_event

62 …onResult ColumnResize::handleMouseMove( ITableControl& i_tableControl, MouseEvent const & i_event )  in handleMouseMove()  argument
64 Point const aPoint = i_event.GetPosPixel(); in handleMouseMove()
107 (void)i_event; in handleMouseMove()
112 …onResult ColumnResize::handleMouseDown( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseDown() argument
120 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()
137 …tionResult ColumnResize::handleMouseUp( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseUp() argument
142 Point const aPoint = i_event.GetPosPixel(); in handleMouseUp()
192 …onResult RowSelection::handleMouseMove( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseMove() argument
195 OSL_UNUSED( i_event ); in handleMouseMove()
200 …onResult RowSelection::handleMouseDown( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseDown() argument
204 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()
214 handled = i_tableControl.getSelEngine()->SelMouseButtonDown( i_event ); in handleMouseDown()
224 …tionResult RowSelection::handleMouseUp( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseUp() argument
226 TableCell const tableCell = i_tableControl.hitTest( i_event.GetPosPixel() ); in handleMouseUp()
231 i_tableControl.getSelEngine()->SelMouseButtonUp( i_event ); in handleMouseUp()
246 …ult ColumnSortHandler::handleMouseMove( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseMove() argument
249 OSL_UNUSED( i_event ); in handleMouseMove()
254 …ult ColumnSortHandler::handleMouseDown( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseDown() argument
266 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()
277 …esult ColumnSortHandler::handleMouseUp( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseUp() argument
282 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseUp()