summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxvar.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-19loplugin:useuniqeptr in SbxVariableNoel Grandin1-12/+7
2018-01-15More loplugin:cstylecast: basicStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: basicStephan Bergmann1-2/+2
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin1-2/+2
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski1-2/+2
2017-09-17use more default copy ctorsJochen Nitschke1-6/+0
2017-08-11new loplugin:deadclassNoel Grandin1-56/+0
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin1-2/+2
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann1-1/+0
2017-02-17convert SbxNameType to scoped enumNoel Grandin1-27/+11
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-8/+8
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-10/+10
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-4/+4
2016-09-30loplugin:constantparamNoel Grandin1-1/+1
2016-09-14loplugin:constantparamNoel Grandin1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (basic)Stephan Bergmann1-2/+2
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka1-1/+1
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu1-1/+2
2016-06-14Resolves: tdf#59222 Crash in Basic with an array of values...Caolán McNamara1-0/+15
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2016-06-03tdf#89329: use unique_ptr for pImpl in sbxvarXisco Fauli1-20/+12
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-3/+3
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin1-1/+1
2016-02-24simply the SbxRes stuff, inheriting from OUString is ickyNoel Grandin1-8/+8
2016-02-24Removing #defines for String_XXX in sbxres.hxxbaltasarq1-8/+8
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-14/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-17/+17
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-02Fix typosAndrea Gelmini1-12/+12
2015-09-29basic: more plausible build fix than e5a8eb9eMichael Stahl1-1/+1
2015-09-29fix dbgutil buildCaolán McNamara1-1/+1
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-1/+1
2015-07-28inline the "old" SbxErr constantsNoel Grandin1-2/+2
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin1-8/+8
2015-07-20com::sun::star->css in basicNoel Grandin1-1/+1
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin1-2/+2
2015-07-19sal_uInt16 to sal_Int32 with some cleanupMatteo Casalin1-5/+4
2015-07-17basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl1-5/+7
2015-06-24remove SFX_NOTIFY macroNoel Grandin1-2/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-4/+4
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-08TyposJulien Nabet1-2/+2
2014-12-09Resolves: fdo#86843 avoid getting deleted before finishing BroadcastCaolán McNamara1-0/+5
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-4/+6
2014-10-02loplugin: cstylecastNoel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-3/+3