summaryrefslogtreecommitdiff
path: root/basic/source/comp
AgeCommit message (Expand)Author
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
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini
2016-08-08BASIC: Move SbiParser's destructor to cpp file.Arnaud Versini
2016-08-04loplugin:countusersofdefaultparams in basctl..basicNoel Grandin
2016-07-31BASIC: Remove completly useless osl/thread includeArnaud Versini
2016-07-03Improve readability of OUString concatanation in LibPageMuhammet Kara
2016-06-27loplugin:singlevalfields in basic and fix leakNoel Grandin
2016-06-12BASIC : Add SbModule::FindMethodArnaud Versini
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-05-09tdf#99589 tolower / toupper - dangerous to Turks ...Krishna Keshav
2016-05-08BASIC : Remove an useless static_cast and use make_uniqueArnaud Versini
2016-05-07BASIC: SbiParser Remove useless static_cast and indent the code correctly.Arnaud Versini
2016-05-06teach passstuffbyref plugin to check for..Noel Grandin
2016-05-01Fix typo in codeAndrea Gelmini
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin
2016-04-17tdf#99357: Basic, return if .with pNode nullJulien Nabet
2016-04-06Avoid reserved identifiersStephan Bergmann
2016-04-06Turn SbiOpcode into scoped enumStephan Bergmann
2016-04-06Avoid reserved identifiersStephan Bergmann
2016-03-09deref of nullCaolán McNamara
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin
2016-02-22loplugin:commaoperator in basic/Noel Grandin
2016-02-22WaE vs2015 truncation of literal on static_castNorbert Thiebaud
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-17BASIC : use std::unique_ptr for storing SbiExprListArnaud Versini
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08BASIC : Use std::unique_ptr in SbiExpression and SbiExpListArnaud Versini
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-02-08BASIC : Use vector in SbiExprList to avoid any dependenciesArnaud Versini
2016-01-27BASIC: SbiExpression::IsIntConstant has side effects.Arnaud Versini
2016-01-24BASIC : Remove class SbiDimList and SbiParametersArnaud Versini