summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport
AgeCommit message (Expand)AuthorFilesLines
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-04remove some unneede vcl/bitmap.hxx includesNoel Grandin1-1/+0
2019-06-17loplugin:logexceptionnicely in scripting..sdextNoel Grandin3-6/+9
2019-05-22New loplugin:dataStephan Bergmann2-4/+4
2019-05-12Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov1-1/+1
2019-04-19loplugin:sequentialassign in sdNoel Grandin5-20/+9
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-07build: support disabling popplerAshod Nakashian1-0/+13
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-12loplugin:flatten in sdextNoel Grandin7-216/+216
2019-02-09loplugin:indentation in sdNoel Grandin3-7/+7
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 Bergmann1-1/+2
2019-01-08Fix build with poppler-0.72Andreas Sturmlechner1-0/+8
2018-12-21use unique_ptr in sdextNoel Grandin2-10/+16
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-03Simplify containers iterations in sdextArkadiy Illarionov8-108/+88
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-22remove unused enums DocumentTextDirection and RendererPaneStyle::SideNoel Grandin1-1/+0
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-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai3-4/+4
2018-10-23remove old poppler compat codeNoel Grandin2-24/+0
2018-10-20tdf#120703 (PVS)Mike Kaganski1-16/+24
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
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 Grandin7-22/+22
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin2-31/+0
2018-09-17New loplugin:externalStephan Bergmann3-24/+24
2018-09-13new loplugin simplifyconstructNoel Grandin2-4/+2
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-09-05loplugin:useuniqueptr in PngHelper::createPngNoel Grandin1-12/+12
2018-08-30loplugin:useuniqueptr in PDFObjectNoel Grandin2-25/+20
2018-08-29replace rtl_allocateMemory with std::mallocNoel Grandin4-17/+17
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