Searched refs:glSubTotal (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/formula/source/core/api/ |
H A D | FormulaCompiler.cxx | 842 glSubTotal = sal_True; in GetToken() 1375 glSubTotal = sal_False; in CompileTokenArray() 1431 return glSubTotal; in CompileTokenArray()
|
/aoo41x/main/formula/inc/formula/ |
H A D | FormulaCompiler.hxx | 311 …sal_Bool glSubTotal; // if code contains one or more subtotal funct… member in formula::FormulaCompiler
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 3046 ScValueIterator aValIter( pDok, aRange, glSubTotal, bTextAsZero ); in ScMin() 3167 ScValueIterator aValIter( pDok, aRange, glSubTotal, bTextAsZero ); in ScMax() 3398 ScCellIterator aIter( pDok, aRange, glSubTotal ); in IterateParameters() 3414 ScValueIterator aValIter( pDok, aRange, glSubTotal, bTextAsZero ); in IterateParameters() 3648 ScValueIterator aValIter( pDok, aRange, glSubTotal, bTextAsZero ); in GetStVarParams() 4504 ScCellIterator aDocIter( pDok, aRange, glSubTotal); in ScCountEmptyCells() 6353 glSubTotal = sal_True; in ScSubTotal() 6369 glSubTotal = sal_False; in ScSubTotal()
|
H A D | interpr3.cxx | 2317 ScValueIterator aValIter(pDok, aRange, glSubTotal); in ScZTest() 2773 ScValueIterator aValIter(pDok, aRange, glSubTotal); in ScHarMean() 2894 ScValueIterator aValIter(pDok, aRange, glSubTotal); in ScGeoMean() 3641 ScValueIterator aValIter(pDok, aRange, glSubTotal); in ScRank()
|
H A D | interpr2.cxx | 673 ScHorizontalValueIterator aValIter( pDok, aRange, glSubTotal); in ScNPV() 731 ScValueIterator aValIter(pDok, aRange, glSubTotal); in ScIRR() 778 ScValueIterator aValIter( pDok, aRange, glSubTotal ); in ScMIRR()
|
H A D | interpr5.cxx | 154 ScValueIterator aValIter(pDok, aRange, glSubTotal); in ScGCD() 243 ScValueIterator aValIter(pDok, aRange, glSubTotal); in ScLCM()
|
H A D | interpr4.cxx | 3379 glSubTotal = sal_False; in Interpret()
|
/aoo41x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 191 sal_Bool glSubTotal; // flag for subtotal functions member in ScInterpreter
|
Completed in 126 milliseconds