summaryrefslogtreecommitdiff
path: root/basic/qa
AgeCommit message (Expand)Author
2018-11-13Add reference to test codeStephan Bergmann
2018-11-13tdf#121325: Replace all of given length, even if replacement is shorterStephan Bergmann
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin
2018-07-02Small cleanup and simplificationMike Kaganski
2018-06-30Small cleanupMike Kaganski
2018-06-29tdf#118218: Implement FormatNumber VBA functionMike Kaganski
2018-06-29tdf#118442: Fix incorrect index calculationMike Kaganski
2018-05-04Removed executable permission on data filesAndrea Gelmini
2018-02-24Use for range loops in basegfx and basicJulien Nabet
2018-01-19new loplugin:emptyifNoel Grandin
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2017-12-23VBA tests (4) - don't pass when all tests failZdeněk Crhonek
2017-12-22VB tests (3)-don't pass whe all tests failZdeněk Crhonek
2017-12-07VBA test - error() functionZdeněk Crhonek
2017-12-06VBA test - iserror function test repair, tdf#114232Zdeněk Crhonek
2017-12-02VBA tests repair (2) - don't pass the test when all tests failZdeněk Crhonek
2017-12-02VBA tests - repair tests (Don't pass when all tests fail)Zdeněk Crhonek
2017-11-24Don't pass the test when all tests failEike Rathke
2017-10-17Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10Tor Lillqvist
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-09-30Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-08-24VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR testsZdeněk Crhonek
2017-08-17Fix typosAndrea Gelmini
2017-08-08VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASEZdeněk Crhonek
2017-08-03VBA tests- add functions STRING,STRREVERSE,SWITCHZdeněk Crhonek
2017-08-02VBA tests - STR and STRCOMP functionsZdeněk Crhonek
2017-07-24VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQRZdeněk Crhonek
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-14tdf#103104 Allow line-continuation followed by a dot in BASICTakeshi Abe
2017-06-29VBA test - add RATE, RGB functionsZdeněk Crhonek
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski
2017-05-30basic: Drop unused variables in test scriptsTakeshi Abe
2017-05-27add VBA tests- PMT, PPMT, PV,QBCOLOR functionsZdeněk Crhonek
2017-05-24tdf#93727 Support date literals in basicGrzegorz Araminowicz
2017-05-22Test _WIN32 instead of WIN32Takeshi Abe
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin
2017-05-19basic: Fix broken unit test for IsMissing()Takeshi Abe
2017-05-18basic: Fix broken unit test for Join()Takeshi Abe
2017-05-17basic: Fix broken test for VBA's LCaseTakeshi Abe
2017-05-16basic: Test VBA's CDec() only on WindowsTakeshi Abe
2017-05-15basic: Fix broken logic in VBA's unit testsTakeshi Abe
2017-05-15basic: Fix VBA constant vbNewLine with unit testTakeshi Abe
2017-05-03VBA tests- MONTHNAME,NPER, NPV,OCT test caseZdeněk Crhonek
2017-05-03Add two digit year test for CDateToIso()Eike Rathke
2017-05-02BASIC: handle the full tools::Date range from -32768-01-01 to 32767-12-31Eike Rathke
2017-04-28Add unit test for CDateFromIso with YYYY-MM-DD, tdf#106956Eike Rathke
2017-04-28loplugin:cppunitassertequals: basicStephan Bergmann