summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2019-05-22New loplugin:dataStephan Bergmann2-4/+4
2019-05-14Presentation minimizer: Handle also presentation.GraphicObjectShape URLTamás Zolnai1-2/+4
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin15-33/+33
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov5-8/+8
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák3-32/+132
2019-04-30improve loplugin:stringconstantNoel Grandin4-4/+4
2019-04-19loplugin:sequentialassign in sdNoel Grandin6-24/+11
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski1-7/+10
2019-04-08improve combining in hash functionsNoel Grandin1-32/+34
2019-03-29loplugin:useuniqueptr in PDFReaderNoel Grandin3-12/+11
2019-03-09loplugin:unusedmethodsNoel Grandin2-7/+0
2019-03-07build: support disabling popplerAshod Nakashian2-1/+19
2019-03-07log nice exception messages whereever possibleNoel Grandin3-5/+10
2019-03-05OptimizerDialog: use local method to reduce OUString operationsMatteo Casalin1-11/+17
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-5/+5
2019-03-03Extend cast to whole expressionStephan Bergmann1-3/+3
2019-02-28remove some unused typedefsNoel Grandin1-2/+0
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-2/+3
2019-02-24loplugin:unusedfields in sdextNoel Grandin10-43/+5
2019-02-18loplugin:simplifybool, check for !(!a op !b)Noel Grandin2-3/+3
2019-02-13Indexing is not needed for single getToken() callMatteo Casalin1-6/+4
2019-02-13OptimizerDialog: simplify string operations when selecting...Matteo Casalin1-16/+18
2019-02-12loplugin:flatten in sdextNoel Grandin34-1513/+1511
2019-02-11new loplugin writeonlyvarsNoel Grandin3-27/+0
2019-02-09loplugin:indentation in sdNoel Grandin9-17/+17
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen2-9/+7
2019-01-15poppler: upgrade to release 0.73.0Michael Stahl1-0/+1
2019-01-15sdext: fix build with poppler 0.73Michael Stahl3-6/+10
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2-3/+8
2019-01-08Fix build with poppler-0.72Andreas Sturmlechner1-0/+8
2018-12-21use unique_ptr in sdextNoel Grandin2-10/+16
2018-12-11presentation minimizer: warn user about unsaved presentationVasily Melenchuk4-1/+31
2018-12-10Fix build with poppler 0.71Aleksei Nikiforov3-2/+10
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