summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-18vcl PDF export: fix re-exporting PDF images with arbitrary page-level rotationMiklos Vajna1-21/+32
2021-03-15tdf#127217: Fix buttons in forms not working in Adobe ReaderJulien Nabet1-3/+1
2021-03-03tdf#140606 make PDF parsing more lenient and prevent a crashTomaž Vajngerl1-3/+9
2021-01-17tdf#139643: fix missing PDF/UA flagJulien Nabet1-1/+1
2020-11-02pdf: deduplicate resources when copying from external PDF streamTomaž Vajngerl1-17/+16
2020-10-28std::set->o3tl::sorted_vector in vclNoel Grandin1-1/+2
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-8/+8
2020-10-19use tools::Long in vclNoel1-44/+44
2020-10-01loplugin:reducevarscope in vclNoel1-3/+2
2020-09-17tdf#136805 PDF export: re-add XMP basic meta dataJan-Marek Glogowski1-30/+17
2020-09-08Simplify PDFWriterImpl::appendLiteralStringEncrypt, taking std::string_viewStephan Bergmann1-11/+6
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-1/+1
2020-08-30Fix typo in codeAndrea Gelmini1-6/+6
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-08-04loplugin:flatten in vcl/gdiNoel Grandin1-228/+228
2020-07-20tdf#50879 PDF export: ensure only built-in fonts are used for formsMiklos Vajna1-3/+10
2020-07-10pdfwriter: nDelta is a signed number appendPdfTimeDateJulien Nabet1-10/+5
2020-07-05pdf: convert static functions to functs in anonymous namespaceTomaž Vajngerl1-13/+35
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: vclStephan Bergmann1-2/+2
2020-06-30differentiate between 8bit and any-bit grey palette (tdf#121120)Luboš Luňák1-1/+1
2020-06-28pdf: fix text annotation (note) modification dateTomaž Vajngerl1-1/+2
2020-06-22pdf export: add support for modification time/date in annotationsTomaž Vajngerl1-28/+50
2020-06-22pdf export: support pop-up annotation for notes / commentsTomaž Vajngerl1-32/+96
2020-06-21pdf: clean-up PDFWriterImpl::createNoteTomaž Vajngerl1-8/+9
2020-06-19sd signature line: extract page resource / content copy codeMiklos Vajna1-51/+3
2020-06-18sd signature line: extract copyExternalResources() from the pdf export codeMiklos Vajna1-230/+3
2020-06-16vcl: namespace PDFWriterImpl consistentlyMiklos Vajna1-27/+24
2020-06-05Upcoming loplugin:elidestringvar: vclStephan Bergmann1-2/+1
2020-05-29loplugin:simplifybool in ucb..vclNoel Grandin1-2/+2
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-3/+3
2020-04-29improve: pdf export caching of jpeg bitmapsThorsten Behrens1-0/+3
2020-04-26vcl: When exporing PDF, write the correct page of embedded PDFTomaž Vajngerl1-1/+6
2020-04-17Change default PDF version to 1.6 (released in 2004)Miklos Vajna1-2/+12
2020-04-17loplugin:buriedassign in vclNoel Grandin1-1/+2
2020-04-16PDF export: fix handling of page sizes larger than 508 cmMiklos Vajna1-6/+45
2020-03-17pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky1-6/+10
2020-03-09PDF export: use MARK() when writing linksMiklos Vajna1-0/+2
2020-03-04tdf#130150 Improve clipping in PDF exportArmin.Le.Grand (CIB)1-14/+40
2020-02-08Add minimum support for PDF/A3Arnaud Versini1-7/+14
2020-02-04tdf#129976 PDF export of PDF images: adapt transparency to renderingMiklos Vajna1-0/+10
2020-02-03make some headers privateCaolán McNamara1-1/+1
2020-01-04pdf: Only add role map when alias isn't the same as structure tagTomaž Vajngerl1-3/+13
2019-12-31pdf: extract Matrix3 to it's own filesTomaž Vajngerl1-130/+0
2019-12-31pdf: move PDFPage dependency out of Matrix3 class (append method)Tomaž Vajngerl1-18/+21
2019-12-31pdf: move Mode out of PDFWriterImpl class and convert to enum classTomaž Vajngerl1-3/+3
2019-12-30pdf: move PDFGlyph out of PDFWriterImpl classTomaž Vajngerl1-2/+2
2019-12-30pdf: move PDFStructureAttribute out of PDFWriterImpl classTomaž Vajngerl1-1/+1
2019-12-30pdf: move PDFWidget out of PDFWriterImpl classTomaž Vajngerl1-2/+2
2019-12-30pdf: move BitmapEmit out of PDFWriterImpl classTomaž Vajngerl1-1/+1
2019-12-30pdf: move ReferenceXObjectEmit out of PDFWriterImpl classTomaž Vajngerl1-1/+1