summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
AgeCommit message (Expand)Author
2020-02-08Add minimum support for PDF/A3Arnaud Versini
2020-02-04tdf#129976 PDF export of PDF images: adapt transparency to renderingMiklos Vajna
2020-02-03make some headers privateCaolán McNamara
2020-01-04pdf: Only add role map when alias isn't the same as structure tagTomaž Vajngerl
2019-12-31pdf: extract Matrix3 to it's own filesTomaž Vajngerl
2019-12-31pdf: move PDFPage dependency out of Matrix3 class (append method)Tomaž Vajngerl
2019-12-31pdf: move Mode out of PDFWriterImpl class and convert to enum classTomaž Vajngerl
2019-12-30pdf: move PDFGlyph out of PDFWriterImpl classTomaž Vajngerl
2019-12-30pdf: move PDFStructureAttribute out of PDFWriterImpl classTomaž Vajngerl
2019-12-30pdf: move PDFWidget out of PDFWriterImpl classTomaž Vajngerl
2019-12-30pdf: move BitmapEmit out of PDFWriterImpl classTomaž Vajngerl
2019-12-30pdf: move ReferenceXObjectEmit out of PDFWriterImpl classTomaž Vajngerl
2019-12-30pdf: move PDFPage out of PDFWriterImpl into vcl::pdf namespaceTomaž Vajngerl
2019-12-30pdf: remove PDFAppearanceMap typdef, but keep PDFAppearanceStreamsTomaž Vajngerl
2019-12-30pdf: remove FontEmbedData typedefTomaž Vajngerl
2019-12-30pdf: remove FontMapping typedefTomaž Vajngerl
2019-12-29pdf: convert ResourceKind enum to enum classTomaž Vajngerl
2019-12-29pdf: move struct ResourceDict to it's own fileTomaž Vajngerl
2019-12-29pdf: remove ResourceMap typedefTomaž Vajngerl
2019-12-29pdf: Add option for PDF/UA to the PDF export dialogTomaž Vajngerl
2019-12-29pdf: support for PDF/UA in PDFWriter, write flag to the metadataTomaž Vajngerl
2019-12-28pdf: extract XMP metadata writing and use XmlWriterTomaž Vajngerl
2019-12-24sal_Char->char in vclNoel Grandin
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-14tdf#128434 really free the VclPtr<PDFWriterImpl>Jan-Marek Glogowski
2019-11-06vcl PDF export: fix re-exporting PDF images with page-level rotationMiklos Vajna
2019-11-05vcl PDF export: fix re-exporting PDF images for dict obj resource sub-keysMiklos Vajna
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-17Remove some memset callsMike Kaganski
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14New loplugin:getstrStephan Bergmann
2019-10-02loplugin:stringadd in vclNoel Grandin
2019-09-16vcl:pdf : simplify PDF/A code generationArnaud Versini
2019-08-26Embedded PDF: It is a shared_ptr, no need to copy.Jan Holesovsky
2019-08-25pdfium: Use std::vector to hold the PdfData.Jan Holesovsky
2019-08-20loplugin:constvars in vclNoel Grandin
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-07-23Avoid overflowing conversion from double to sal_Int32Stephan Bergmann
2019-07-20cid#1448527 Unchecked return valueCaolán McNamara
2019-07-19cid#1448527 Unchecked return valueCaolán McNamara
2019-07-06Constify GlyphItemJan-Marek Glogowski
2019-07-02tdf#113448 Export font used for checkbox markThorsten Behrens
2019-07-02tdf#113448 don't export any font for radio buttonsThorsten Behrens
2019-06-25improve loplugin:simplifyconstructNoel Grandin
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2019-04-12prefer vector::data to &vector[0]Caolán McNamara