summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.hxx
AgeCommit message (Expand)Author
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-08tdf#74702: removes GetOutDevType() from OutputDevice::ImplRefreshFontDataAdrien Ollier
2019-07-30Fix typosAndrea Gelmini
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-07-03tdf#74702: OutputDevice:InitClipRegion followupChris Sherlock
2019-07-02tdf#74702: cleans OutputDevice::DrawHatchLine upAdrien Ollier
2019-07-01tdf#74702: cleans OutputDevice::InitClipRegion upAdrien Ollier
2019-07-01tdf#74702 partial cleanup of OutDevTypeAdrien Ollier
2019-03-16tdf#62728 add PDF/A-2 support, change UI default to use thatThorsten Behrens
2018-12-03tdf#42949 Fix IWYU warnings in include/vcl/[n-r]*Gabor Kelemen
2018-11-27remove unused GraphicsStateUpdateFlags enum valuesNoel Grandin
2018-11-27tdf#42949 Fix IWYU warnings in include/vcl/[f-h]*Gabor Kelemen
2018-11-01Move PDF buildin font handling into extra fileJan-Marek Glogowski
2018-10-30Move SalGraphics glyph functions into FontInstanceJan-Marek Glogowski
2018-10-24Change PDFWriterImpl into an OutputDeviceJan-Marek Glogowski
2018-09-19use std::vector in PDFWriterImpl for encryption bufferNoel Grandin
2018-09-17loplugin:staticconstfield improvementsNoel Grandin
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-12loplugin:simplifyconstruct in ucbhelper..vclNoel Grandin
2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara
2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara
2018-08-15loplugin:useuniqueptr in TilingEmitNoel Grandin
2018-06-12loplugin:constantparamNoel Grandin
2018-06-11loplugin:unusedfieldsNoel Grandin
2018-06-11drop PhysicalFontFace::CloneNoel Grandin
2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin
2018-05-28loplugin:unusedmethodsNoel Grandin
2018-05-03coverity#1435279 unused fieldCaolán McNamara
2018-05-01Store a pointer to GlyphItem in PDFGlyphKhaled Hosny
2018-04-27tdf#66597 Fix PDF text extraction for complex textKhaled Hosny
2018-04-25Simplify PDFWriterImpl::drawLayoutKhaled Hosny
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-17loplugin:useuniqueptr in TransparencyEmitNoel Grandin
2018-01-16tdf#114939 vcl: don't use StarOffice MD5 in PDF exportMichael Stahl
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-12-19inline use-once typedefsNoel Grandin
2017-12-15Protect all LogicalFontInstance constructorsJan-Marek Glogowski
2017-11-23Replace list by vector for m_aJPGs pdfwriter_impl (vcl)Julien Nabet
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski
2017-10-30Replace list by vector for m_aSubsets (vcl)Julien Nabet
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-07-20loplugin:unusedfields in vclNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-05-25tdf#108056 PDF export: work with double page sizeMiklos Vajna