summaryrefslogtreecommitdiff
path: root/sdext
AgeCommit message (Expand)AuthorFilesLines
2019-08-20loplugin:constvars in sdext..sfx2Noel Grandin3-5/+5
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin3-7/+4
2019-08-15loplugin:sequenceloop in sdext..sfx2Noel Grandin5-8/+8
2019-08-12Fix typosAndrea Gelmini4-4/+4
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sdextStephan Bergmann8-13/+13
2019-07-29Simplify Sequence iterations in sdextArkadiy Illarionov11-128/+87
2019-07-28loplugin:collapseifNoel Grandin1-3/+2
2019-07-24Fix typosAndrea Gelmini1-1/+1
2019-07-24cid#1448446 Unchecked dynamic_castCaolán McNamara1-4/+4
2019-07-23cid#1448446 Unchecked dynamic_castCaolán McNamara1-4/+4
2019-07-20loplugin:referencecasting in sdextNoel Grandin21-61/+50
2019-07-19cid#1448489 Uncaught exceptionCaolán McNamara1-1/+1
2019-07-04remove some unneede vcl/bitmap.hxx includesNoel Grandin1-1/+0
2019-06-21simplify some getSupportedServiceNamesNoel Grandin1-2/+1
2019-06-18loplugin:passstuffbyrefNoel Grandin1-1/+1
2019-06-17loplugin:logexceptionnicely in scripting..sdextNoel Grandin3-6/+9
2019-06-06Refactor a bit of the presentation minimizerJan-Marek Glogowski6-82/+51
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