Searched refs:nMultiEnd (Results 1 – 1 of 1) sorted by relevance
431 const SCCOLROW nMultiEnd = aMultiRange.aEnd.Col(); in GetMarkColumnRanges() local432 if (nMultiStart == 0 && nMultiEnd == MAXCOL) in GetMarkColumnRanges()442 while (nStart <= nMultiEnd) in GetMarkColumnRanges()449 while (nEnd < nMultiEnd && pMultiSel[nEnd].HasMarks()) in GetMarkColumnRanges()459 nStart = nMultiEnd+1; in GetMarkColumnRanges()480 const SCCOLROW nMultiEnd = aMultiRange.aEnd.Row(); in GetMarkRowRanges() local494 if (nTop == nMultiStart && nBottom == nMultiEnd) in GetMarkRowRanges()498 if (nTop == nMultiStart && nBottom == nMultiEnd) in GetMarkRowRanges()510 while (nStart <= nMultiEnd) in GetMarkRowRanges()517 while (nEnd < nMultiEnd && bRowMarked[nEnd]) in GetMarkRowRanges()[all …]
Completed in 14 milliseconds