Searched refs:GetRowAll (Results 1 – 2 of 2) sorted by relevance
1204 nResult = GetRowAll() * GetColAll() ; in getSelectedAccessibleChildCount()1707 sal_Int32 nRowAll = GetRowAll(); in GetChildIndexAddress()1722 sal_Int32 nRowRelative = nRow - GetRowAll(); in GetAccessibleIndexFormula()1723 if (nRow < 0 || nColumn < 0 || nRowRelative >= GetRowAll() || nColRelative >= GetColAll() ) in GetAccessibleIndexFormula()1727 return GetRowAll() * nRowRelative + nColRelative; in GetAccessibleIndexFormula()
316 sal_Int32 GetRowAll() const { return m_nMaxY - m_nMinY + 1 ; } in GetRowAll() function in ScAccessibleSpreadsheet
Completed in 28 milliseconds