summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2018-12-12loplugin:useuniqueptr in basic and frameworkNoel Grandin1-6/+6
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-09Fix typoAndrea Gelmini1-1/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann13-16/+16
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin4-17/+4
2018-12-05Fix typoAndrea Gelmini1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin2-4/+4
2018-12-03add test for bug tdf#121337Zdeněk Crhonek3-0/+42
2018-12-02tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-12-01Fix typosAndrea Gelmini1-2/+2
2018-11-30Fix typoAndrea Gelmini1-1/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-16/+13
2018-11-29Fix typoAndrea Gelmini1-1/+1
2018-11-21improve function-local statics in basic..cuiNoel Grandin4-31/+10
2018-11-20Fix a copypaste errorMike Kaganski1-1/+1
2018-11-17Adapt to C++2a char_tStephan Bergmann2-2/+2
2018-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin2-5/+11
2018-11-13Set error also in non-UNO/UCB case file date failures, tdf#121337 follow-upEike Rathke1-28/+55
2018-11-13Add reference to test codeStephan Bergmann1-0/+2
2018-11-13tdf#121325: Replace all of given length, even if replacement is shorterStephan Bergmann4-9/+60
2018-11-13Don't call Date's ImpYearToDays with zero year argumentStephan Bergmann1-1/+1
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-1/+1
2018-11-10Remove unneeded castMatteo Casalin1-1/+1
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-6/+3
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-2/+2
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-11-06loplugin:collapseif in accessibility..cuiNoel Grandin5-29/+13
2018-11-06remove with_sprintf_ defineNoel Grandin1-93/+0
2018-11-05tdf#120703 PVS: V547 Expression '!pRTLData' is always falseMike Kaganski2-50/+47
2018-10-30Make SbiProcDef::Match more readableJan-Marek Glogowski3-7/+11
2018-10-27tdf#120703 PVS: V724Mike Kaganski1-2/+1
2018-10-27tdf#120703 PVS: V668Mike Kaganski1-6/+2
2018-10-27tdf#120703 PVS: V530 The return value of function is required to be utilizedMike Kaganski2-2/+2
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen4-0/+4
2018-10-26loplugin:singlevalfields improvementNoel Grandin2-4/+1
2018-10-25tdf#42949 Fix IWYU warnings in include/xmlscript/*Gabor Kelemen2-0/+2
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-1/+1
2018-10-23clang-tidy performance-unnecessary-copy-initialization inNoel Grandin6-29/+29
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-8/+11
2018-10-21tdf#120703 (PVS): redundant nullptr checksMike Kaganski1-24/+15
2018-10-21tdf#120703 (PVS): redundant nullptr checkMike Kaganski1-4/+1
2018-10-20tdf#120703 (PVS): redundant checkMike Kaganski1-2/+1
2018-10-20when calling std::lower_boundNoel Grandin1-8/+5
2018-10-19tdf#120706: nullptr dereferenceMike Kaganski1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-82/+82
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin2-2/+2
2018-10-15clang-tidy bugprone-copy-constructor-initNoel Grandin1-14/+0
2018-10-15add SvStream::TellEndNoel Grandin2-6/+4
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann3-6/+6