Searched refs:nRowAll (Results 1 – 1 of 1) sorted by relevance
1707 sal_Int32 nRowAll = GetRowAll(); in GetChildIndexAddress() local1709 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 27 milliseconds