Lines Matching refs:ROW_INVALID
326 …mitsExclusive_OrDefault_OrFallback( m_nCurRow, (RowPos)-1, m_nRowCount, getModel(), ROW_INVALID ) ) in impl_checkInvariants()
449 ,m_nCurRow ( ROW_INVALID ) in TableControl_Impl()
502 m_nCurRow = ROW_INVALID; in setModel()
568 invalidateRowRange( i_first, ROW_INVALID ); in rowsInserted()
614 m_nCurRow = ROW_INVALID; in rowsRemoved()
644 invalidateRowRange( firstRemovedRow, ROW_INVALID ); in rowsRemoved()
1963 || ( ROW_INVALID == _nRow ) in impl_getCellRect()
2171 …RowPos const lastRow = ( ( i_lastRow == ROW_INVALID ) || ( i_lastRow > lastVisibleRow ) ) ? lastVi… in invalidateRowRange()
2183 if ( i_lastRow == ROW_INVALID ) in invalidateRowRange()
2489 return ROW_INVALID; in getSelectedRowIndex()
2537 return ROW_INVALID; in impl_getRowForAbscissa()
2544 return row < m_pModel->getRowCount() ? row : ROW_INVALID; in impl_getRowForAbscissa()
2762 ,m_nCurrentRow( ROW_INVALID ) in TableFunctionSet()
2782 m_pTableControl->setAnchor( ROW_INVALID ); in DestroyAnchor()
2798 if ( ( newRow == ROW_INVALID ) || ( newCol == COL_INVALID ) ) in SetCursorAtPoint()
2872 m_pTableControl->setAnchor( ROW_INVALID ); in IsSelectionAtPoint()