summaryrefslogtreecommitdiff
path: root/vcl/source/filter/ipdf/pdfdocument.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-19Extended loplugin:ostr: vclStephan Bergmann1-43/+45
2023-06-27loplugin:stringstatic look for more stringsNoel Grandin1-2/+2
2023-04-11Drop Writer::OutLongMike Kaganski1-40/+40
2023-04-10Drop SvStream::WriteCharPtrMike Kaganski1-87/+87
2023-03-30loplugin:stringadd in vclNoel Grandin1-23/+17
2023-03-14use more string_view in vcl::PDFObjectContainerNoel Grandin1-1/+1
2023-03-07Fix a bug parsing pdf arraysJaume Pujantell1-0/+45
2022-12-21vcl: read references to /Kids array...Dennis Francis1-1/+20
2022-11-24Remove some unused includesMiklos Vajna1-1/+0
2022-11-07cid#1516751 Improper use of negative valueCaolán McNamara1-1/+1
2022-10-27vcl: re-exporting broken pdfs -> empty pagesDennis Francis1-0/+14
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-4/+4
2022-06-03elide some makeStringAndClear() classNoel Grandin1-4/+5
2022-04-26add o3tl::toUInt32Noel Grandin1-1/+2
2022-04-13Clean up O[U]StringBuffer ctors taking a length parameterStephan Bergmann1-1/+1
2022-02-08Extend loplugin:stringview to O[U]StringBuffer::toStringStephan Bergmann1-3/+3
2021-10-21loplugin:flattenNoel Grandin1-14/+14
2021-10-14vcl: avoid "else" after "break" in pdfdocumentMiklos Vajna1-10/+8
2021-10-08loplugin:moveparam in vclNoel Grandin1-2/+2
2021-09-07tdf#142129 vcl: add unit testMichael Stahl1-0/+17
2021-09-07Avoid repeating the return type from the declarationMiklos Vajna1-1/+1
2021-05-28Select svl crypto backend in configure.acJan-Marek Glogowski1-2/+0
2021-05-12vcl PDF tokenizer: fix EOF position when \r is not followed by \nMiklos Vajna1-1/+6
2021-03-03tdf#140606 make PDF parsing more lenient and prevent a crashTomaž Vajngerl1-3/+9
2021-02-11Remove unneeded breaksAndrea Gelmini1-1/+0
2020-11-23Fix typoAndrea Gelmini1-1/+1
2020-11-23pdf: move parsing into it's own class, rewrite the parserTomaž Vajngerl1-390/+451
2020-11-18vcl: clean up unused PDFDocument functionsMiklos Vajna1-67/+0
2020-11-12pdf: add writeString for pdf elements for writing element contentTomaž Vajngerl1-3/+25
2020-11-11pdf: use a common call to parse a objectTomaž Vajngerl1-12/+9
2020-10-20xmlsecurity: handle MDP permission during PDF verifyMiklos Vajna1-6/+76
2020-10-16vcl pdf tokenizer: fix handling of dict -> array -> dict tokensMiklos Vajna1-2/+11
2020-09-25Correctly parse real numbers in PDFsFelix Wiegand1-3/+5
2020-07-24xmlsecurity: detect unsigned incremental update between signaturesMiklos Vajna1-1/+12
2020-07-09cid#1465239 silence Explicit null deferencedCaolán McNamara1-0/+1
2020-06-25sd signature line: place shape on the correct pageMiklos Vajna1-5/+17
2020-06-19sd signature line: include shape in the appearance widgetMiklos Vajna1-4/+51
2020-06-18sd signature line: teach PDFDocument how to use PDFObjectCopierMiklos Vajna1-0/+31
2020-06-17sd signature line: separate alloc and write of xref entryMiklos Vajna1-10/+18
2020-06-17sd signature line: implement non-empty geometry during pdf signMiklos Vajna1-6/+71
2020-06-16sd signature line: access the pdf shape from the appearance writerMiklos Vajna1-0/+7
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-4/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+6
2019-10-15new loplugin:bufferaddNoel Grandin1-4/+2
2019-08-22loplugin:constmethod in vclNoel Grandin1-4/+7
2019-07-30Fix typosAndrea Gelmini1-1/+1
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen1-2/+1
2019-01-11vcl pdf: make XRefEntry members privateMiklos Vajna1-34/+34
2018-12-03tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen1-0/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-6/+3