summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-17tdf#40517 Unit test for question marks in number formatLaurent Balland-Poirier
2016-02-17BASIC : use std::unique_ptr for storing SbiExprListArnaud Versini
2016-02-16tdf#39440: reduce scope of local variablesArnold Dumas
2016-02-16use consistent #define checks for the Windows platformNoel Grandin
2016-02-15cppcheck: unreadVariableCaolán McNamara
2016-02-15fix indentCaolán McNamara
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08BASIC : Use std::unique_ptr in SbiExpression and SbiExpListArnaud Versini
2016-02-08sequence->vector in basicNoel Grandin
2016-02-08sequence->vector in basicNoel Grandin
2016-02-08loplugin:unusedmethodsNoel Grandin
2016-02-08BASIC : Use vector in SbiExprList to avoid any dependenciesArnaud Versini
2016-02-05basic: Merge macro snippet testsMatúš Kukan
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke
2016-02-05Fix typosAndrea Gelmini
2016-02-04loplugin:fpcomparison in basic/Noel Grandin
2016-01-31unnecessary use of OUString constructorNoel Grandin
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