summaryrefslogtreecommitdiffstats
path: root/basic/source/sbx/sbxobj.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* loplugin:constantfunction: basicNoel Grandin2015-03-241-13/+0
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-291-79/+0
* remove unnecessary parenthesesNoel Grandin2015-01-161-3/+3
* Resolves: #i63614# fix strange type mismatch when Iif function is usedTsutomu Uchino2015-01-091-6/+11
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-091-1/+1
* basic: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-181-1/+1
* loplugin: cstylecastNoel Grandin2014-10-021-10/+10
* remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2014-09-261-2/+2
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-061-1/+1
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-261-4/+4
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-221-0/+1
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-08-111-4/+4
* typo: more then -> more thanTakeshi Abe2014-08-011-1/+1
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-171-1/+1