summaryrefslogtreecommitdiff
path: root/reportdesign
AgeCommit message (Expand)AuthorFilesLines
2019-03-12tdf#42949 Fix IWYU warnings in include/connectivity/*Gabor Kelemen2-0/+2
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-2/+2
2019-03-05Use index only where getToken() needs itMatteo Casalin1-12/+6
2019-02-27loplugin:unnecessaryoverride look for more patternsNoel Grandin2-7/+0
2019-02-25loplugin:unusedfields in variousNoel Grandin1-1/+1
2019-02-23loplugin:unusedfields in l10ntools..saxNoel Grandin4-4/+1
2019-02-13Pointer is pointlessNoel Grandin3-4/+3
2019-02-12Simplify containers iterations in reportdesign, sal, saxArkadiy Illarionov21-455/+312
2019-02-11new loplugin writeonlyvarsNoel Grandin1-4/+0
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-2/+2
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2019-02-11remove ControlDependencyManagerNoel Grandin1-2/+0
2019-02-09loplugin:indentation in registry..saxNoel Grandin14-23/+23
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen1-0/+1
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen14-0/+15
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen4-15/+11
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen5-0/+5
2018-12-20tdf#42949 Fix IWYU warnings in include/vcl/[t-u]*Gabor Kelemen2-0/+2
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen6-0/+6
2018-12-09Fix typos in codeAndrea Gelmini1-2/+2
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin2-6/+5
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann4-7/+7
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+3
2018-11-23remove unused enums in reportdesign,linguistic,l10ntools,vcl,svxNoel Grandin1-1/+1
2018-11-21weld SwCondCollPageCaolán McNamara1-2/+2
2018-11-21improve function-local statics in forms..reportdesignNoel Grandin2-49/+52
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-2/+2
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen3-0/+3
2018-11-20remove bogus static variable in reportdesign OSectionWindowNoel Grandin1-4/+0
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen2-0/+2
2018-11-19Fix typosAndrea Gelmini1-1/+1
2018-11-17Rename BorderColorStatus to ColorStatusMaxim Monastirsky2-2/+2
2018-11-17Adapt to C++2a char_tStephan Bergmann2-2/+2
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin1-2/+4
2018-11-15loplugin:staticmethods in vclNoel Grandin2-3/+2
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-1/+1
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2-43/+17
2018-11-10Replace deprecated boost::optional::reset(val) with operator =Mike Kaganski1-1/+1
2018-11-09Fix many Java subsequentcheck test by using JUHJan-Marek Glogowski1-7/+1
2018-11-08Convert FieldUnit to scoped enumMike Kaganski4-4/+4
2018-11-07move SvTreeListBox to vclCaolán McNamara8-12/+12
2018-11-07loplugin:collapseif in framework..salNoel Grandin2-41/+35
2018-11-03tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-2/+1
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin19-38/+38
2018-11-01Resolves: tdf#121097 need an initial call to CBClickHdlCaolán McNamara1-0/+1
2018-10-30Revert tdf#120782, tdf#120728, tdf#120152, tdf#120151Julien Nabet2-5/+0
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara1-1/+1
2018-10-27tdf#108751 Show currently selected color name in color button tooltipJim Raykowski2-9/+12
2018-10-27missing OPageNumberDialog runCaolán McNamara2-1/+52