summaryrefslogtreecommitdiffstats
path: root/basic/source/sbx/sbxarray.cxx
Commit message (Expand)AuthorAgeFilesLines
* tdf#122250 Crash when running extensionNoel Grandin2019-01-151-1/+5
* Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski2018-11-101-2/+2
* clang-tidy bugprone-copy-constructor-initNoel Grandin2018-10-151-14/+0
* new loplugin:methodcyclesNoel Grandin2018-09-211-50/+0
* loplugin:unusedmethodsNoel Grandin2018-03-291-5/+0
* Use for range loops in basegfx and basicJulien Nabet2018-02-241-8/+8
* More loplugin:cstylecast: basicStephan Bergmann2018-01-151-1/+1
* More loplugin:cstylecast: basicStephan Bergmann2018-01-121-7/+7
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-101-1/+1
* rename SBX errorcodes to BASICNoel Grandin2017-08-291-15/+15
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* loplugin:constparams in basicNoel Grandin2017-07-201-1/+1
* s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin2017-06-211-1/+1
* replace SbxError typedef with ErrCodeNoel Grandin2017-06-151-1/+1
* replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2017-06-061-1/+1
* Improved loplugin:cstylecast to reference types: basicStephan Bergmann2017-06-051-1/+1
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-021-11/+11
* tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek2016-10-181-3/+3
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-101-11/+11
* basic: Simplify SbxArrayArnaud Versini2016-08-161-39/+34
* BASIC : Remove useless 16bits Remove function from SbxArrayArnaud Versini2016-07-111-7/+2
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-9/+9
* BASIC : Partially revert SbxArray simplification.Arnaud Versini2016-04-191-1/+16
* BASIC : Simplify SbxArrayArnaud Versini2016-04-181-23/+4
* fix bug in SbxArray::MergeNoel Grandin2016-04-071-1/+1
* BASIC: Calling SbxDimArray::Clear should also call SbxArray.Arnaud Versini2016-03-201-1/+1
* loplugin:loopvartoosmallNoel Grandin2016-01-121-1/+1
* BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini2016-01-121-81/+57
* BASIC: use c++ foreach loops when possible.Arnaud Versini2015-12-131-11/+8
* loplugin:unnecessaryvirtualNoel Grandin2015-11-171-4/+2
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-2/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-5/+5
* inline the "old" SbxErr constantsNoel Grandin2015-07-281-16/+16
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-281-19/+19
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* loplugin:loopvartoosmallNoel Grandin2015-05-291-2/+2
* Some more loplugin:cstylecast: basicStephan Bergmann2015-01-201-1/+1
* remove unnecessary parenthesesNoel Grandin2015-01-161-1/+1
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-221-1/+3
* loplugin: cstylecastNoel Grandin2014-10-021-3/+3
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-261-2/+2
* remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin2014-09-261-1/+1
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-261-5/+5
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-221-0/+1
* basic: -Werror=sign-compareMichael Stahl2014-07-291-1/+3
* convert linked list to std::vector in SbxDimArrayNoel Grandin2014-07-291-61/+40
* Drop unused #includesTakeshi Abe2014-07-241-1/+0
* clang: Uninitialized argument valueCaolán McNamara2014-06-261-6/+4
* Remove this weird inheritance from smart-pointer-wrapped class.Kohei Yoshida2014-06-251-114/+122
* Use boost::optional to store alias name.Kohei Yoshida2014-06-251-26/+17