summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxarray.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-03-28tdf#142391 - Store method using 0x13 format only when actually neededAndreas Heinisch1-5/+13
2022-05-31Use more appropriate index variable typeStephan Bergmann1-1/+2
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+1
2022-05-09basic: remove commented out lineXisco Fauli1-1/+0
2022-05-07tdf#148358 - Compare Non-ASCII variable names case-insensitiveAndreas Heinisch1-1/+4
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin1-1/+1
2021-05-10fix some leaks in basicNoel Grandin1-1/+1
2021-04-01cid#1473732 Untrusted loop boundCaolán McNamara1-5/+7
2021-03-30cid#1474044 Untrusted loop boundCaolán McNamara1-6/+6
2021-03-29cid#1474044 Untrusted loop boundCaolán McNamara1-1/+13
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski1-30/+30
2020-12-26BASIC : remove useless using namespaceArnaud Versini1-2/+0
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-2/+2
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski1-141/+16
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-2/+2
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-01-14tdf#122250 Crash when running extensionNoel Grandin1-1/+5
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-2/+2
2018-10-15clang-tidy bugprone-copy-constructor-initNoel Grandin1-14/+0
2018-09-21new loplugin:methodcyclesNoel Grandin1-50/+0
2018-03-29loplugin:unusedmethodsNoel Grandin1-5/+0
2018-02-24Use for range loops in basegfx and basicJulien Nabet1-8/+8
2018-01-15More loplugin:cstylecast: basicStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: basicStephan Bergmann1-7/+7
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-1/+1
2017-08-29rename SBX errorcodes to BASICNoel Grandin1-15/+15
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-20loplugin:constparams in basicNoel Grandin1-1/+1
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin1-1/+1
2017-06-15replace SbxError typedef with ErrCodeNoel Grandin1-1/+1
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-1/+1
2017-06-05Improved loplugin:cstylecast to reference types: basicStephan Bergmann1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-11/+11
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek1-3/+3
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-11/+11
2016-08-16basic: Simplify SbxArrayArnaud Versini1-39/+34
2016-07-11BASIC : Remove useless 16bits Remove function from SbxArrayArnaud Versini1-7/+2
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-9/+9
2016-04-19BASIC : Partially revert SbxArray simplification.Arnaud Versini1-1/+16
2016-04-18BASIC : Simplify SbxArrayArnaud Versini1-23/+4
2016-04-07fix bug in SbxArray::MergeNoel Grandin1-1/+1
2016-03-20BASIC: Calling SbxDimArray::Clear should also call SbxArray.Arnaud Versini1-1/+1
2016-01-12loplugin:loopvartoosmallNoel Grandin1-1/+1
2016-01-12BASIC: Store directly SbxVarEntry in SbxArrayArnaud Versini1-81/+57
2015-12-13BASIC: use c++ foreach loops when possible.Arnaud Versini1-11/+8
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-4/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5