Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx269 m_nMinX(0),m_nMaxX(0),m_nMinY(0),m_nMaxY(0) in ScAccessibleSpreadsheet()
1591 m_nMinY = std::min(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()
1715 nIndex % nRowAll + m_nMinY, in GetChildIndexAddress()
/trunk/main/sc/source/ui/inc/
H A DAccessibleSpreadsheet.hxx314 sal_Int32 m_nMinY; member in ScAccessibleSpreadsheet
316 sal_Int32 GetRowAll() const { return m_nMaxY - m_nMinY + 1 ; } in GetRowAll()

Completed in 14 milliseconds