summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2016-03-08tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo4-12/+28
2016-03-08Remove ancient StarPortal leftoversStephan Bergmann4-160/+0
2016-03-07basic: tdf#87530 if a new password is set, must set mbLoadedSource flagMichael Stahl1-0/+10
2016-03-07basic: tdf#87530 don't copy storage that doesn't existMichael Stahl1-2/+15
2016-03-07tdf84938 Replaced Sb_Attr_ defined constants with enum class in runtime.hxxSteven Guo3-24/+31
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin2-8/+4
2016-03-03loplugin:unuseddefaultparams in basicNoel Grandin9-42/+28
2016-03-02tdf#84938 Change average enum for scoped enumbaltasarq2-23/+25
2016-02-26tdf#84938 Eliminate B_xxx defines in filefmt.hxx for FileOffset scoped enum.baltasarq2-40/+44
2016-02-25coverity#1231668 Unchecked return valueCaolán McNamara1-1/+3
2016-02-25change to SearchOptions2Eike Rathke1-4/+5
2016-02-24simply the SbxRes stuff, inheriting from OUString is ickyNoel Grandin7-33/+23
2016-02-24Removing #defines for String_XXX in sbxres.hxxbaltasarq7-42/+44
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