summaryrefslogtreecommitdiffstats
path: root/basic/qa
Commit message (Expand)AuthorAgeFilesLines
* tdf#136032 - abort scan of a string beginning with a hashtagAndreas Heinisch2020-09-191-0/+17
* tdf#130426 Support Basic Chr(&H8000), ..., Chr(&HFFFF) againStephan Bergmann2020-02-211-0/+64
* tdf#59327: two arguments with the same name is an errorMike Kaganski2019-12-161-0/+9
* tdf#59327: DIM should fail in procedures when same-name argument is presentMike Kaganski2019-12-093-0/+32
* fix windows builds after commit 7ddedd2594ddcaeed21f46709fdb44601ff641bflbenes2019-11-131-0/+1
* tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen2019-11-127-18/+1
* new loplugin:bufferaddNoel Grandin2019-10-151-8/+5
* tdf#62326 - Macros: Converting Hex strings of negative valueAndreas Heinisch2019-09-275-72/+65
* Removed executable permission on filesAndrea Gelmini2019-09-181-0/+0
* tdf#118544 set correct type for optional parameterTomoyuki Kubota2019-09-171-0/+33
* loplugin:constmethod in basicNoel Grandin2019-09-032-2/+2
* Fix typos in codeAndrea Gelmini2019-08-311-1/+1
* Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov2019-06-111-1/+1
* tdf#68339 Other: BASIC Syntax errorJens Carl2019-05-032-0/+182
* Some more WIN32 -> _WIN32Stephan Bergmann2019-03-011-1/+1
* add test for bug tdf#121337Zdeněk Crhonek2018-12-032-0/+40
* 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