Searched refs:m_nMaxX (Results 1 – 2 of 2) sorted by relevance
270 m_nMinX(0),m_nMaxX(0),m_nMinY(0),m_nMaxY(0) in ScAccessibleSpreadsheet()1561 m_nMaxX =std::max(nRefStartX,nRefEndX); in NotifyRefMode()1589 int nCurSize = (m_nMaxX - m_nMinX +1)*(m_nMaxY - m_nMinY +1) ; in NotifyRefMode()1591 for (sal_uInt16 x = m_nMinX ; x <= m_nMaxX ; ++x) in NotifyRefMode()1663 if( addr.Col() >= m_nMinX && addr.Col() <= m_nMaxX && in IsScAddrFormulaSel()1673 sal_Int32 nMaxIndex = (m_nMaxX - m_nMinX +1)*(m_nMaxY - m_nMinY +1) -1 ; in CheckChildIndex()
276 sal_uInt16 m_nMaxX; member in ScAccessibleSpreadsheet280 sal_uInt16 GetColAll() const { return m_nMaxX - m_nMinX + 1; } in GetColAll()