summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2016-01-27BASIC: SbiExpression::IsIntConstant has side effects.Arnaud Versini
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-24BASIC : Remove class SbiDimList and SbiParametersArnaud Versini
2016-01-24BASIC : Remove SbiExprList::pParserArnaud Versini
2016-01-16BASIC : Remove useless virtual function overrideArnaud Versini
2016-01-16BASIC : Remove useless methods in StarBasicArnaud Versini
2016-01-15basic: coverity#1348466 checked returnMichael Stahl
2016-01-13-Werror=misleading-indentation (GCC 6)Stephan Bergmann
2016-01-12loplugin:loopvartoosmallNoel Grandin
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin
2016-01-12BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini
2016-01-11fix windows buildNoel Grandin
2016-01-11loplugin:unusedmethods unused return value in basicNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf
2016-01-07BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini
2016-01-05Fix typosAndrea Gelmini
2016-01-05Fix typosAndrea Gelmini
2016-01-04Use CPPUNIT_ASSERT_DOUBLES_EQUALStephan Bergmann
2016-01-04loplugin:cstylecastStephan Bergmann
2016-01-04tdf#96136 replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUALDipangar Niranjar
2015-12-30BASIC : Remove useless allocation operator overloadArnaud Versini
2015-12-27Remove some includes (stdio/stdlib)Julien Nabet
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
2015-12-27sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin
2015-12-27sal_uIntPtr to sal_uInt32Matteo Casalin
2015-12-23loplugin:unusedfields in basicNoel Grandin
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-15Resolves: #i19221# Print Tab(5); "Hello" does not workDamjan 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-30Get order of expected/actual args to CPPUNIT_ASSERT_EQUAL rightStephan Bergmann
2015-11-29generate better unit test assert messageMarkus Mohrhard
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann
2015-11-25#i117960# Basic: Line Input doesn't work in single-line IfDamjan Jovanovic
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-11new loplugin: memoryvarNoel Grandin
2015-11-10Resolves: #i61854# Basic: Default title of Msgboxes should be changedDamjan Jovanovic
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04Resolves: #i61277# Basic open file with random access erases all data.Damjan Jovanovic
2015-11-04yyyyyNoel Grandin