summaryrefslogtreecommitdiff
path: root/basic/source/comp/exprtree.cxx
AgeCommit message (Expand)Author
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-11-09tdf#80731: Only check closing parenthesis when in IDEMike Kaganski
2019-09-03loplugin:constmethod in basicNoel Grandin
2019-05-03tdf#68339 Other: BASIC Syntax errorJens Carl
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen
2019-01-10tdf#112689: Replace chained O(U)StringBuffer::append() with operator+Doğa Deniz Arıcı
2018-12-21use unique_ptr in SbiExpressionNoel Grandin
2018-08-22loplugin:useuniqueptr in SbiExprNodeNoel Grandin
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2017-12-18loplugin:unusedindexMike Kaganski
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-09-20Bin some noise comments and ASCII graphicsTor Lillqvist
2017-07-13loplugin:oncevar: empty strings: basicStephan Bergmann
2017-06-20loplugin:oncevar accessibility..basicNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-31tdf#106529: Revert "tdf#80731 Closing parenthesis is now detected"Katarina Behrens
2017-03-26Fix typosAndrea Gelmini
2017-02-21loplugin:subtlezeroinit: basicStephan Bergmann
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-06-12BASIC : Add SbModule::FindMethodArnaud Versini
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-03-09deref of nullCaolán McNamara
2016-02-22loplugin:commaoperator in basic/Noel Grandin
2016-02-17BASIC : use std::unique_ptr for storing SbiExprListArnaud Versini
2016-02-08BASIC : Use std::unique_ptr in SbiExpression and SbiExpListArnaud Versini
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
2016-01-24BASIC : Remove SbiExprList::pParserArnaud Versini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-07Reduce variable scopeStephan Bergmann
2015-09-09Fix previous commitStephan Bergmann
2015-09-08Revert a fix that can never have worked in the first place?Stephan Bergmann
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-02BASIC : Remove SbCodeGen attribute from SbiExprNode and user std::unique_ptr.Arnaud Versini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-17remove unnecessary header fileNoel Grandin
2014-12-18basic: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17coverity#735399 Logically dead codeCaolán McNamara
2014-06-13loplugin:staticcallStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-07CID#707646 uninitialized member variablesCaolán McNamara
2013-10-02sal_Bool to boolTakeshi Abe
2013-03-09coverity#705627: fix memory leakMarkus Mohrhard
2013-02-28coverity#705626 and coverity#705627: fix memory leakMarkus Mohrhard
2012-11-07basic: String -> OUStringNorbert Thiebaud