summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2018-12-08Remove misguided FALLTHROUGH commentsStephan Bergmann1-2/+0
2018-12-07HAVE_BROKEN_CONST_ITERATORS is always false nowStephan Bergmann2-16/+0
2018-12-06-Werror,-Wunused-variableStephan Bergmann1-1/+0
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-12-03presentation minimizer: suggest filename for a new presentationVasily Melenchuk1-10/+22
2018-12-03Simplify containers iterations in sdextArkadiy Illarionov26-608/+383
2018-12-01tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-6/+4
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-1/+1
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen1-0/+1
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-22remove unused enums DocumentTextDirection and RendererPaneStyle::SideNoel Grandin2-2/+0
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-2/+1
2018-11-20poppler dropped GBool since 0.71Mike Kaganski2-25/+31
2018-11-16loplugin:staticmethods improvementNoel Grandin3-3/+3
2018-11-08Resolves: rhbz#1647507 try inputted password as both user and owner passwordCaolán McNamara1-2/+4
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin1-12/+9
2018-11-06presentation minimizer: fixed problem with default filenameVasily Melenchuk3-2/+8
2018-11-05presentation minimizer: use standard error reportingVasily Melenchuk6-161/+28
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai3-4/+4
2018-10-27tdf#120703 PVS: V519 variable is assigned values twice successivelyMike Kaganski1-1/+0
2018-10-23remove old poppler compat codeNoel Grandin2-24/+0
2018-10-22pvs-studio: V571 Recurring checkCaolán McNamara1-4/+1
2018-10-21tdf#120703 (PVS): redundant nullptr check; unsafe pointer dereferenceMike Kaganski1-5/+8
2018-10-20tdf#120703 (PVS)Mike Kaganski1-16/+24
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin4-4/+4
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin16-103/+91
2018-10-12drop some unused headersCaolán McNamara1-1/+0
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-3/+3
2018-10-09loplugin:constfields in sdextNoel Grandin18-46/+44
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin2-31/+0
2018-09-17New loplugin:externalStephan Bergmann6-48/+48
2018-09-13new loplugin simplifyconstructNoel Grandin2-4/+2
2018-09-11loplugin:unusedmethodsNoel Grandin2-121/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2-0/+2
2018-09-05loplugin:useuniqueptr in PngHelper::createPngNoel Grandin1-12/+12
2018-08-31presentation minimizer: report possible errorsVasily Melenchuk8-18/+201
2018-08-30loplugin:useuniqueptr in PDFObjectNoel Grandin2-25/+20
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin4-17/+17
2018-08-27tdf#118443 - Presenter Consoleheiko tietze1-0/+13
2018-08-24iRelated rhbz#1618703: Properly handle failure en-/decoding PDF fileStephan Bergmann1-11/+31
2018-08-23leak on import of moz279355-2.pdfCaolán McNamara1-1/+1
2018-08-18coverity#1438404 Identical code for different branchesCaolán McNamara1-21/+6
2018-08-17loplugin:useuniqueptr in PDFGrammarNoel Grandin1-15/+15
2018-08-16loplugin:returnconstant in PresenterFrameworkObserverNoel Grandin2-21/+3
2018-08-14create appendCopy method in OUStringBufferNoel Grandin4-5/+5
2018-08-07simplify TimerSchedulerNoel Grandin1-9/+2
2018-07-30Add missing sal/log.hxx headersGabor Kelemen14-0/+15
2018-07-29loplugin:stringloop in sdNoel Grandin2-15/+14
2018-07-23Fix typosAndrea Gelmini1-1/+1