Searched refs:bSubTotal (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 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() 423 const sal_Bool bSubTotal( UseSubTotal( &aRangeList ) ); in Select() local [all …]
|
/aoo41x/main/sc/source/core/data/ |
H A D | cell.cxx | 640 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 D | dociter.cxx | 285 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 …]
|
/aoo41x/main/sc/inc/ |
H A D | dociter.hxx | 100 sal_Bool bSubTotal; member in ScValueIterator 231 sal_Bool bSubTotal; member in ScCellIterator 461 bool bSubTotal; member in ScHorizontalValueIterator
|
H A D | cell.hxx | 305 sal_Bool bSubTotal : 1; // Cell is part of or contains a SubTotal member in ScFormulaCell 410 sal_Bool IsSubTotal() const { return bSubTotal; } in IsSubTotal()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 93 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 );
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 503 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 D | dbfunc3.cxx | 2230 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()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | dbdocfun.cxx | 261 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 97 milliseconds