Searched refs:PIVOT_FUNC_AVERAGE (Results 1 – 4 of 4) sorted by relevance
62 #define PIVOT_FUNC_AVERAGE 0x0004 macro
120 PIVOT_FUNC_AVERAGE,
287 else if( rnFuncMask == PIVOT_FUNC_AVERAGE ) aStr = GetFuncName( PIVOTSTR_AVG ); in GetFuncString()
206 if ( nBits & PIVOT_FUNC_AVERAGE ) return GeneralFunction_AVERAGE; in FirstFunc()226 case GeneralFunction_AVERAGE: nRet = PIVOT_FUNC_AVERAGE; break; in FunctionBit()
Completed in 56 milliseconds