summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxobj.cxx
AgeCommit message (Expand)Author
2023-11-20Extended loplugin:ostr: basicStephan Bergmann
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski
2023-03-28tdf#142391 - Store method using 0x13 format only when actually neededAndreas Heinisch
2022-08-22tdf#150139 - Add a concrete name to the error messageAndreas Heinisch
2022-08-10Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann
2022-06-20tdf#149622: also clear return value before calling method from SbxObject::CallMike Kaganski
2021-05-10fix some leaks in basicNoel Grandin
2021-03-09Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski
2020-05-28loplugin:simplifybool in accessibility..basicNoel Grandin
2020-04-19loplugin:flatten in basicNoel Grandin
2020-02-08move some headers inside basicNoel Grandin
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-05-07downgrade warning to infoCaolán McNamara
2019-03-07tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen
2018-09-21new loplugin:methodcyclesNoel Grandin
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara
2018-01-15More loplugin:cstylecast: basicStephan Bergmann
2017-12-19loplugin:unusedenumconstantsNoel Grandin
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin
2017-08-29rename SBX errorcodes to BASICNoel Grandin
2017-08-29move all the basic errcodes to one fileNoel Grandin
2017-07-20loplugin:constparams in basicNoel Grandin
2017-05-19loplugin:comparisonwithconstant in basicNoel Grandin
2017-02-17convert SbxNameType to scoped enumNoel Grandin
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka
2016-07-15tdf#100726: Improve readability of OUString concatenation in basic modulenadith
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-02-24simply the SbxRes stuff, inheriting from OUString is ickyNoel Grandin
2016-02-24Removing #defines for String_XXX in sbxres.hxxbaltasarq
2016-02-09Remove excess newlinesChris Sherlock
2015-12-27sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin
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-06Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann