summaryrefslogtreecommitdiffstats
path: root/basic/source/sbx/sbxobj.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* SbxObject::Call sal_Bool->boolNoel Grandin2014-04-041-3/+3
* SbxObject::isClass sal_Bool->boolNoel Grandin2014-04-041-2/+2
* fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner2014-03-281-1/+1
* basic: sal_Bool->boolNoel Grandin2014-03-271-24/+24
* Adapt to sal/log.hxxStephan Bergmann2014-03-251-31/+34
* basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud2014-02-251-4/+4
* svl: sal_Bool -> boolStephan Bergmann2014-02-201-8/+8
* more SvStream:operator>> conversionNoel Grandin2014-02-121-2/+2
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-121-1/+1
* remove SvStream::operator<< methodsNoel Grandin2014-01-221-4/+4
* re-write SvStream operator<< to non-overloaded methodsNoel Grandin2014-01-101-24/+24
* sal_Bool to boolTakeshi Abe2013-10-071-6/+6
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-2/+2
* tweak comment translationsMichael Stahl2013-08-081-16/+15
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-17/+17
* fix loplugin warningsPeter Foley2013-03-301-0/+2
* basic: translation of all debug messagesThomas Arnhold2013-03-111-5/+5
* fdo#60148 Clean up warnings from the Clang compiler pluginnccuong2013-03-061-3/+3
* Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac2013-01-211-1/+1
* Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza2013-01-031-17/+17