Home
last modified time | relevance | path

Searched refs:m_nCurColumn (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svtools/source/table/
H A Dtablecontrol_impl.cxx320 …if ( ( m_nCurColumn != COL_INVALID ) && !m_aColumnWidths.empty() && ( m_nCurColumn < 0 ) || ( m_nC… in impl_checkInvariants()
503 m_nCurColumn = COL_INVALID; in setModel()
514 if ( m_nColumnCount ) m_nCurColumn = 0; in setModel()
668 if ( m_nCurColumn >= m_nColumnCount ) in columnRemoved()
673 m_nCurColumn = COL_INVALID; in columnRemoved()
1594 ensureVisible(m_nCurColumn,m_nCurRow,false); in dispatchAction()
1624 ensureVisible(m_nCurColumn,m_nCurRow,false); in dispatchAction()
1635 if ( m_nCurColumn > 0 ) in dispatchAction()
1897 ensureVisible(m_nCurColumn, 0, false); in dispatchAction()
2026 return m_nCurColumn; in getCurrentColumn()
[all …]
H A Dtablecontrol_impl.hxx124 ColPos m_nCurColumn; member in svt::table::TableControl_Impl

Completed in 23 milliseconds