Lines Matching refs:bSubTotal
269 sal_Bool bSubTotal(sal_False); in UseSubTotal() local
276 while (!bSubTotal && nRangeIndex < nRangeCount) in UseSubTotal()
283 while (!bSubTotal && nTab <= nTabEnd) in UseSubTotal()
287 while (!bSubTotal && nRow <= nRowEnd) in UseSubTotal()
290 bSubTotal = sal_True; in UseSubTotal()
303 while (!bSubTotal && nDBIndex < nDBCount) in UseSubTotal()
309 while (!bSubTotal && nRangeIndex < nRangeCount) in UseSubTotal()
317 bSubTotal = sal_True; in UseSubTotal()
325 return bSubTotal; in UseSubTotal()
395 const sal_Bool bSubTotal( UseSubTotal( &aRangeList ) ); in Select() local
396 … pViewSh->EnterAutoSum( aRangeList, bSubTotal ); // Block mit Summen fuellen in Select()
401 const sal_Bool bSubTotal( UseSubTotal( &aMarkRangeList ) ); in Select() local
407 if ( !pViewSh->AutoSum( aRange, bSubTotal, bSetCursor, bContinue ) ) in Select()
412 … const String aFormula = pViewSh->GetAutoSumFormula( aRangeList, bSubTotal ); in Select()
423 const sal_Bool bSubTotal( UseSubTotal( &aRangeList ) ); in Select() local
424 const String aFormula = pViewSh->GetAutoSumFormula( aRangeList, bSubTotal ); in Select()
441 if (bSubTotal) in Select()