summaryrefslogtreecommitdiffstats
path: root/basic/source/sbx/sbxobj.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:ostr basicNoel Grandin13 days1-1/+1
* Extended loplugin:ostr: basicStephan Bergmann2023-11-201-2/+2
* Drop SvStream::WriteCharPtrMike Kaganski2023-04-101-20/+20
* tdf#142391 - Store method using 0x13 format only when actually neededAndreas Heinisch2023-03-281-10/+12
* tdf#150139 - Add a concrete name to the error messageAndreas Heinisch2022-08-221-1/+1
* Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann2022-08-101-2/+2
* tdf#149622: also clear return value before calling method from SbxObject::CallMike Kaganski2022-06-201-0/+34
* fix some leaks in basicNoel Grandin2021-05-101-5/+5
* Drop "32" from names of SbxArray methods taking 32-bit indicesMike Kaganski2021-03-091-21/+21
* loplugin:simplifybool in accessibility..basicNoel Grandin2020-05-281-1/+1
* loplugin:flatten in basicNoel Grandin2020-04-191-118/+118
* move some headers inside basicNoel Grandin2020-02-081-1/+1
* SbxArray: drop 16-bit indicesMike Kaganski2019-12-091-24/+24
* convert WriteCharPtr..getStr to WriteOStringNoel Grandin2019-10-101-11/+11
* downgrade warning to infoCaolán McNamara2019-05-071-1/+1
* tdf#42949 Fix IWYU warnings in include/basic/*Gabor Kelemen2019-03-071-0/+2
* new loplugin:methodcyclesNoel Grandin2018-09-211-32/+0
* unnecessary null check before dynamic_cast, in variousNoel Grandin2018-08-101-1/+1
* Add missing sal/log.hxx headersGabor Kelemen2018-07-091-0/+1
* ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara2018-02-161-4/+4
* More loplugin:cstylecast: basicStephan Bergmann2018-01-151-3/+3
* loplugin:unusedenumconstantsNoel Grandin2017-12-191-3/+0
* loplugin:redundantcast handle dynamic_castNoel Grandin2017-10-211-2/+2
* rename SBX errorcodes to BASICNoel Grandin2017-08-291-1/+1
* move all the basic errcodes to one fileNoel Grandin2017-08-291-0/+1
* loplugin:constparams in basicNoel Grandin2017-07-201-1/+1
* loplugin:comparisonwithconstant in basicNoel Grandin2017-05-191-3/+3
* convert SbxNameType to scoped enumNoel Grandin2017-02-171-2/+2
* convert method names in tools::SvRef to be more like our other..Noel Grandin2017-02-021-1/+1
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-4/+4
* convert SFX_HINT to scoped enumNoel Grandin2016-12-081-7/+7
* tdf#89307: Removed SvRef::operator T*()Jacek Fraczek2016-10-101-29/+32
* replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl2016-09-151-4/+4
* tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka2016-08-241-1/+1
* tdf#100726: Improve readability of OUString concatenation in basic modulenadith2016-07-151-9/+3
* convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2016-06-121-4/+4
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-43/+43
* simply the SbxRes stuff, inheriting from OUString is ickyNoel Grandin2016-02-241-2/+2
* Removing #defines for String_XXX in sbxres.hxxbaltasarq2016-02-241-2/+2
* Remove excess newlinesChris Sherlock2016-02-091-1/+0
* sal_uLong/sal_uIntPtr/sal_uInt16 to sal_uInt32Matteo Casalin2015-12-271-1/+1
* loplugin:unnecessaryvirtualNoel Grandin2015-11-171-8/+0
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-111-3/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-17/+17
* Related: tdf#94814 some cleanup of static_cast following dynamic_castCaolán McNamara2015-10-061-10/+10
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-061-2/+2
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-291-11/+11
* inline the "old" SbxErr constantsNoel Grandin2015-07-281-1/+1
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-281-15/+15
* remove SFX_NOTIFY macroNoel Grandin2015-06-241-2/+1