summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfextoutdevdata.cxx
AgeCommit message (Expand)Author
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-07-27loplugin:returnconstant in vclNoel Grandin
2018-06-18vcl: share GfxLinkAshod Nakashian
2018-06-05tdf#102928 PDF export: do recompress CMYK imagesMiklos Vajna
2018-05-31drop Graphic::GetBitmapNoel Grandin
2018-05-25tdf#113143 PDF export: fix mis-scaled JPGs on Impress note pagesMiklos Vajna
2018-05-22tdf#106702 PDF export: fix missing images from Writer headers/footersMiklos Vajna
2018-05-17tdf#105954 PDF export, ReduceImageResolution: fix re-compressing large imagesMiklos Vajna
2018-05-02tdf#109143 PDF export: don't reuse compressed bitmaps for cropped imagesMiklos Vajna
2018-04-10graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLinkTomaž Vajngerl
2018-01-29Modernize a bit vcl (part2)Julien Nabet
2018-01-23EPUB export, fixed layout: add chapter names to the navigation documentMiklos Vajna
2018-01-17loplugin:useuniqueptr in PDFExtOutDevDataNoel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-20pdfextoutdevdata: Rearrange code for readability and efficiencyMike Kaganski
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-04-03vcl: avoid divide by zero in PDFExtOutDevData::HasAdequateCompression()Miklos Vajna
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-23tdf#106059 PDF export: create a reference XObject for JPG images with PDF dataMiklos Vajna
2017-02-17tdf#106059 PDF export: include content of PDF images as an embedded fileMiklos Vajna
2017-02-09convert DestAreaType to scoped enumNoel Grandin
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2017-01-04tdf#105093 sd PDF export: handle embedded videosMiklos Vajna
2017-01-04Related: tdf#104841 sw PDF export: handle linked videos on non-first pagesMiklos Vajna
2017-01-02tdf#104841 sd PDF export: handle linked videosMiklos Vajna
2016-11-30tdf#101458 - check PNG for adequate compressionMarco Cecchetti
2016-10-25tdf#99723: target ratio must be reachedJulien Nabet
2016-10-22Typos in commentsJulien Nabet
2016-07-22Resolves: tdf#100838 no transparency support on using original jpg data pathCaolán McNamara
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-04-14loplugin:passstuffbyref in vclNoel Grandin
2016-03-16loplugin:constantparams in vcl/Noel Grandin
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin
2016-02-24tdf#97662 - Avoid JPEG compressing de-compressed PNG.Marco Cecchetti
2016-02-24tdf#97662 - Try to preserve original compressed JPEGs harder.Marco Cecchetti
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-02-09tdf#97662 - Try to preserve original compressed JPEGs harder.Michael Meeks
2016-01-10Fix typosAndrea Gelmini
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara