Searched refs:aMarkIter (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | column.cxx | 171 ScMarkArrayIter aMarkIter( rMark.GetArray()+nCol ); in HasSelectionMatrixFragment() 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() 373 while (aMarkIter.Next( nTop, nBottom )) in ApplySelectionCache() 397 while (aMarkIter.Next( nTop, nBottom )) in ChangeSelectionIndent() 411 while (aMarkIter.Next( nTop, nBottom )) in ClearSelectionItems() 425 while (aMarkIter.Next( nTop, nBottom )) in DeleteSelection() 511 while (aMarkIter.Next( nTop, nBottom )) in ApplySelectionStyle() 529 while (aMarkIter.Next( nTop, nBottom )) in ApplySelectionLineStyle() [all …]
|
H A D | markdata.cxx | 384 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()
|
Completed in 33 milliseconds