summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxvar.cxx
AgeCommit message (Expand)Author
2019-11-12tdf#42949 Fix IWYU warnings in basic/Gabor Kelemen
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-04-23tdf#123043 make type character detection unicode-awareTomoyuki Kubota
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara
2018-09-08cppcheck: variableScope in basicJochen Nitschke
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-01-19loplugin:useuniqeptr in SbxVariableNoel Grandin
2018-01-15More loplugin:cstylecast: basicStephan Bergmann
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin
2017-10-10basic: consistently use "" and <> in include directivesMike Kaganski
2017-09-17use more default copy ctorsJochen Nitschke
2017-08-11new loplugin:deadclassNoel Grandin
2017-06-21s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
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-30loplugin:constantparamNoel Grandin
2016-09-14loplugin:constantparamNoel Grandin
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (basic)Stephan Bergmann
2016-08-24tdf#96505 get rid of "long" integer literals 'L'Asela Dasanayaka
2016-06-23tdf#99589 - tolower / toupper - dangerous to Turks ...Gökhan Gurbetoğlu
2016-06-14Resolves: tdf#59222 Crash in Basic with an array of values...Caolán McNamara
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin
2016-06-03tdf#89329: use unique_ptr for pImpl in sbxvarXisco Fauli
2016-05-23Convert SbxClassType to scoped enumNoel Grandin
2016-04-11clang-tidy performance-unnecessary-value-param in basicNoel Grandin
2016-02-24simply the SbxRes stuff, inheriting from OUString is ickyNoel Grandin
2016-02-24Removing #defines for String_XXX in sbxres.hxxbaltasarq
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-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-02Fix typosAndrea Gelmini
2015-09-29basic: more plausible build fix than e5a8eb9eMichael Stahl
2015-09-29fix dbgutil buildCaolán McNamara
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-07-20com::sun::star->css in basicNoel Grandin
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin
2015-07-19sal_uInt16 to sal_Int32 with some cleanupMatteo Casalin
2015-07-17basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin