summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxarray.cxx
AgeCommit message (Expand)Author
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
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-07-29basic: -Werror=sign-compareMichael Stahl
2014-07-29convert linked list to std::vector in SbxDimArrayNoel Grandin
2014-07-24Drop unused #includesTakeshi Abe
2014-06-26clang: Uninitialized argument valueCaolán McNamara
2014-06-25Remove this weird inheritance from smart-pointer-wrapped class.Kohei Yoshida
2014-06-25Use boost::optional to store alias name.Kohei Yoshida
2014-06-25pData -> mpVarEntries.Kohei Yoshida
2014-06-25Remove this class that only derives from std::vector and not much else.Kohei Yoshida
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-03-28Remove remaining DBG_CTOR etc. remnants from basicStephan Bergmann