Lines Matching refs:newRow
2790 RowPos newRow = m_pTableControl->getRowAtPoint( rPoint ); in SetCursorAtPoint() local
2791 if ( newRow == ROW_COL_HEADERS ) in SetCursorAtPoint()
2792 newRow = m_pTableControl->getTopRow(); in SetCursorAtPoint()
2798 if ( ( newRow == ROW_INVALID ) || ( newCol == COL_INVALID ) ) in SetCursorAtPoint()
2810 int diff = m_pTableControl->getCurRow() - newRow; in SetCursorAtPoint()
2815 while ( m_pTableControl->getAnchor() >= newRow ) in SetCursorAtPoint()
2826 while ( m_pTableControl->getAnchor() <= newRow ) in SetCursorAtPoint()
2834 m_pTableControl->invalidateSelectedRegion( m_pTableControl->getCurRow(), newRow ); in SetCursorAtPoint()
2841 m_pTableControl->markRowAsSelected( newRow ); in SetCursorAtPoint()
2847 m_pTableControl->markRowAsSelected( newRow ); in SetCursorAtPoint()
2851 m_pTableControl->markRowAsSelected( newRow ); in SetCursorAtPoint()
2857 m_pTableControl->invalidateRow( newRow ); in SetCursorAtPoint()
2860 m_pTableControl->goTo( newCol, newRow ); in SetCursorAtPoint()