Home
last modified time | relevance | path

Searched refs:bSubTotal (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/sc/source/ui/app/
H A Dinputwin.cxx269 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()
423 const sal_Bool bSubTotal( UseSubTotal( &aRangeList ) ); in Select() local
[all …]
/aoo4110/main/sc/source/core/data/
H A Dcell.cxx640 bSubTotal( sal_False ), in ScFormulaCell()
670 bSubTotal( sal_False ), in ScFormulaCell()
702 bSubTotal( sal_False ), in ScFormulaCell()
715 bSubTotal = aComp.CompileTokenArray(); in ScFormulaCell()
722 bSubTotal = sal_True; in ScFormulaCell()
744 bSubTotal( rCell.bSubTotal ), in ScFormulaCell()
979 bSubTotal = aComp.CompileTokenArray(); in CompileTokenArray()
1026 bSubTotal = aComp.CompileTokenArray(); in CompileXML()
1068 bSubTotal = aComp.CompileTokenArray(); in CalcAfterLoad()
H A Ddociter.cxx285 bSubTotal(bSTotal), in ScValueIterator()
345 if ( !bSubTotal || !pDoc->pTab[nTab]->RowFiltered( nRow-1 ) ) in GetThis()
370 !bSubTotal ) in GetThis()
388 if (!bSubTotal || !((ScFormulaCell*)pCell)->IsSubTotal()) in GetThis()
973 bSubTotal(bSTotal) in ScCellIterator()
1015 bSubTotal(bSTotal) in ScCellIterator()
1077 if ( !bSubTotal || !pDoc->pTab[nTab]->RowFiltered( nRow ) ) in GetThis()
1081 if ( bSubTotal && pCell->GetCellType() == CELLTYPE_FORMULA in GetThis()
1809 bSubTotal( bSTotal ), in ScHorizontalValueIterator()
1862 if ( !bSubTotal || !pDoc->pTab[nCurTab]->RowFiltered( nCurRow ) ) in GetNext()
[all …]
/aoo4110/main/sc/inc/
H A Ddociter.hxx100 sal_Bool bSubTotal; member in ScValueIterator
231 sal_Bool bSubTotal; member in ScCellIterator
461 bool bSubTotal; member in ScHorizontalValueIterator
H A Dcell.hxx305 sal_Bool bSubTotal : 1; // Cell is part of or contains a SubTotal member in ScFormulaCell
410 sal_Bool IsSubTotal() const { return bSubTotal; } in IsSubTotal()
/aoo4110/main/sc/source/ui/inc/
H A Dviewfunc.hxx93 void EnterAutoSum(const ScRangeList& rRangeList, sal_Bool bSubTotal);
94 … bool AutoSum( const ScRange& rRange, bool bSubTotal, bool bSetCursor, bool bContinue );
95 String GetAutoSumFormula( const ScRangeList& rRangeList, bool bSubTotal );
/aoo4110/main/sc/source/ui/view/
H A Dviewfun2.cxx503 void ScViewFunc::EnterAutoSum(const ScRangeList& rRangeList, sal_Bool bSubTotal) // Block mit Summ… in EnterAutoSum() argument
505 String aFormula = GetAutoSumFormula( rRangeList, bSubTotal ); in EnterAutoSum()
511 bool ScViewFunc::AutoSum( const ScRange& rRange, bool bSubTotal, bool bSetCursor, bool bContinue ) in AutoSum() argument
658 const String aFormula = GetAutoSumFormula( aRangeList, bSubTotal ); in AutoSum()
691 const String aFormula = GetAutoSumFormula( aRangeList, bSubTotal ); in AutoSum()
711 String ScViewFunc::GetAutoSumFormula( const ScRangeList& rRangeList, bool bSubTotal ) in GetAutoSumFormula() argument
716 if ( bSubTotal ) in GetAutoSumFormula()
727 if ( bSubTotal ) in GetAutoSumFormula()
H A Ddbfunc3.cxx2230 sal_Bool bSubTotal = aSubTotalParam.bGroupActive[0] && !aSubTotalParam.bRemoveOnly; in RepeatDB() local
2232 if ( bQuery || bSort || bSubTotal ) in RepeatDB()
2300 if (bSort && bSubTotal) in RepeatDB()
2332 if (bSubTotal) in RepeatDB()
/aoo4110/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx261 sal_Bool bSubTotal = aSubTotalParam.bGroupActive[0] && !aSubTotalParam.bRemoveOnly; in RepeatDB() local
263 if ( bQuery || bSort || bSubTotal ) in RepeatDB()
334 if (bSort && bSubTotal) in RepeatDB()
360 if (bSubTotal) in RepeatDB()

Completed in 82 milliseconds