Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dmarkdata.cxx431 const SCCOLROW nMultiEnd = aMultiRange.aEnd.Col(); in GetMarkColumnRanges() local
432 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() local
494 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 29 milliseconds