summaryrefslogtreecommitdiff
path: root/basic/source/comp
AgeCommit message (Expand)Author
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
2016-01-24BASIC : Remove SbiExprList::pParserArnaud Versini
2016-01-11loplugin:unusedmethods unused return value in basicNoel Grandin
2016-01-07BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini
2016-01-05Fix typosAndrea Gelmini
2015-12-27Remove some includes (stdio/stdlib)Julien Nabet
2015-12-22BASIC : Refactor FoldConstants for extracting it from SwExprNode.Arnaud Versini
2015-12-20cppcheck: false positive deallocuseJulien Nabet
2015-12-16Resolves: #i126272# compile error : if statement followed by End If...Damjan Jovanovic
2015-12-13BASIC: use c++ foreach loops when possible.Arnaud Versini
2015-12-10DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann
2015-11-25#i117960# Basic: Line Input doesn't work in single-line IfDamjan Jovanovic
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07Reduce variable scopeStephan Bergmann
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann