diff options
Diffstat (limited to 'include/formula/opcode.hxx')
-rw-r--r-- | include/formula/opcode.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/formula/opcode.hxx b/include/formula/opcode.hxx index 58f3d4188ba5..18e2a34212ef 100644 --- a/include/formula/opcode.hxx +++ b/include/formula/opcode.hxx @@ -173,6 +173,7 @@ enum OpCodeEnum ocFisherInv = SC_OPCODE_FISHER_INV, ocSNormInv = SC_OPCODE_S_NORM_INV, ocGammaLn = SC_OPCODE_GAMMA_LN, + ocGammaLn_MS = SC_OPCODE_GAMMA_LN_MS, ocGamma = SC_OPCODE_GAMMA, ocErrorType = SC_OPCODE_ERROR_TYPE, ocErrCell = SC_OPCODE_ERR_CELL, @@ -385,7 +386,9 @@ enum OpCodeEnum ocChiInv = SC_OPCODE_CHI_INV, ocChiInv_MS = SC_OPCODE_CHI_INV_MS, ocGammaDist = SC_OPCODE_GAMMA_DIST, + ocGammaDist_MS = SC_OPCODE_GAMMA_DIST_MS, ocGammaInv = SC_OPCODE_GAMMA_INV, + ocGammaInv_MS = SC_OPCODE_GAMMA_INV_MS, ocTInv = SC_OPCODE_T_INV, ocFInv = SC_OPCODE_F_INV, ocFInv_LT = SC_OPCODE_F_INV_LT, |