summaryrefslogtreecommitdiffstats
path: root/basic/qa
Commit message (Expand)AuthorAgeFilesLines
* Add reference to test codeStephan Bergmann2018-11-131-0/+2
* tdf#121325: Replace all of given length, even if replacement is shorterStephan Bergmann2018-11-133-0/+55
* clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai2018-11-101-1/+1
* loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin2018-09-051-1/+1
* Small cleanup and simplificationMike Kaganski2018-07-021-14/+12
* Small cleanupMike Kaganski2018-06-301-5/+1
* tdf#118218: Implement FormatNumber VBA functionMike Kaganski2018-06-291-9/+34
* tdf#118442: Fix incorrect index calculationMike Kaganski2018-06-291-0/+63
* Removed executable permission on data filesAndrea Gelmini2018-05-041-0/+0
* Use for range loops in basegfx and basicJulien Nabet2018-02-241-5/+4
* new loplugin:emptyifNoel Grandin2018-01-191-3/+0
* More loplugin:cstylecast: basicStephan Bergmann2018-01-121-19/+19
* VBA tests (4) - don't pass when all tests failZdeněk Crhonek2017-12-2320-120/+27
* VB tests (3)-don't pass whe all tests failZdeněk Crhonek2017-12-2218-490/+15
* VBA test - error() functionZdeněk Crhonek2017-12-071-4/+4
* VBA test - iserror function test repair, tdf#114232Zdeněk Crhonek2017-12-061-1/+1
* VBA tests repair (2) - don't pass the test when all tests failZdeněk Crhonek2017-12-024-14/+14
* VBA tests - repair tests (Don't pass when all tests fail)Zdeněk Crhonek2017-12-023-4/+4
* 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