Searched refs:PIVOT_FUNC_SUM (Results 1 – 4 of 4) sorted by relevance
118 PIVOT_FUNC_SUM,269 …sal_uInt16 nFuncMask = (rFuncData.mnFuncMask == PIVOT_FUNC_NONE) ? PIVOT_FUNC_SUM : rFuncData.mnFu… in Init()
277 rnFuncMask = PIVOT_FUNC_SUM; in GetFuncString()285 else if( rnFuncMask == PIVOT_FUNC_SUM ) aStr = GetFuncName( PIVOTSTR_SUM ); in GetFuncString()
60 #define PIVOT_FUNC_SUM 0x0001 macro
204 if ( nBits & PIVOT_FUNC_SUM ) return GeneralFunction_SUM; in FirstFunc()224 case GeneralFunction_SUM: nRet = PIVOT_FUNC_SUM; break; in FunctionBit()
Completed in 33 milliseconds