Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1707 sal_Int32 nRowAll = GetRowAll(); in GetChildIndexAddress() local
1709 if (nIndex < 0 || nIndex >= nRowAll * nColAll ) in GetChildIndexAddress()
1714 static_cast<SCCOL>((nIndex - nIndex % nRowAll) / nRowAll + + m_nMinX), in GetChildIndexAddress()
1715 nIndex % nRowAll + m_nMinY, in GetChildIndexAddress()

Completed in 22 milliseconds