summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2016-02-08BASIC : Use std::unique_ptr in SbiExpression and SbiExpListArnaud Versini3-41/+30
2016-02-08sequence->vector in basicNoel Grandin3-7/+6
2016-02-08sequence->vector in basicNoel Grandin2-20/+17
2016-02-08loplugin:unusedmethodsNoel Grandin4-16/+0
2016-02-08BASIC : Use vector in SbiExprList to avoid any dependenciesArnaud Versini3-76/+19
2016-02-05basic: Merge macro snippet testsMatúš Kukan13-375/+217
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke1-1/+1
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-02-04loplugin:fpcomparison in basic/Noel Grandin2-2/+2
2016-01-31unnecessary use of OUString constructorNoel Grandin1-3/+3
2016-01-27BASIC: SbiExpression::IsIntConstant has side effects.Arnaud Versini3-5/+5
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-5/+5
2016-01-24BASIC : Remove class SbiDimList and SbiParametersArnaud Versini4-81/+55
2016-01-24BASIC : Remove SbiExprList::pParserArnaud Versini3-17/+13
2016-01-16BASIC : Remove useless virtual function overrideArnaud Versini2-7/+0
2016-01-16BASIC : Remove useless methods in StarBasicArnaud Versini2-20/+10
2016-01-15basic: coverity#1348466 checked returnMichael Stahl1-5/+10
2016-01-13-Werror=misleading-indentation (GCC 6)Stephan Bergmann1-1/+2
2016-01-12loplugin:loopvartoosmallNoel Grandin1-1/+1
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin6-37/+26
2016-01-12BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini1-81/+57
2016-01-11fix windows buildNoel Grandin1-1/+0
2016-01-11loplugin:unusedmethods unused return value in basicNoel Grandin6-30/+14
2016-01-10Fix typosAndrea Gelmini3-3/+3
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf4-22/+22
2016-01-07BASIC : use std::vector instead of SbArray for Modules.Arnaud Versini4-77/+47
2016-01-05Fix typosAndrea Gelmini1-1/+1
2016-01-05Fix typosAndrea Gelmini7-8/+8
2016-01-04Use CPPUNIT_ASSERT_DOUBLES_EQUALStephan Bergmann1-42/+42
2016-01-04loplugin:cstylecastStephan Bergmann1-40/+40
2016-01-04tdf#96136 replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUALDipangar Niranjar1-428/+428
2015-12-30BASIC : Remove useless allocation operator overloadArnaud Versini1-15/+0
2015-12-27Remove some includes (stdio/stdlib)Julien Nabet1-1/+0
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin4-4/+4
2015-12-27sal_uLong/sal_uIntPtr for ScNumFormatAbbrevMatteo Casalin1-1/+1
2015-12-27sal_uIntPtr to sal_uInt32Matteo Casalin1-3/+3
2015-12-23loplugin:unusedfields in basicNoel Grandin8-32/+13
2015-12-22BASIC : Refactor FoldConstants for extracting it from SwExprNode.Arnaud Versini2-159/+189
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-15Resolves: #i19221# Print Tab(5); "Hello" does not workDamjan Jovanovic3-1/+17
2015-12-13BASIC: use c++ foreach loops when possible.Arnaud Versini6-29/+18
2015-12-10DBG_TRACE_BASIC/PROFILING had been rotting for quite some time nowStephan Bergmann7-977/+0
2015-11-30Get order of expected/actual args to CPPUNIT_ASSERT_EQUAL rightStephan Bergmann1-6/+6
2015-11-29generate better unit test assert messageMarkus Mohrhard1-13/+13
2015-11-28Adapt to true wchar_t in clang-clStephan Bergmann1-1/+5
2015-11-25#i117960# Basic: Line Input doesn't work in single-line IfDamjan Jovanovic1-1/+2
2015-11-25loplugin:unusedfields variousNoel Grandin1-7/+0
2015-11-19use comphelper::containerToSequenceNoel Grandin1-4/+2
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin1-4/+3