Lines Matching refs:i_event
60 …onResult ColumnResize::handleMouseMove( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseMove() argument
62 Point const aPoint = i_event.GetPosPixel(); in handleMouseMove()
105 (void)i_event; in handleMouseMove()
110 …onResult ColumnResize::handleMouseDown( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseDown() argument
118 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()
135 …tionResult ColumnResize::handleMouseUp( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseUp() argument
140 Point const aPoint = i_event.GetPosPixel(); in handleMouseUp()
190 …onResult RowSelection::handleMouseMove( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseMove() argument
193 OSL_UNUSED( i_event ); in handleMouseMove()
198 …onResult RowSelection::handleMouseDown( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseDown() argument
202 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()
212 handled = i_tableControl.getSelEngine()->SelMouseButtonDown( i_event ); in handleMouseDown()
222 …tionResult RowSelection::handleMouseUp( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseUp() argument
224 TableCell const tableCell = i_tableControl.hitTest( i_event.GetPosPixel() ); in handleMouseUp()
229 i_tableControl.getSelEngine()->SelMouseButtonUp( i_event ); in handleMouseUp()
244 …ult ColumnSortHandler::handleMouseMove( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseMove() argument
247 OSL_UNUSED( i_event ); in handleMouseMove()
252 …ult ColumnSortHandler::handleMouseDown( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseDown() argument
264 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseDown()
275 …esult ColumnSortHandler::handleMouseUp( ITableControl& i_tableControl, MouseEvent const & i_event ) in handleMouseUp() argument
280 TableCell const tableCell( i_tableControl.hitTest( i_event.GetPosPixel() ) ); in handleMouseUp()