summaryrefslogtreecommitdiff
path: root/basic/qa
AgeCommit message (Expand)AuthorFilesLines
2018-06-30tdf#118442: Fix incorrect index calculationMike Kaganski1-0/+63
2018-06-30tdf#118218: Implement FormatNumber VBA functionMike Kaganski1-9/+34
2017-11-24Don't pass the test when all tests failEike Rathke1-29/+38
2017-10-17Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10Tor Lillqvist2-29/+5
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski1-1/+2
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski1-2/+1
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-08-24VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR testsZdeněk Crhonek6-0/+420
2017-08-17Fix typosAndrea Gelmini1-1/+1
2017-08-08VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASEZdeněk Crhonek8-0/+486
2017-08-03VBA tests- add functions STRING,STRREVERSE,SWITCHZdeněk Crhonek4-0/+216
2017-08-02VBA tests - STR and STRCOMP functionsZdeněk Crhonek3-0/+173
2017-07-24VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQRZdeněk Crhonek9-0/+532
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+0
2017-07-14tdf#103104 Allow line-continuation followed by a dot in BASICTakeshi Abe1-0/+38
2017-06-29VBA test - add RATE, RGB functionsZdeněk Crhonek3-0/+158
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski1-0/+22
2017-05-30basic: Drop unused variables in test scriptsTakeshi Abe56-113/+0
2017-05-27add VBA tests- PMT, PPMT, PV,QBCOLOR functionsZdeněk Crhonek5-0/+308
2017-05-24tdf#93727 Support date literals in basicGrzegorz Araminowicz1-0/+16
2017-05-22Test _WIN32 instead of WIN32Takeshi Abe1-1/+1
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin2-5/+5
2017-05-19basic: Fix broken unit test for IsMissing()Takeshi Abe1-10/+7
2017-05-18basic: Fix broken unit test for Join()Takeshi Abe1-17/+15
2017-05-17basic: Fix broken test for VBA's LCaseTakeshi Abe1-16/+14
2017-05-16basic: Test VBA's CDec() only on WindowsTakeshi Abe2-2/+4
2017-05-15basic: Fix broken logic in VBA's unit testsTakeshi Abe42-42/+42
2017-05-15basic: Fix VBA constant vbNewLine with unit testTakeshi Abe2-0/+58
2017-05-03VBA tests- MONTHNAME,NPER, NPV,OCT test caseZdeněk Crhonek5-0/+273
2017-05-03Add two digit year test for CDateToIso()Eike Rathke1-0/+2
2017-05-02BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke1-0/+20
2017-04-28Add unit test for CDateFromIso with YYYY-MM-DD, tdf#106956Eike Rathke1-0/+3
2017-04-28loplugin:cppunitassertequals: basicStephan Bergmann1-1/+1
2017-04-16add VBA test casesZdeněk Crhonek9-0/+563
2017-04-13add VBA test casesZdeněk Crhonek12-0/+803
2017-04-13VBA tests - INSTRREV, INT test caseZdeněk Crhonek3-0/+168
2017-04-10Clean up uses of SAL_U/SAL_W: basicStephan Bergmann1-7/+8
2017-04-09VBA tests - HEX, HOUR, IIF, INSTR test casesZdeněk Crhonek5-0/+323
2017-04-09VBA tests - FORMATNUMBER functionZdeněk Crhonek2-0/+65
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-4/+4
2017-04-02add VBA tests- FIX,EXP,ERROR,DAY functionsZdeněk Crhonek5-0/+260
2017-03-29VBA tests - add DATEDIFF and DATEPART test caseZdeněk Crhonek3-0/+237
2017-03-18VBA tests - add CVDATE,CVERR,DATEADD test caseZdeněk Crhonek4-0/+270
2017-03-17VBA tests - add CSNG, CSTR test caseZdeněk Crhonek3-0/+142
2017-03-11add VBA test CINT,CLNG functions testsZdeněk Crhonek3-0/+204
2017-03-10add VBA COS function test caseZdeněk Crhonek2-0/+74
2017-03-06VBA test CHOOSE functionZdeněk Crhonek2-0/+82
2017-03-04VBA test CDATE, CDBL functionZdeněk Crhonek3-0/+147
2017-03-03Fix typosAndrea Gelmini1-1/+1