summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2016-02-22Actually, why passive voice?Tor Lillqvist1-1/+1
2016-02-22Fix mis-translated German commentTor Lillqvist1-1/+1
2016-02-22loplugin:commaoperator in basic/Noel Grandin14-42/+156
2016-02-22BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini6-73/+53
2016-02-22WaE vs2015 truncation of literal on static_castNorbert Thiebaud1-0/+7
2016-02-17use consistent #define checks for the Windows platformNoel Grandin8-12/+12
2016-02-17tdf#40517 Unit test for question marks in number formatLaurent Balland-Poirier1-0/+4
2016-02-17BASIC : use std::unique_ptr for storing SbiExprListArnaud Versini5-49/+37
2016-02-16tdf#39440: reduce scope of local variablesArnold Dumas1-4/+1
2016-02-16use consistent #define checks for the Windows platformNoel Grandin2-7/+7
2016-02-15cppcheck: unreadVariableCaolán McNamara1-22/+20
2016-02-15fix indentCaolán McNamara1-7/+7
2016-02-12tdf#95857 Sort out German plurals ...danielt9983-8/+8
2016-02-09Remove excess newlinesChris Sherlock26-117/+0
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