summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* use Any constructor instead of temporariesNoel Grandin2016-05-042-17/+5
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-2/+1
* Fix typo in codeAndrea Gelmini2016-05-011-6/+6
* Fix typosAndrea Gelmini2016-05-011-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-3/+3
* clang-tidy modernize-loop-convert in b*Noel Grandin2016-04-214-11/+8
* new plugin stylepoliceNoel Grandin2016-04-212-7/+7
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-206-15/+15
* BASIC : Partially revert SbxArray simplification.Arnaud Versini2016-04-191-1/+16
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-1/+1
* clean-up: unused using declarations and includesJochen Nitschke2016-04-181-3/+0
* BASIC : Simplify SbxArrayArnaud Versini2016-04-181-23/+4
* Remove needless typedef from basic/qa/cppunit/basic_coverage.cxxRyan McCoskrie2016-04-181-6/+5
* tdf#99357: Basic, return if .with pNode nullJulien Nabet2016-04-171-0/+2
* remove tools/solarmutex.hxxNoel Grandin2016-04-151-3/+7
* loplugin:passstuffbyref in basicNoel Grandin2016-04-136-12/+12
* 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