Home
last modified time | relevance | path

Searched refs:GetRowAll (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1204 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()
/aoo41x/main/sc/source/ui/inc/
H A DAccessibleSpreadsheet.hxx316 sal_Int32 GetRowAll() const { return m_nMaxY - m_nMinY + 1 ; } in GetRowAll() function in ScAccessibleSpreadsheet

Completed in 61 milliseconds