summaryrefslogtreecommitdiff
path: root/basic/source/comp
AgeCommit message (Expand)Author
2017-07-20loplugin:constparams in basicNoel Grandin
2017-07-14tdf#103104 Allow line-continuation followed by a dot in BASICTakeshi Abe
2017-07-13loplugin:oncevar: empty strings: basicStephan Bergmann
2017-07-13loplugin:oncevar for value-dependent constant expressionsStephan Bergmann
2017-07-02loplugin:casttovoid: basicStephan Bergmann
2017-06-23loplugin:unusedfields in accessibility..comphelperNoel Grandin
2017-06-21convert ErrCode to strong typedefNoel Grandin
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin
2017-06-15drop SbError typedefNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-24tdf#93727 Support date literals in basicGrzegorz Araminowicz
2017-05-24basic: Stop detecting the number of tokens at runtimeTakeshi Abe
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin
2017-05-15Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M
2017-05-15basic: Fix VBA constant vbNewLine with unit testTakeshi Abe
2017-05-12basic: Remove strange ifdef-guard for SHAREDTakeshi Abe
2017-05-10basic: Compare with keywords without creating temporary stringsTakeshi Abe
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin
2017-04-28loplugin:salunicodeliteral: basicStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-24BASIC: Call OUString() instead of OUString("");Arnaud Versini
2017-04-23BASIC: Make TokenLabelInfo a singleton, never modified and simplify it.Arnaud Versini
2017-03-31tdf#106529: Revert "tdf#80731 Closing parenthesis is now detected"Katarina Behrens
2017-03-28tdf#39468 Translate German commentsJens Carl
2017-03-26Fix typosAndrea Gelmini
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-22Prevent calls to rtl/character.hxx functions with (signed) char argumentsStephan Bergmann
2017-02-28VBA: allow and ignore compiler directivesJustin Luth
2017-02-27VBA: accept the PtrSafe keywordJustin Luth
2017-02-21Fix typos/translations, following 04644956e53dAndrea Gelmini
2017-02-21loplugin:subtlezeroinit: basicStephan Bergmann
2017-02-05Related tdf#105473: Crash in: ScRangeList::operator[]Julien Nabet
2017-01-27Just pass in OUString directlyStephan Bergmann
2017-01-27Just pass in OUString directlyStephan Bergmann
2017-01-16new loplugin: useuniqueptr: basicNoel Grandin
2016-12-13OSL_TRACE->SAL in avmedia..canvasNoel Grandin
2016-12-02oops, wasn't supposed to commit thatNoel Grandin
2016-12-02use early return to simplify flowNoel Grandin
2016-11-30tdf#80731 Closing parenthesis is now detected (Mid statement and functions).Pierre Lepage
2016-11-02loplugin:singlevalfieldsNoel Grandin
2016-10-19loplugin:expandablemethodds in basctl..chart2Noel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-10-03Fix typosAndrea Gelmini
2016-09-16loplugin:singlevalfields in basic..idlNoel Grandin
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka
2016-08-22Avoid OUString::operator[] out-of-bounds assertion when line ends with "&"Stephan Bergmann