summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Related tdf#99089: avoid second crashJulien Nabet2016-04-131-1/+1
* Avoid reserved identifierStephan Bergmann2016-04-121-2/+2
* Avoid reserved identifierStephan Bergmann2016-04-121-5/+5
* Avoid reserved identifiersStephan Bergmann2016-04-121-393/+393
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-121-1/+0
* BASIC: Remove useless static_cast from basmgr.cxxArnaud Versini2016-04-111-23/+20
* Avoid reserved identifierStephan Bergmann2016-04-111-8/+8
* Remove an useless check I had addedJulien Nabet2016-04-111-1/+1
* clang-tidy performance-unnecessary-value-param in basicNoel Grandin2016-04-119-41/+33
* make GetGlobalUNOConstant and GetUNOConstant take an OUStringNoel Grandin2016-04-112-10/+7
* tdf#99089: avoid some crashes in BasicJulien Nabet2016-04-102-2/+2
* fix bug in SbxArray::MergeNoel Grandin2016-04-071-1/+1
* Avoid reserved identifierStephan Bergmann2016-04-061-3/+3
* Avoid reserved identifiersStephan Bergmann2016-04-065-26/+26
* Turn SbiOpcode into scoped enumStephan Bergmann2016-04-069-199/+199
* Avoid reserved identifiersStephan Bergmann2016-04-068-281/+281
* BASIC : Use a vector to store the argv stackArnaud Versini2016-04-042-17/+13
* tdf#94306 replace boost::noncopyable in ..Jochen Nitschke2016-04-041-2/+4
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-042-2/+2
* tdf#97499 Fixed containers parameters clearing #2tymyjan2016-04-042-2/+2
* BASIC : Use a vector to store the go sub stack.Arnaud Versini2016-04-032-40/+21
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* loplugin:constantparam in basicNoel Grandin2016-03-232-6/+6
* BASIC: Calling SbxDimArray::Clear should also call SbxArray.Arnaud Versini2016-03-201-1/+1
* BASIC : Use std::vector in SbiRuntime to save referencesArnaud Versini2016-03-202-48/+4
* loplugin:constantparam in toolsNoel Grandin2016-03-172-26/+26
* coverity#1355498 assume Unchecked return value is deliberateCaolán McNamara2016-03-141-1/+1
* Extract Directories from BootstrapFixtureBaseStephan Bergmann2016-03-102-4/+4
* deref of nullCaolán McNamara2016-03-091-2/+2
* loplugin:constantparam in basicNoel Grandin2016-03-091-2/+2
* tdf#94306 Replace boost::noncopyable with plain C++11 deleted copy ctorsSteven Guo2016-03-084-12/+28
* Remove ancient StarPortal leftoversStephan Bergmann2016-03-084-160/+0
* basic: tdf#87530 if a new password is set, must set mbLoadedSource flagMichael Stahl2016-03-071-0/+10
* basic: tdf#87530 don't copy storage that doesn't existMichael Stahl2016-03-071-2/+15
* tdf84938 Replaced Sb_Attr_ defined constants with enum class in runtime.hxxSteven Guo2016-03-073-24/+31
* loplugin:unuseddefaultparam in variousNoel Grandin2016-03-072-8/+4
* loplugin:unuseddefaultparams in basicNoel Grandin2016-03-039-42/+28
* tdf#84938 Change average enum for scoped enumbaltasarq2016-03-022-23/+25
* tdf#84938 Eliminate B_xxx defines in filefmt.hxx for FileOffset scoped enum.baltasarq2016-02-262-40/+44
* coverity#1231668 Unchecked return valueCaolán McNamara2016-02-251-1/+3
* change to SearchOptions2Eike Rathke2016-02-251-4/+5
* simply the SbxRes stuff, inheriting from OUString is ickyNoel Grandin2016-02-247-33/+23
* Removing #defines for String_XXX in sbxres.hxxbaltasarq2016-02-247-42/+44
* Actually, why passive voice?Tor Lillqvist2016-02-221-1/+1
* Fix mis-translated German commentTor Lillqvist2016-02-221-1/+1
* loplugin:commaoperator in basic/Noel Grandin2016-02-2214-42/+156
* BASIC : Add tools::make_ref and simplify SvRef usageArnaud Versini2016-02-226-73/+53
* WaE vs2015 truncation of literal on static_castNorbert Thiebaud2016-02-221-0/+7
* use consistent #define checks for the Windows platformNoel Grandin2016-02-178-12/+12
* tdf#40517 Unit test for question marks in number formatLaurent Balland-Poirier2016-02-171-0/+4