summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxbase.cxx
AgeCommit message (Expand)Author
2020-08-04Remove dead codeStephan Bergmann
2020-07-30fix shutdown crash in basicNoel Grandin
2020-03-24Clear SbxAppData::m_aGlobErr earlyStephan Bergmann
2020-02-08move some headers inside basicNoel Grandin
2020-01-26rename some local variablesNoel Grandin
2019-12-29Avoid crash in shutdown when accessing already destroyed BASIC_DLLMike Kaganski
2019-12-06tdf#129227: this was always appending, not prependingMike Kaganski
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-03-16Simplify containers iterations in basctl, basegfx, basic, bridgesArkadiy Illarionov
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen
2019-01-16o3tl::make_unique -> std::make_unique in basctl...bridgesGabor Kelemen
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-03-29loplugin:virtualdown in basctl,basicNoel Grandin
2018-01-15More loplugin:cstylecast: basicStephan Bergmann
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
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-05-12loplugin:constantparamNoel Grandin
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-14loplugin:constantparam in accessibility to basicNoel Grandin
2016-08-29BASIC : Remove useless SbxBase::GetCreatorArnaud Versini
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka
2016-08-15basic: SbxBase should be abstractArnaud Versini
2016-08-13BASIC: Use more often std::unique_ptrArnaud Versini
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-01-12loplugin:unusedmethods unused return value in include/basicNoel Grandin
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-26basic: replace boost::ptr_vector with std::vector<std::unqiue_ptr>Michael Stahl
2015-08-26Clean up aEmptyStrStephan Bergmann
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-17basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl
2015-03-24loplugin:constantfunction: basicNoel Grandin
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee
2014-10-23fdo#84935: basic: avoid silly SolarMutex asserts on exit on MacMichael Stahl
2014-10-23basic: move SbxAppData to a BasicDLL memberMichael Stahl
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin