summaryrefslogtreecommitdiff
path: root/basic/source/sbx
AgeCommit message (Expand)Author
2018-12-26basic: Spare temporary variableTakeshi Abe
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-02tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin
2018-11-06remove with_sprintf_ defineNoel Grandin
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara
2018-10-20tdf#120703 (PVS): redundant checkMike Kaganski
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-10-15clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-09-21new loplugin:methodcyclesNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-08cppcheck: variableScope in basicJochen Nitschke
2018-09-05loplugin:simplifyconstruct in accessibility..bridgesNoel Grandin
2018-09-03cppcheck: useInitializationList in basicJochen Nitschke
2018-08-27Fix warning in !HAVE_FEATURE_SCRIPTING caseTor Lillqvist
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke
2018-08-10unnecessary null check before dynamic_cast, in variousNoel Grandin
2018-07-27loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-06-29Improved loplugin:redundantcast (const-qualified typedefs): basicStephan Bergmann
2018-06-29tdf#118442: Fix incorrect index calculationMike Kaganski
2018-05-16Resolves: tdf#117612 truncate DateAdd("m",...) to last day of monthEike Rathke
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-29loplugin:unusedmethodsNoel Grandin
2018-03-29loplugin:virtualdown in basctl,basicNoel Grandin
2018-02-24Use for range loops in basegfx and basicJulien Nabet
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara
2018-01-23Introduce SbxValues::clearStephan Bergmann
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann
2018-01-19loplugin:useuniqeptr in SbxVariableNoel Grandin
2018-01-15More loplugin:cstylecast: basicStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: basicStephan Bergmann
2018-01-08basic, solve link problemsjan Iversen
2018-01-06SAL_TYPES_SIZEOFINT == 2 no longer possibleNoel Grandin
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-12-19loplugin:unusedenumconstantsNoel Grandin
2017-11-24Get rid of two more temporary SvNumberFormatter instancesEike Rathke
2017-11-24Get rid of a temporary SvNumberFormatter instanceEike Rathke
2017-11-24Get rid of that LANGUAGE_GERMAN nonsenseEike Rathke
2017-11-17inline SbxMAXSALUINT64 and friendsNoel Grandin
2017-11-01loplugin:constantparam in basic,basctlNoel Grandin
2017-10-27Another ImpGetIntntlSep() fix, tdf#81671 follow-upEike Rathke