Searched refs:PIVOT_FUNC_AUTO (Results 1 – 4 of 4) sorted by relevance
181 if( (nFuncMask == PIVOT_FUNC_NONE) || (nFuncMask == PIVOT_FUNC_AUTO) ) in SetSelection()421 nFuncMask = PIVOT_FUNC_AUTO; in GetFuncMask()453 case PIVOT_FUNC_AUTO: pRBtn = &maRbAuto; break; in Init()
272 if( (rnFuncMask == PIVOT_FUNC_NONE) || (rnFuncMask == PIVOT_FUNC_AUTO) ) in GetFuncString()
71 #define PIVOT_FUNC_AUTO 0x1000 macro
215 if ( nBits & PIVOT_FUNC_AUTO ) return GeneralFunction_AUTO; in FirstFunc()235 case GeneralFunction_AUTO: nRet = PIVOT_FUNC_AUTO; break; in FunctionBit()
Completed in 35 milliseconds