summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport
AgeCommit message (Expand)AuthorFilesLines
2021-04-20Fix build with poppler-0.82Rasmus Thomsen2-1/+40
2021-04-20tdf#131353: Fix build with poppler 0.86.0Martin Whitaker1-1/+3
2021-04-20Fix build with poppler-0.83Martin Milata3-0/+15
2019-01-16poppler: upgrade to release 0.73.0Michael Stahl1-0/+1
2019-01-16sdext: fix the build, std::is_same_v is not available yetMichael Stahl1-1/+1
2019-01-16Fix build with poppler-0.72Andreas Sturmlechner1-0/+8
2019-01-16poppler dropped GBool since 0.71Mike Kaganski2-25/+31
2019-01-16Fix build with poppler 0.71Aleksei Nikiforov3-2/+10
2019-01-15sdext: fix build with poppler 0.73Michael Stahl3-6/+10
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
2018-08-17loplugin:useuniqueptr in PDFGrammarNoel Grandin1-15/+15
2018-08-14create appendCopy method in OUStringBufferNoel Grandin3-3/+3
2018-07-30Add missing sal/log.hxx headersGabor Kelemen8-0/+8
2018-07-29loplugin:stringloop in sdNoel Grandin2-15/+14
2018-06-27Break HashedStyle::RefCount out into new RefCountedHashdStyleStephan Bergmann2-45/+39
2018-06-27tdf#118374: fix crash from loplugin:useuniqueptr in sdextJulien Nabet2-3/+0
2018-06-07vcl: svx: misc improvements to pdfium importingAshod Nakashian1-1/+1
2018-06-07sd: import PDFs as images using Pdfium new SdPdfFilterAshod Nakashian1-27/+13
2018-04-24fix build with poppler 0.64Rene Engelhard2-0/+14
2018-04-20loplugin:constantparamNoel Grandin1-21/+15
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-21pdf: refactor poppler importerAshod Nakashian1-0/+21
2018-03-18fix crash on pdf import of fdo30892-1Caolán McNamara1-1/+0
2018-03-16fix crash on pdf import of tdf59883-2Noel Grandin1-1/+0
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem1-0/+3
2018-03-06loplugin:useuniqueptr in sdextNoel Grandin9-269/+263
2018-02-21New loplugin:nestedunnamedStephan Bergmann1-43/+36
2018-02-15sdext: disable the warnings TWICE because they're sneaky bastardsMichael Stahl1-2/+12
2018-02-15sdext: MSVC 2015 is trashMichael Stahl1-4/+2
2018-02-15sdext: if all else fails USE BIGGER HAMMERMichael Stahl1-4/+4
2018-02-15sdext: suppress another MSVC warningMichael Stahl1-0/+1
2018-02-15sdext: disable MSVC 2017 warnings from boost headersMichael Stahl1-0/+11
2018-02-02Simplify sortElements in pdfiprocessor (sdext)Julien Nabet2-25/+5