summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2016-02-051-1/+1
* loplugin:fpcomparison in basic/Noel Grandin2016-02-042-2/+2
* unnecessary use of OUString constructorNoel Grandin2016-01-311-3/+3
* BASIC: SbiExpression::IsIntConstant has side effects.Arnaud Versini2016-01-273-5/+5
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-252-5/+5
* BASIC : Remove class SbiDimList and SbiParametersArnaud Versini2016-01-244-81/+55
* BASIC : Remove SbiExprList::pParserArnaud Versini2016-01-243-17/+13
* BASIC : Remove useless virtual function overrideArnaud Versini2016-01-162-7/+0
* BASIC : Remove useless methods in StarBasicArnaud Versini2016-01-162-20/+10
* basic: coverity#1348466 checked returnMichael Stahl2016-01-151-5/+10
* -Werror=misleading-indentation (GCC 6)Stephan Bergmann2016-01-131-1/+2
* loplugin:loopvartoosmallNoel Grandin2016-01-121-1/+1
* loplugin:unusedmethods unused return value in include/basicNoel Grandin2016-01-126-37/+26
* BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini2016-01-121-81/+57
* fix windows buildNoel Grandin2016-01-111-1/+0
* loplugin:unusedmethods unused return value in basicNoel Grandin2016-01-116-30/+14
* Fix typosAndrea Gelmini2016-01-103-3/+3
* Some cleanup for sal_uIntPtr usageJohannes Hauf2016-01-074-22/+22
* BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini2016-01-074-77/+47
* Fix typosAndrea Gelmini2016-01-051-1/+1
* Fix typosAndrea Gelmini2016-01-057-8/+8
* Use CPPUNIT_ASSERT_DOUBLES_EQUALStephan Bergmann2016-01-041-42/+42
* loplugin:cstylecastStephan Bergmann2016-01-041-40/+40
* tdf#96136 replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUALDipangar Niranjar2016-01-041-428/+428
* BASIC : Remove useless allocation operator overloadArnaud Versini2015-12-301-15/+0
* Remove some includes (stdio/stdlib)Julien Nabet2015-12-271-1/+0
* sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin2015-12-274-4/+4
* sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin2015-12-271-1/+1
* sal_uIntPtr to sal_uInt32Matteo Casalin2015-12-271-3/+3
* loplugin:unusedfields in basicNoel Grandin2015-12-238-32/+13
* BASIC : Refactor FoldConstants for extracting it from SwExprNode.Arnaud Versini2015-12-222-159/+189
* cppcheck: false positive deallocuseJulien Nabet2015-12-201-11/+4
* Resolves: #i126272# compile error : if statement followed by End If...Damjan Jovanovic2015-12-161-1/+1
* Resolves: #i19221# Print Tab(5); "Hello" does not workDamjan Jovanovic2015-12-153-1/+17
* BASIC: use c++ foreach loops when possible.Arnaud Versini2015-12-136-29/+18
* DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann2015-12-107-977/+0
* Get order of expected/actual args to CPPUNIT_ASSERT_EQUAL rightStephan Bergmann2015-11-301-6/+6
* generate better unit test assert messageMarkus Mohrhard2015-11-291-13/+13
* Adapt to true wchar_t in clang-clStephan Bergmann2015-11-281-1/+5
* #i117960# Basic: Line Input doesn't work in single-line IfDamjan Jovanovic2015-11-251-1/+2
* loplugin:unusedfields variousNoel Grandin2015-11-251-7/+0
* use comphelper::containerToSequenceNoel Grandin2015-11-191-4/+2
* remove unused typedefs and inline use-once typedefsNoel Grandin2015-11-181-4/+3
* loplugin:unnecessaryvirtualNoel Grandin2015-11-174-36/+3
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-47/+59
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-1117-56/+0
* new loplugin: memoryvarNoel Grandin2015-11-112-11/+11
* Resolves: #i61854# Basic: Default title of Msgboxes should be changedDamjan Jovanovic2015-11-101-1/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1058-938/+938
* new loplugin: oncevarNoel Grandin2015-11-093-9/+4