summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxarray.cxx
AgeCommit message (Expand)Author
2021-05-10fix some leaks in basicNoel Grandin
2021-04-01cid#1473732 Untrusted loop boundCaolán McNamara
2021-03-30cid#1474044 Untrusted loop boundCaolán McNamara
2021-03-29cid#1474044 Untrusted loop boundCaolán McNamara
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2020-12-26BASIC : remove useless using namespaceArnaud Versini
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-09-01Fix '..'Andrea Gelmini
2019-01-14tdf#122250 Crash when running extensionNoel Grandin
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-10-15clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-09-21new loplugin:methodcyclesNoel Grandin
2018-03-29loplugin:unusedmethodsNoel Grandin
2018-02-24Use for range loops in basegfx and basicJulien Nabet
2018-01-15More loplugin:cstylecast: basicStephan Bergmann
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-08-29rename SBX errorcodes to BASICNoel Grandin
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-07-20loplugin:constparams in basicNoel Grandin
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: basicStephan Bergmann
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-08-16basic: Simplify SbxArrayArnaud Versini
2016-07-11BASIC : Remove useless 16bits Remove function from SbxArrayArnaud Versini
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-04-19BASIC : Partially revert SbxArray simplification.Arnaud Versini
2016-04-18BASIC : Simplify SbxArrayArnaud Versini
2016-04-07fix bug in SbxArray::MergeNoel Grandin
2016-03-20BASIC: Calling SbxDimArray::Clear should also call SbxArray.Arnaud Versini
2016-01-12loplugin:loopvartoosmallNoel Grandin
2016-01-12BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini
2015-12-13BASIC: use c++ foreach loops when possible.Arnaud Versini
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-01-20Some more loplugin:cstylecast: basicStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin