VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASE

Change-Id: I7ea7757291d996375584ef05d822701737020b1c
Reviewed-on: https://gerrit.libreoffice.org/40894
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
This commit is contained in:
Zdeněk Crhonek
2017-08-08 18:43:49 +02:00
committed by Zdenek Crhonek
parent 3b66be90d4
commit 57ece564ac
8 changed files with 486 additions and 0 deletions

View File

@@ -130,6 +130,13 @@ void VBATest::testMiscVBAFunctions()
"string.vb",
"strreverse.vb",
"switch.vb",
"syd.vb",
"timeserial.vb",
"timevalue.vb",
"trim.vb",
"typename.vb",
"ubound.vb",
"ucase.vb",
#ifndef WIN32 // missing 64bit Currency marshalling.
"win32compat.vb", // windows compatibility hooks.
#endif