summaryrefslogtreecommitdiff
path: root/basic/source/comp
AgeCommit message (Expand)AuthorFilesLines
2016-03-09deref of nullCaolán McNamara1-2/+2
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin2-5/+4
2016-02-22loplugin:commaoperator in basic/Noel Grandin7-24/+95
2016-02-22WaE vs2015 truncation of literal on static_castNorbert Thiebaud1-0/+7
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-17BASIC : use std::unique_ptr for storing SbiExprListArnaud Versini3-43/+30
2016-02-09Remove excess newlinesChris Sherlock3-6/+0
2016-02-08BASIC : Use std::unique_ptr in SbiExpression and SbiExpListArnaud Versini2-36/+25
2016-02-08loplugin:unusedmethodsNoel Grandin1-12/+0
2016-02-08BASIC : Use vector in SbiExprList to avoid any dependenciesArnaud Versini2-72/+17
2016-01-27BASIC: SbiExpression::IsIntConstant has side effects.Arnaud Versini2-3/+3
2016-01-24BASIC : Remove class SbiDimList and SbiParametersArnaud Versini2-63/+50
2016-01-24BASIC : Remove SbiExprList::pParserArnaud Versini2-13/+11
2016-01-11loplugin:unusedmethods unused return value in basicNoel Grandin1-20/+5
2016-01-07BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini1-3/+2
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-12-27Remove some includes (stdio/stdlib)Julien Nabet1-1/+0
2015-12-22BASIC : Refactor FoldConstants for extracting it from SwExprNode.Arnaud Versini1-159/+183
2015-12-20cppcheck: false positive deallocuseJulien Nabet1-11/+4
2015-12-16Resolves: #i126272# compile error : if statement followed by End If...Damjan Jovanovic1-1/+1
2015-12-13BASIC: use c++ foreach loops when possible.Arnaud Versini2-7/+3
2015-12-10DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann1-901/+0
2015-11-25#i117960# Basic: Line Input doesn't work in single-line IfDamjan Jovanovic1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann11-93/+93
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-10/+10
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-15/+17
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-12/+12
2015-10-07Reduce variable scopeStephan Bergmann1-2/+1
2015-10-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara1-2/+1
2015-10-06clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-10-01loplugin:unusedmethodsNoel Grandin1-13/+12
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-6/+6
2015-09-26pVar != null, so static_cast(pVar) != nullCaolán McNamara1-18/+16
2015-09-18boost->stdCaolán McNamara4-14/+14
2015-09-09Fix previous commitStephan Bergmann1-1/+2
2015-09-08Revert a fix that can never have worked in the first place?Stephan Bergmann1-9/+2
2015-09-05BASIC : SbiParser::DefXXX Only convert the first letter to uppercaseArnaud Versini1-2/+3
2015-08-17BASIC : SbiParser::pBasic is uselessArnaud Versini1-1/+0
2015-08-11loplugin: defaultparamsNoel Grandin2-2/+2
2015-07-29convert SBSTRM constants to scoped enumNoel Grandin1-7/+7
2015-07-28inline "old" SbERR constantsNoel Grandin13-157/+157
2015-07-28inline the "old" SbxErr constantsNoel Grandin1-4/+4
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin2-8/+8
2015-07-20com::sun::star->css in basicNoel Grandin2-5/+5
2015-07-02error: 'pGen' was not declared in this scopeMiklos Vajna1-1/+1
2015-07-02BASIC : Remove SbCodeGen attribute from SbiExprNode and user std::unique_ptr.Arnaud Versini3-127/+114