[gnumeric] added more Excel 2010 synonyms



commit 2dc2db16090768a965dbd4d46638c8d1c3f61b8e
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Thu Jun 20 21:58:01 2013 -0600

    added more Excel 2010 synonyms
    
    2013-06-20  Andreas J. Guelzow <aguelzow pyrshep ca>
    
        * ms-formula-read.c (xl2010_synonyms): add more functions

 plugins/excel/ChangeLog         |    4 ++++
 plugins/excel/ms-formula-read.c |    9 +++++++++
 2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/plugins/excel/ChangeLog b/plugins/excel/ChangeLog
index 7b2701f..2d12a76 100644
--- a/plugins/excel/ChangeLog
+++ b/plugins/excel/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-20  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+       * ms-formula-read.c (xl2010_synonyms): add more functions
+
 2013-06-20  Morten Welinder  <terra gnome org>
 
        * ms-formula-read.c (xl2010_synonyms): Map new function names to
diff --git a/plugins/excel/ms-formula-read.c b/plugins/excel/ms-formula-read.c
index 16456fe..a777f51 100644
--- a/plugins/excel/ms-formula-read.c
+++ b/plugins/excel/ms-formula-read.c
@@ -478,10 +478,19 @@ xl2010_synonyms (const char *name)
                const char *newname;
                const char *oldname;
        } names[] = {
+               { "beta.inv", "betainv" },
+               { "binom.dist", "binomdist" },
+               { "chisq.dist.rt", "chidist" },
+               { "chisq.inv.rt", "chiinv" },
                { "chisq.test", "chitest" },
                { "confidence.norm", "confidence" },
                { "covariance.p", "covar" },
+               { "expon.dist", "expondist" },
+               { "f.dist.rt", "fdist" },
+               { "f.inv.rt", "finv" },
                { "f.test", "ftest" },
+               { "gamma.dist", "gammadist" },
+               { "gamma.inv", "gammainv" },
                { "mode.sngl", "mode" },
                { "percentile.inc", "percentile" },
                { "percentrank.inc", "percentrank" },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]