Age | Commit message (Expand) | Author | Files | Lines |
2019-12-09 | SbxArray: drop 16-bit indices | Mike Kaganski | 1 | -1/+1 |
2019-12-08 | Fix typo in namefile | Andrea Gelmini | 1 | -0/+0 |
2019-12-07 | tdf#59327: two arguments with the same name is an error | Mike Kaganski | 1 | -0/+9 |
2019-12-07 | tdf#59327: DIM should fail in procedures when same-name argument is present | Mike Kaganski | 3 | -0/+32 |
2019-11-28 | tdf#97983 - Added localization for numeric types | Andreas Heinisch | 1 | -5/+6 |
2019-11-23 | Property Get/Let Basic Statement | LibreOfficiant | 1 | -0/+27 |
2019-11-13 | fix windows builds after commit 7ddedd2594ddcaeed21f46709fdb44601ff641bf | lbenes | 1 | -0/+1 |
2019-11-12 | tdf#42949 Fix IWYU warnings in basic/ | Gabor Kelemen | 7 | -18/+1 |
2019-10-15 | new loplugin:bufferadd | Noel Grandin | 1 | -8/+5 |
2019-09-27 | tdf#62326 - Macros: Converting Hex strings of negative value | Andreas Heinisch | 5 | -72/+65 |
2019-09-18 | Removed executable permission on files | Andrea Gelmini | 1 | -0/+0 |
2019-09-17 | tdf#118544 set correct type for optional parameter | Tomoyuki Kubota | 1 | -0/+33 |
2019-09-03 | loplugin:constmethod in basic | Noel Grandin | 2 | -2/+2 |
2019-08-31 | Fix typos in code | Andrea Gelmini | 1 | -1/+1 |
2019-06-11 | Use hasElements to check Sequence emptiness in accessibility..canvas | Arkadiy Illarionov | 1 | -1/+1 |
2019-05-03 | tdf#68339 Other: BASIC Syntax error | Jens Carl | 2 | -0/+182 |
2019-03-01 | Some more WIN32 -> _WIN32 | Stephan Bergmann | 1 | -1/+1 |
2018-12-03 | add test for bug tdf#121337 | Zdeněk Crhonek | 2 | -0/+40 |
2018-11-13 | Add reference to test code | Stephan Bergmann | 1 | -0/+2 |
2018-11-13 | tdf#121325: Replace all of given length, even if replacement is shorter | Stephan Bergmann | 3 | -0/+55 |
2018-11-10 | clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2 | Tamás Zolnai | 1 | -1/+1 |
2018-09-05 | loplugin:simplifyconstruct in accessibility..bridges | Noel Grandin | 1 | -1/+1 |
2018-07-02 | Small cleanup and simplification | Mike Kaganski | 1 | -14/+12 |
2018-06-30 | Small cleanup | Mike Kaganski | 1 | -5/+1 |
2018-06-29 | tdf#118218: Implement FormatNumber VBA function | Mike Kaganski | 1 | -9/+34 |
2018-06-29 | tdf#118442: Fix incorrect index calculation | Mike Kaganski | 1 | -0/+63 |
2018-05-04 | Removed executable permission on data files | Andrea Gelmini | 1 | -0/+0 |
2018-02-24 | Use for range loops in basegfx and basic | Julien Nabet | 1 | -5/+4 |
2018-01-19 | new loplugin:emptyif | Noel Grandin | 1 | -3/+0 |
2018-01-12 | More loplugin:cstylecast: basic | Stephan Bergmann | 1 | -19/+19 |
2017-12-23 | VBA tests (4) - don't pass when all tests fail | Zdeněk Crhonek | 20 | -120/+27 |
2017-12-22 | VB tests (3)-don't pass whe all tests fail | Zdeněk Crhonek | 18 | -490/+15 |
2017-12-07 | VBA test - error() function | Zdeněk Crhonek | 1 | -4/+4 |
2017-12-06 | VBA test - iserror function test repair, tdf#114232 | Zdeněk Crhonek | 1 | -1/+1 |
2017-12-02 | VBA tests repair (2) - don't pass the test when all tests fail | Zdeněk Crhonek | 4 | -14/+14 |
2017-12-02 | VBA tests - repair tests (Don't pass when all tests fail) | Zdeněk Crhonek | 3 | -4/+4 |
2017-11-24 | Don't pass the test when all tests fail | Eike Rathke | 1 | -29/+38 |
2017-10-17 | Seems that testMiscOLEStuff() works only as 64-bit on a current Windows 10 | Tor Lillqvist | 2 | -29/+5 |
2017-10-10 | basic: consistently use "" and <> in include directives | Mike Kaganski | 1 | -1/+1 |
2017-10-05 | Rename and move SAL_U/W to o3tl::toU/W | Mike Kaganski | 1 | -1/+2 |
2017-09-30 | Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode* | Mike Kaganski | 1 | -2/+1 |
2017-09-18 | Some more WIN32_LEAN_AND_MEAN | Mike Kaganski | 1 | -0/+3 |
2017-08-24 | VBA tests-add VAL,VARTYPE,WEEKDAY,WEEKDAYNAME,YEAR tests | Zdeněk Crhonek | 6 | -0/+420 |
2017-08-17 | Fix typos | Andrea Gelmini | 1 | -1/+1 |
2017-08-08 | VBA functions tests-SYD, TIMESERIAL, TIMEVALUE, TRIM, TYPENAME, UBOUND,UCASE | Zdeněk Crhonek | 8 | -0/+486 |
2017-08-03 | VBA tests- add functions STRING,STRREVERSE,SWITCH | Zdeněk Crhonek | 4 | -0/+216 |
2017-08-02 | VBA tests - STR and STRCOMP functions | Zdeněk Crhonek | 3 | -0/+173 |
2017-07-24 | VBA tests-functions RIGHT,RTRIM,SECOND,SGN,SIN,SLN,SPACE,SQR | Zdeněk Crhonek | 9 | -0/+532 |
2017-07-21 | migrate to boost::gettext | Caolán McNamara | 1 | -1/+0 |
2017-07-14 | tdf#103104 Allow line-continuation followed by a dot in BASIC | Takeshi Abe | 1 | -0/+38 |