summaryrefslogtreecommitdiffstats
path: root/sdext/source/pdfimport
Commit message (Expand)AuthorAgeFilesLines
* tdf#131353: Fix build with poppler 0.86.0Martin Whitaker2021-04-091-1/+3
* Fix build with poppler-0.83Martin Milata2020-01-233-0/+15
* Fix build with poppler-0.82Rasmus Thomsen2019-11-212-1/+40
* New loplugin:dataStephan Bergmann2019-05-222-4/+4
* Use hasElements to check Sequence emptiness in sax..sdextArkadiy Illarionov2019-05-121-1/+1
* loplugin:sequentialassign in sdNoel Grandin2019-04-195-20/+9
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-141-7/+10
* improve combining in hash functionsNoel Grandin2019-04-081-32/+34
* loplugin:useuniqueptr in PDFReaderNoel Grandin2019-03-293-12/+11
* build: support disabling popplerAshod Nakashian2019-03-071-0/+13
* Extend cast to whole expressionStephan Bergmann2019-03-031-3/+3
* remove some unused typedefsNoel Grandin2019-02-281-2/+0
* loplugin:unusedfields look for classes where we can make all the..Noel Grandin2019-02-271-2/+3
* loplugin:flatten in sdextNoel Grandin2019-02-127-216/+216
* loplugin:indentation in sdNoel Grandin2019-02-093-7/+7
* o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen2019-01-282-9/+7
* poppler: upgrade to release 0.73.0Michael Stahl2019-01-151-0/+1
* sdext: fix build with poppler 0.73Michael Stahl2019-01-153-6/+10
* Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann2019-01-111-1/+2
* Fix build with poppler-0.72Andreas Sturmlechner2019-01-081-0/+8
* use unique_ptr in sdextNoel Grandin2018-12-212-10/+16
* Fix build with poppler 0.71Aleksei Nikiforov2018-12-103-2/+10
* Remove misguided FALLTHROUGH commentsStephan Bergmann2018-12-081-2/+0
* HAVE_BROKEN_CONST_ITERATORS is always false nowStephan Bergmann2018-12-072-16/+0
* Simplify containers iterations in sdextArkadiy Illarionov2018-12-038-108/+88
* tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski2018-12-011-6/+4
* loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin2018-11-291-1/+1
* tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen2018-11-271-0/+1
* remove unused enums DocumentTextDirection and RendererPaneStyle::SideNoel Grandin2018-11-221-1/+0
* poppler dropped GBool since 0.71Mike Kaganski2018-11-202-25/+31
* loplugin:staticmethods improvementNoel Grandin2018-11-163-3/+3
* Resolves: rhbz#1647507 try inputted password as both user and owner passwordCaolán McNamara2018-11-081-2/+4
* clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai2018-11-013-4/+4
* remove old poppler compat codeNoel Grandin2018-10-232-24/+0
* tdf#120703 (PVS)Mike Kaganski2018-10-201-16/+24
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* drop some unused headersCaolán McNamara2018-10-121-1/+0
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-3/+3
* loplugin:constfields in sdextNoel Grandin2018-10-097-22/+22
* loplugin:methodcycles more graph theory for the winNoel Grandin2018-09-272-31/+0
* New loplugin:externalStephan Bergmann2018-09-173-24/+24
* new loplugin simplifyconstructNoel Grandin2018-09-132-4/+2
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+1
* loplugin:useuniqueptr in PngHelper::createPngNoel Grandin2018-09-051-12/+12
* loplugin:useuniqueptr in PDFObjectNoel Grandin2018-08-302-25/+20
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-294-17/+17
* iRelated rhbz#1618703: Properly handle failure en-/decoding PDF fileStephan Bergmann2018-08-241-11/+31
* leak on import of moz279355-2.pdfCaolán McNamara2018-08-231-1/+1
* loplugin:useuniqueptr in PDFGrammarNoel Grandin2018-08-171-15/+15
* create appendCopy method in OUStringBufferNoel Grandin2018-08-143-3/+3