Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dmarkmulti.cxx130 ScMultiSelIter aMultiIter( *this, nCol ); in IsAllMarked() local
132 bool bRet = aMultiIter.GetRangeData( nStartRow, aRowRange ); in IsAllMarked()
324 ScMultiSelIter aMultiIter( *this, nCol ); in GetMarkArray() local
327 while( aMultiIter.Next( nTop, nBottom ) ) in GetMarkArray()
H A Dcolumn.cxx318 while (aMultiIter.Next( nTop, nBottom ) && !bFound) in HasAttribSelection()
345 ScMultiSelIter aMultiIter( rMultiSel, nCol ); in MergeSelectionPattern() local
346 while (aMultiIter.Next( nTop, nBottom )) in MergeSelectionPattern()
435 while (aMultiIter.Next( nTop, nBottom )) in ApplySelectionCache()
458 while (aMultiIter.Next( nTop, nBottom )) in ChangeSelectionIndent()
474 while (aMultiIter.Next( nTop, nBottom )) in ClearSelectionItems()
496 while (aMultiIter.Next( nTop, nBottom )) in DeleteSelection()
581 while (aMultiIter.Next( nTop, nBottom )) in ApplySelectionStyle()
598 while (aMultiIter.Next( nTop, nBottom )) in ApplySelectionLineStyle()
623 ScMultiSelIter aMultiIter( rMark.GetMultiSelData(), nCol ); in GetSelectionStyle() local
[all …]
H A Dmarkdata.cxx421 ScMultiSelIter aMultiIter( aMultiSel, nCol ); in FillRangeListWithMarks() local
422 while ( aMultiIter.Next( nTop, nBottom ) ) in FillRangeListWithMarks()
721 ScMultiSelIter aMultiIter( aMultiSel, nCol ); in GetSelectionCover() local
729 while ( aMultiIter.Next( nTop, nBottom ) ) in GetSelectionCover()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dmarkmulti.cxx135 ScMultiSelIter aMultiIter( *this, nCol ); in IsAllMarked() local
137 bool bRet = aMultiIter.GetRangeData( nStartRow, aRowRange ); in IsAllMarked()
329 ScMultiSelIter aMultiIter( *this, nCol ); in GetMarkArray() local
332 while( aMultiIter.Next( nTop, nBottom ) ) in GetMarkArray()
H A Dcolumn.cxx316 while (aMultiIter.Next( nTop, nBottom ) && !bFound) in HasAttribSelection()
343 ScMultiSelIter aMultiIter( rMultiSel, nCol ); in MergeSelectionPattern() local
344 while (aMultiIter.Next( nTop, nBottom )) in MergeSelectionPattern()
433 while (aMultiIter.Next( nTop, nBottom )) in ApplySelectionCache()
456 while (aMultiIter.Next( nTop, nBottom )) in ChangeSelectionIndent()
471 while (aMultiIter.Next( nTop, nBottom )) in ClearSelectionItems()
494 while (aMultiIter.Next( nTop, nBottom )) in DeleteSelection()
579 while (aMultiIter.Next( nTop, nBottom )) in ApplySelectionStyle()
596 while (aMultiIter.Next( nTop, nBottom )) in ApplySelectionLineStyle()
621 ScMultiSelIter aMultiIter( rMark.GetMultiSelData(), nCol ); in GetSelectionStyle() local
[all …]
H A Dmarkdata.cxx426 ScMultiSelIter aMultiIter( aMultiSel, nCol ); in FillRangeListWithMarks() local
427 while ( aMultiIter.Next( nTop, nBottom ) ) in FillRangeListWithMarks()
727 ScMultiSelIter aMultiIter( aMultiSel, nCol ); in GetSelectionCover() local
735 while ( aMultiIter.Next( nTop, nBottom ) ) in GetSelectionCover()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dformatsh.cxx2856 ScMultiSelIter aMultiIter(rMultiSel, nCol); in GetCurrentNumberFormatType() local
2857 while (aMultiIter.Next(nRow1, nRow2)) in GetCurrentNumberFormatType()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dformatsh.cxx2845 ScMultiSelIter aMultiIter(rMultiSel, nCol); in GetCurrentNumberFormatType() local
2846 while (aMultiIter.Next(nRow1, nRow2)) in GetCurrentNumberFormatType()