Age | Commit message (Expand) | Author |
2018-12-26 | basic: Spare temporary variable | Takeshi Abe |
2018-12-08 | Remove obsolete SAL_FALLTHROUGH completely | Stephan Bergmann |
2018-12-02 | tdf#120703 PVS: V560 A part of conditional expression is always true/false | Mike Kaganski |
2018-11-16 | loplugin:buriedassign in avmedia..cui | Noel Grandin |
2018-11-10 | Replace deprecated boost::optional::reset(val) with operator = | Mike Kaganski |
2018-11-06 | loplugin:collapseif in accessibility..cui | Noel Grandin |
2018-11-06 | remove with_sprintf_ define | Noel Grandin |
2018-10-27 | tdf#120703 PVS: V530 The return value of function is required to be utilized | Mike Kaganski |
2018-10-26 | tdf#42949 Fix IWYU warnings in include/unotools/* | Gabor Kelemen |
2018-10-22 | pvs-studio: V794 The assignment operator should be protected | Caolán McNamara |
2018-10-20 | tdf#120703 (PVS): redundant check | Mike Kaganski |
2018-10-19 | clang-tidy readability-misleading-indentation | Noel Grandin |
2018-10-15 | clang-tidy bugprone-copy-constructor-init | Noel Grandin |
2018-09-21 | new loplugin:methodcycles | Noel Grandin |
2018-09-17 | New loplugin:external | Stephan Bergmann |
2018-09-08 | cppcheck: variableScope in basic | Jochen Nitschke |
2018-09-05 | loplugin:simplifyconstruct in accessibility..bridges | Noel Grandin |
2018-09-03 | cppcheck: useInitializationList in basic | Jochen Nitschke |
2018-08-27 | Fix warning in !HAVE_FEATURE_SCRIPTING case | Tor Lillqvist |
2018-08-16 | Resolves: tdf#119013 do not over-aggressively reorder date particles | Eike Rathke |
2018-08-10 | unnecessary null check before dynamic_cast, in various | Noel Grandin |
2018-07-27 | loplugin:stringloop in basic, framework, sax, svtools | Noel Grandin |
2018-07-09 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-06-29 | Improved loplugin:redundantcast (const-qualified typedefs): basic | Stephan Bergmann |
2018-06-29 | tdf#118442: Fix incorrect index calculation | Mike Kaganski |
2018-05-16 | Resolves: tdf#117612 truncate DateAdd("m",...) to last day of month | Eike Rathke |
2018-04-21 | cppcheck: identicalInnerCondition | Jochen Nitschke |
2018-04-01 | remove unused processfactory.hxx includes | Jochen Nitschke |
2018-03-29 | loplugin:unusedmethods | Noel Grandin |
2018-03-29 | loplugin:virtualdown in basctl,basic | Noel Grandin |
2018-02-24 | Use for range loops in basegfx and basic | Julien Nabet |
2018-02-16 | ofz#6311 still problems with SdrEdgeObj listening to same obj at start as end | Caolán McNamara |
2018-01-23 | Introduce SbxValues::clear | Stephan Bergmann |
2018-01-23 | More loplugin:cstylecast on Windows | Stephan Bergmann |
2018-01-19 | loplugin:useuniqeptr in SbxVariable | Noel Grandin |
2018-01-15 | More loplugin:cstylecast: basic | Stephan Bergmann |
2018-01-15 | convert a<b?a:b to std::min(a,b) | Noel Grandin |
2018-01-12 | More loplugin:cstylecast: basic | Stephan Bergmann |
2018-01-08 | basic, solve link problems | jan Iversen |
2018-01-06 | SAL_TYPES_SIZEOFINT == 2 no longer possible | Noel Grandin |
2017-12-26 | loplugin:passstuffbyref improved return in basic,framework | Noel Grandin |
2017-12-22 | lokdialog: Allow switching language of some of the ResMgr's. | Jan Holesovsky |
2017-12-19 | wrap scoped enum around css::util::NumberFormat | Noel Grandin |
2017-12-19 | loplugin:unusedenumconstants | Noel Grandin |
2017-11-24 | Get rid of two more temporary SvNumberFormatter instances | Eike Rathke |
2017-11-24 | Get rid of a temporary SvNumberFormatter instance | Eike Rathke |
2017-11-24 | Get rid of that LANGUAGE_GERMAN nonsense | Eike Rathke |
2017-11-17 | inline SbxMAXSALUINT64 and friends | Noel Grandin |
2017-11-01 | loplugin:constantparam in basic,basctl | Noel Grandin |
2017-10-27 | Another ImpGetIntntlSep() fix, tdf#81671 follow-up | Eike Rathke |