Searched refs:m_nMaxX (Results 1 – 2 of 2) sorted by relevance
269 m_nMinX(0),m_nMaxX(0),m_nMinY(0),m_nMaxY(0) in ScAccessibleSpreadsheet()1590 m_nMaxX =std::max(nRefStartX,nRefEndX); in NotifyRefMode()1618 int nCurSize = (m_nMaxX - m_nMinX +1)*(m_nMaxY - m_nMinY +1) ; in NotifyRefMode()1620 for (sal_uInt16 x = m_nMinX ; x <= m_nMaxX ; ++x) in NotifyRefMode()1692 if( addr.Col() >= m_nMinX && addr.Col() <= m_nMaxX && in IsScAddrFormulaSel()1702 sal_Int32 nMaxIndex = (m_nMaxX - m_nMinX +1)*(m_nMaxY - m_nMinY +1) -1 ; in CheckChildIndex()
313 sal_uInt16 m_nMaxX; member in ScAccessibleSpreadsheet317 sal_uInt16 GetColAll() const { return m_nMaxX - m_nMinX + 1; } in GetColAll()
Completed in 23 milliseconds