Lines Matching refs:aMarkIter

171 		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()
410 ScMarkArrayIter aMarkIter( rMark.GetArray() + nCol ); in ClearSelectionItems() local
411 while (aMarkIter.Next( nTop, nBottom )) in ClearSelectionItems()
424 ScMarkArrayIter aMarkIter( rMark.GetArray() + nCol ); in DeleteSelection() local
425 while (aMarkIter.Next( nTop, nBottom )) in DeleteSelection()
510 ScMarkArrayIter aMarkIter( rMark.GetArray() + nCol ); in ApplySelectionStyle() local
511 while (aMarkIter.Next( nTop, nBottom )) in ApplySelectionStyle()
528 ScMarkArrayIter aMarkIter( rMark.GetArray()+nCol ); in ApplySelectionLineStyle() local
529 while (aMarkIter.Next( nTop, nBottom )) in ApplySelectionLineStyle()
555 ScMarkArrayIter aMarkIter( rMark.GetArray() + nCol ); in GetSelectionStyle() local
558 while (bEqual && aMarkIter.Next( nTop, nBottom )) in GetSelectionStyle()