Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/table/
H A Dtablecontrol_impl.cxx2776 m_pTableControl->setAnchor( m_pTableControl->getCurRow() ); in CreateAnchor()
2807 else if ( m_pTableControl->getAnchor() == m_pTableControl->getCurRow() ) in SetCursorAtPoint()
2810 int diff = m_pTableControl->getCurRow() - newRow; in SetCursorAtPoint()
2834 m_pTableControl->invalidateSelectedRegion( m_pTableControl->getCurRow(), newRow ); in SetCursorAtPoint()
H A Dtablecontrol_impl.hxx173 inline RowPos getCurRow() const { return m_nCurRow; } in getCurRow() function in svt::table::TableControl_Impl

Completed in 26 milliseconds