Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx269 m_nMinX(0),m_nMaxX(0),m_nMinY(0),m_nMaxY(0) in ScAccessibleSpreadsheet()
1592 m_nMaxY = std::max(nRefStartY,nRefEndY); in NotifyRefMode()
1618 int nCurSize = (m_nMaxX - m_nMinX +1)*(m_nMaxY - m_nMinY +1) ; in NotifyRefMode()
1622 for (sal_Int32 y = m_nMinY ; y <= m_nMaxY ; ++y) in NotifyRefMode()
1693 addr.Row() >= m_nMinY && addr.Row() <= m_nMaxY && in IsScAddrFormulaSel()
1702 sal_Int32 nMaxIndex = (m_nMaxX - m_nMinX +1)*(m_nMaxY - m_nMinY +1) -1 ; in CheckChildIndex()
/aoo41x/main/sc/source/ui/inc/
H A DAccessibleSpreadsheet.hxx315 sal_Int32 m_nMaxY; member in ScAccessibleSpreadsheet
316 sal_Int32 GetRowAll() const { return m_nMaxY - m_nMinY + 1 ; } in GetRowAll()

Completed in 33 milliseconds