summaryrefslogtreecommitdiffstats
path: root/basic/qa
Commit message (Expand)AuthorAgeFilesLines
* tdf#118442: Fix incorrect index calculationMike Kaganski2018-06-301-0/+63
* tdf#118218: Implement FormatNumber VBA functionMike Kaganski2018-06-301-9/+34
* Don't pass the test when all tests failEike Rathke2017-11-241-29/+38
* Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10Tor Lillqvist2017-10-172-29/+5
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-101-1/+1
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-051-1/+2
* Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2017-09-301-2/+1
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR testsZdeněk Crhonek2017-08-246-0/+420
* Fix typosAndrea Gelmini2017-08-171-1/+1
* VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASEZdeněk Crhonek2017-08-088-0/+486
* VBA tests- add functions STRING,STRREVERSE,SWITCHZdeněk Crhonek2017-08-034-0/+216
* VBA tests - STR and STRCOMP functionsZdeněk Crhonek2017-08-023-0/+173
* VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQRZdeněk Crhonek2017-07-249-0/+532
* migrate to boost::gettextCaolán McNamara2017-07-211-1/+0
* tdf#103104 Allow line-continuation followed by a dot in BASICTakeshi Abe2017-07-141-0/+38
* VBA test - add RATE, RGB functionsZdeněk Crhonek2017-06-293-0/+158
* tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski2017-06-071-0/+22
* basic: Drop unused variables in test scriptsTakeshi Abe2017-05-3056-113/+0
* add VBA tests- PMT, PPMT, PV,QBCOLOR functionsZdeněk Crhonek2017-05-275-0/+308
* tdf#93727 Support date literals in basicGrzegorz Araminowicz2017-05-241-0/+16
* Test _WIN32 instead of WIN32Takeshi Abe2017-05-221-1/+1
* loplugin:comparisonwithconstant in basicNoel Grandin2017-05-192-5/+5
* basic: Fix broken unit test for IsMissing()Takeshi Abe2017-05-191-10/+7
* basic: Fix broken unit test for Join()Takeshi Abe2017-05-181-17/+15
* basic: Fix broken test for VBA's LCaseTakeshi Abe2017-05-171-16/+14
* basic: Test VBA's CDec() only on WindowsTakeshi Abe2017-05-162-2/+4
* basic: Fix broken logic in VBA's unit testsTakeshi Abe2017-05-1542-42/+42
* basic: Fix VBA constant vbNewLine with unit testTakeshi Abe2017-05-152-0/+58
* VBA tests- MONTHNAME,NPER, NPV,OCT test caseZdeněk Crhonek2017-05-035-0/+273
* Add two digit year test for CDateToIso()Eike Rathke2017-05-031-0/+2
* BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke2017-05-021-0/+20
* Add unit test for CDateFromIso with YYYY-MM-DD, tdf#106956Eike Rathke2017-04-281-0/+3
* loplugin:cppunitassertequals: basicStephan Bergmann2017-04-281-1/+1
* add VBA test casesZdeněk Crhonek2017-04-169-0/+563
* add VBA test casesZdeněk Crhonek2017-04-1312-0/+803
* VBA tests - INSTRREV, INT test caseZdeněk Crhonek2017-04-133-0/+168
* Clean up uses of SAL_U/SAL_W: basicStephan Bergmann2017-04-101-7/+8
* VBA tests - HEX, HOUR, IIF, INSTR test casesZdeněk Crhonek2017-04-095-0/+323
* VBA tests - FORMATNUMBER functionZdeněk Crhonek2017-04-092-0/+65
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-041-4/+4
* add VBA tests- FIX,EXP,ERROR,DAY functionsZdeněk Crhonek2017-04-025-0/+260
* VBA tests - add DATEDIFF and DATEPART test caseZdeněk Crhonek2017-03-293-0/+237
* VBA tests - add CVDATE,CVERR,DATEADD test caseZdeněk Crhonek2017-03-184-0/+270
* VBA tests - add CSNG, CSTR test caseZdeněk Crhonek2017-03-173-0/+142
* add VBA test CINT,CLNG functions testsZdeněk Crhonek2017-03-113-0/+204
* add VBA COS function test caseZdeněk Crhonek2017-03-102-0/+74
* VBA test CHOOSE functionZdeněk Crhonek2017-03-062-0/+82
* VBA test CDATE, CDBL functionZdeněk Crhonek2017-03-043-0/+147
* Fix typosAndrea Gelmini2017-03-031-1/+1