Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/data/
H A Dcolumn.cxx171 ScMarkArrayIter aMarkIter( rMark.GetArray()+nCol ); in HasSelectionMatrixFragment() local
172 while ( !bFound && aMarkIter.Next( nTop, nBottom ) ) in HasSelectionMatrixFragment()
258 ScMarkArrayIter aMarkIter( rMark.GetArray()+nCol ); in HasAttribSelection() local
259 while (aMarkIter.Next( nTop, nBottom ) && !bFound) in HasAttribSelection()
288 ScMarkArrayIter aMarkIter( pArray ); in MergeSelectionPattern() local
289 while (aMarkIter.Next( nTop, nBottom )) in MergeSelectionPattern()
372 ScMarkArrayIter aMarkIter( rMark.GetArray() + nCol ); in ApplySelectionCache() local
373 while (aMarkIter.Next( nTop, nBottom )) in ApplySelectionCache()
396 ScMarkArrayIter aMarkIter( rMark.GetArray() + nCol ); in ChangeSelectionIndent() local
397 while (aMarkIter.Next( nTop, nBottom )) in ChangeSelectionIndent()
[all …]
H A Dmarkdata.cxx384 ScMarkArrayIter aMarkIter( &pMultiSel[nCol] ); in FillRangeListWithMarks() local
385 while ( aMarkIter.Next( nTop, nBottom ) ) in FillRangeListWithMarks()
490 ScMarkArrayIter aMarkIter( &pMultiSel[nCol] ); in GetMarkRowRanges() local
491 while (aMarkIter.Next( nTop, nBottom )) in GetMarkRowRanges()