summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2016-04-06Avoid reserved identifierStephan Bergmann1-3/+3
2016-04-06Avoid reserved identifiersStephan Bergmann5-26/+26
2016-04-06Turn SbiOpcode into scoped enumStephan Bergmann9-199/+199
2016-04-06Avoid reserved identifiersStephan Bergmann8-281/+281
2016-04-04BASIC : Use a vector to store the argv stackArnaud Versini2-17/+13
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke1-2/+4
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan2-2/+2
2016-04-04tdf#97499 Fixed containers parameters clearing #2tymyjan2-2/+2
2016-04-03BASIC : Use a vector to store the go sub stack.Arnaud Versini2-40/+21
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-23loplugin:constantparam in basicNoel Grandin2-6/+6
2016-03-20BASIC: Calling SbxDimArray::Clear should also call SbxArray.Arnaud Versini1-1/+1
2016-03-20BASIC : Use std::vector in SbiRuntime to save referencesArnaud Versini2-48/+4
2016-03-17loplugin:constantparam in toolsNoel Grandin2-26/+26
2016-03-14coverity#1355498 assume Unchecked return value is deliberateCaolán McNamara1-1/+1
2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann2-4/+4
2016-03-09deref of nullCaolán McNamara1-2/+2
2016-03-09loplugin:constantparam in basicNoel Grandin1-2/+2
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