summaryrefslogtreecommitdiff
path: root/basic/source/comp
AgeCommit message (Expand)Author
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
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-02Fix typosAndrea Gelmini
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-26pVar != null, so static_cast(pVar) != nullCaolán McNamara
2015-09-18boost->stdCaolán McNamara
2015-09-09Fix previous commitStephan Bergmann
2015-09-08Revert a fix that can never have worked in the first place?Stephan Bergmann
2015-09-05BASIC : SbiParser::DefXXX Only convert the first letter to uppercaseArnaud Versini
2015-08-17BASIC : SbiParser::pBasic is uselessArnaud Versini
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-29convert SBSTRM constants to scoped enumNoel Grandin
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-20com::sun::star->css in basicNoel Grandin
2015-07-02error: 'pGen' was not declared in this scopeMiklos Vajna
2015-07-02BASIC : Remove SbCodeGen attribute from SbiExprNode and user std::unique_ptr.Arnaud Versini
2015-06-28Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-06-16Fix typosAndrea Gelmini
2015-06-13BASIC: Don't use SbiStringPool to pass SbiParser.Arnaud Versini
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-04convert PropertyMode to scoped enumNoel Grandin
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-26BASIC: Remove BasicCharClass::IsLetterTabArnaud Versini
2015-05-17remove unnecessary header fileNoel Grandin
2015-05-12Basic: Doesn't allow non ASCII characters in numeric literalsArnaud Versini
2015-04-30tdf#84435: Mod operator does not deal with decimals as described in helpJulien Nabet