summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2016-04-13loplugin:passstuffbyref in basicNoel Grandin6-12/+12
2016-04-13Related tdf#99089: avoid second crashJulien Nabet1-1/+1
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-12Avoid reserved identifierStephan Bergmann1-5/+5
2016-04-12Avoid reserved identifiersStephan Bergmann1-393/+393
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-04-11BASIC: Remove useless static_cast from basmgr.cxxArnaud Versini1-23/+20
2016-04-11Avoid reserved identifierStephan Bergmann1-8/+8
2016-04-11Remove an useless check I had addedJulien Nabet1-1/+1
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin9-41/+33
2016-04-11make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin2-10/+7
2016-04-10tdf#99089: avoid some crashes in BasicJulien Nabet2-2/+2
2016-04-07fix bug in SbxArray::MergeNoel Grandin1-1/+1
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