summaryrefslogtreecommitdiff
path: root/formula
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2009-01-09 09:10:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2009-01-09 09:10:20 +0000
commitdb5c4780cf2ba4c5a9f165f77c5f37e5ea3fef12 (patch)
treea51af1d107d62a24f3784e26c7ab70cf509e87b2 /formula
parent0a53a9b945c5cf73e062d71bd315219f670cfa98 (diff)
#i10000# Get changes from CWS mooxlsc (r265400) in sc/inc/opcode.hxx
Diffstat (limited to 'formula')
-rw-r--r--formula/inc/formula/opcode.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/formula/inc/formula/opcode.hxx b/formula/inc/formula/opcode.hxx
index f0013f7bba..906d408b8b 100644
--- a/formula/inc/formula/opcode.hxx
+++ b/formula/inc/formula/opcode.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: opcode.hxx,v $
- * $Revision: 1.23 $
+ * $Revision: 1.23.134.2 $
*
* This file is part of OpenOffice.org.
*
@@ -42,6 +42,7 @@ enum OpCodeEnum
ocStop = SC_OPCODE_STOP,
ocExternal = SC_OPCODE_EXTERNAL,
ocName = SC_OPCODE_NAME,
+ ocExternalRef = SC_OPCODE_EXTERNAL_REF,
// Jump commands
ocIf = SC_OPCODE_IF,
ocChose = SC_OPCODE_CHOSE,
@@ -174,6 +175,7 @@ enum OpCodeEnum
ocFisherInv = SC_OPCODE_FISHER_INV,
ocSNormInv = SC_OPCODE_S_NORM_INV,
ocGammaLn = SC_OPCODE_GAMMA_LN,
+ ocGamma = SC_OPCODE_GAMMA,
ocErrorType = SC_OPCODE_ERROR_TYPE,
ocErrCell = SC_OPCODE_ERR_CELL,
ocFormula = SC_OPCODE_FORMULA,
@@ -311,6 +313,8 @@ enum OpCodeEnum
ocTDist = SC_OPCODE_T_DIST,
ocFDist = SC_OPCODE_F_DIST,
ocChiDist = SC_OPCODE_CHI_DIST,
+ ocChiSqDist = SC_OPCODE_CHISQ_DIST,
+ ocChiSqInv = SC_OPCODE_CHISQ_INV,
ocWeibull = SC_OPCODE_WEIBULL,
ocNegBinomVert = SC_OPCODE_NEG_BINOM_VERT,
ocKritBinom = SC_OPCODE_KRIT_BINOM,