summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)Author
2016-02-26tdf#84938 Eliminate B_xxx defines in filefmt.hxx for FileOffset scoped enum.baltasarq
2016-02-25coverity#1231668 Unchecked return valueCaolán McNamara
2016-02-25change to SearchOptions2Eike Rathke
2016-02-24simply the SbxRes stuff, inheriting from OUString is ickyNoel Grandin
2016-02-24Removing #defines for String_XXX in sbxres.hxxbaltasarq
2016-02-22Actually, why passive voice?Tor Lillqvist
2016-02-22Fix mis-translated German commentTor Lillqvist
2016-02-22loplugin:commaoperator in basic/Noel Grandin
2016-02-22BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini
2016-02-22WaE vs2015 truncation of literal on static_castNorbert Thiebaud
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