Searched refs:GetColAll (Results 1 – 2 of 2) sorted by relevance
1204 nResult = GetRowAll() * GetColAll() ; in getSelectedAccessibleChildCount()1708 sal_uInt16 nColAll = GetColAll(); in GetChildIndexAddress()1721 sal_uInt16 nColRelative = sal_uInt16(nColumn) - GetColAll(); in GetAccessibleIndexFormula()1723 if (nRow < 0 || nColumn < 0 || nRowRelative >= GetRowAll() || nColRelative >= GetColAll() ) in GetAccessibleIndexFormula()
317 sal_uInt16 GetColAll() const { return m_nMaxX - m_nMinX + 1; } in GetColAll() function in ScAccessibleSpreadsheet
Completed in 28 milliseconds