diff options
author | Winfried Donkers <winfrieddonkers@libreoffice.org> | 2013-12-29 16:16:42 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2014-01-27 14:14:19 +0000 |
commit | 5b1e440304c271e4286255c17a6fe475899bd94f (patch) | |
tree | b5effcd08b298676c72f315e048889d3f76e1a2e /sc/qa | |
parent | 271011ff347790ae2b045cfd8035512cedeefb1b (diff) |
fdo#72793 Add Excel 2010 functions
T.DIST, T.DIST.2T, T.DIST.RT, T.INV, T.INV.2T, T.TEST
Also, fixed some incorrect string assignments in
formula/source/core/resource/core_resource.src from previously
added Excel 2010 functions.
Change-Id: Ia4d13e7597d2a054d345a08b66b878f91c43f872
Reviewed-on: https://gerrit.libreoffice.org/7226
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/subsequent_filters-test.cxx | 10 | ||||
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index 1f3b3d44b492..8f1d4c9987ac 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -457,12 +457,12 @@ void ScFiltersTest::testFunctionsExcel2010() { 59, false }, { 60, true }, { 61, true }, - { 62, false }, - { 63, false }, - { 64, false }, - { 65, false }, + { 62, true }, + { 63, true }, + { 64, true }, + { 65, true }, { 66, false }, - { 67, false }, + { 67, true }, { 68, true }, { 69, true }, { 70, true }, diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 111b94019bf9..c4737cf10a3f 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -2774,6 +2774,12 @@ void Test::testFunctionLists() "STDEVP", "STDEVPA", "STEYX", + "T.DIST", + "T.DIST.2T", + "T.DIST.RT", + "T.INV", + "T.INV.2T", + "T.TEST", "TDIST", "TINV", "TRIMMEAN", |