Lines Matching refs:nBottom

170         SCROW nTop, nBottom;  in HasSelectionMatrixFragment()  local
172 while ( !bFound && aMarkIter.Next( nTop, nBottom ) ) in HasSelectionMatrixFragment()
178 while ( !bFound && nIndex < nCount && pItems[nIndex].nRow <= nBottom ) in HasSelectionMatrixFragment()
254 SCROW nBottom; in HasAttribSelection() local
259 while (aMarkIter.Next( nTop, nBottom ) && !bFound) in HasAttribSelection()
261 if (pAttrArray->HasAttrib( nTop, nBottom, nMask )) in HasAttribSelection()
281 SCROW nBottom; in MergeSelectionPattern() local
289 while (aMarkIter.Next( nTop, nBottom )) in MergeSelectionPattern()
290 pAttrArray->MergePatternArea( nTop, nBottom, rState, bDeep ); in MergeSelectionPattern()
367 SCROW nBottom = 0; in ApplySelectionCache() local
373 while (aMarkIter.Next( nTop, nBottom )) in ApplySelectionCache()
375 pAttrArray->ApplyCacheArea( nTop, nBottom, pCache ); in ApplySelectionCache()
382 else if (nTop==0 && nBottom==MAXROW) in ApplySelectionCache()
385 return nBottom; in ApplySelectionCache()
392 SCROW nBottom; in ChangeSelectionIndent() local
397 while (aMarkIter.Next( nTop, nBottom )) in ChangeSelectionIndent()
398 pAttrArray->ChangeIndent(nTop, nBottom, bIncrement); in ChangeSelectionIndent()
406 SCROW nBottom; in ClearSelectionItems() local
411 while (aMarkIter.Next( nTop, nBottom )) in ClearSelectionItems()
412 pAttrArray->ClearItems(nTop, nBottom, pWhich); in ClearSelectionItems()
420 SCROW nBottom; in DeleteSelection() local
425 while (aMarkIter.Next( nTop, nBottom )) in DeleteSelection()
426 DeleteArea(nTop, nBottom, nDelFlag); in DeleteSelection()
506 SCROW nBottom; in ApplySelectionStyle() local
511 while (aMarkIter.Next( nTop, nBottom )) in ApplySelectionStyle()
512 pAttrArray->ApplyStyleArea(nTop, nBottom, (ScStyleSheet*)&rStyle); in ApplySelectionStyle()
524 SCROW nBottom; in ApplySelectionLineStyle() local
529 while (aMarkIter.Next( nTop, nBottom )) in ApplySelectionLineStyle()
530 pAttrArray->ApplyLineStyleArea(nTop, nBottom, pLine, bColorOnly ); in ApplySelectionLineStyle()
557 SCROW nBottom; in GetSelectionStyle() local
558 while (bEqual && aMarkIter.Next( nTop, nBottom )) in GetSelectionStyle()
560 ScAttrIterator aAttrIter( pAttrArray, nTop, nBottom ); in GetSelectionStyle()