Searched refs:m_nCurColumn (Results 1 – 2 of 2) sorted by relevance
320 …if ( ( m_nCurColumn != COL_INVALID ) && !m_aColumnWidths.empty() && ( m_nCurColumn < 0 ) || ( m_nC… in impl_checkInvariants()332 …if ( !lcl_checkLimitsExclusive_OrDefault_OrFallback( m_nCurColumn, (ColPos)-1, m_nColumnCount, get… in impl_checkInvariants()448 ,m_nCurColumn ( COL_INVALID ) in TableControl_Impl()503 m_nCurColumn = COL_INVALID; in setModel()514 if ( m_nColumnCount ) m_nCurColumn = 0; in setModel()553 goTo( m_nCurColumn, m_nCurRow + insertedRows ); in rowsInserted()611 goTo( m_nCurColumn, m_nRowCount - 1 ); in rowsRemoved()668 if ( m_nCurColumn >= m_nColumnCount ) in columnRemoved()671 goTo( m_nCurColumn - 1, m_nCurRow ); in columnRemoved()673 m_nCurColumn = COL_INVALID; in columnRemoved()[all …]
124 ColPos m_nCurColumn; member in svt::table::TableControl_Impl