Searched refs:m_nMinY (Results 1 – 2 of 2) sorted by relevance
269 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()
314 sal_Int32 m_nMinY; member in ScAccessibleSpreadsheet316 sal_Int32 GetRowAll() const { return m_nMaxY - m_nMinY + 1 ; } in GetRowAll()
Completed in 27 milliseconds