summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl2.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-08-25iRelated rhbz#1618703: Properly handle failure en-/decoding PDF fileStephan Bergmann1-18/+28
2018-05-22tdf#106702 PDF export: fix missing images from Writer headers/footersMiklos Vajna1-1/+1
2018-04-10graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLinkTomaž Vajngerl1-1/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-1/+1
2018-02-22loplugin:changetoolsgen in vclNoel Grandin1-8/+8
2018-02-21forcepoint #4Caolán McNamara1-6/+21
2018-01-16tdf#114939 vcl: don't use StarOffice MD5 in PDF exportMichael Stahl1-107/+62
2018-01-15More loplugin:cstylecast: vclStephan Bergmann1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-17/+17
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-11-15loplugin:flatten in vclNoel Grandin1-153/+154
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-2/+2
2017-10-23loplugin:includeform: vclStephan Bergmann1-7/+7
2017-09-10OSL_ASSERT->assert in putG4Bits (vcl)Julien Nabet1-1/+1
2017-09-06loplugin:unnecessaryparen include case statementsNoel Grandin1-51/+51
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-06-28loplugin:oncevar in vclNoel Grandin1-4/+2
2017-06-02Improved loplugin:redundantcast static_cast handling: vclStephan Bergmann1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-2/+2
2017-05-07tdf#43157: convert most of vcl codebase away from OSL_ASSERT to assertChris Sherlock1-2/+2
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin1-4/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-6/+6
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-02-23tdf#106059 PDF export: create a reference XObject for JPG images with PDF dataMiklos Vajna1-1/+1
2017-02-22tdf#106059 PDF export: create a reference XObject for PDF imagesMiklos Vajna1-7/+0
2017-02-21-Werror=registerStephan Bergmann1-3/+3
2017-02-17tdf#106059 PDF export: write form XObject proxy for PDF imagesMiklos Vajna1-1/+1
2017-02-17tdf#106059 PDF export: include content of PDF images as an embedded fileMiklos Vajna1-0/+7
2017-02-09convert BmpConversion to scoped enumNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+1
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-2/+2
2016-12-06OSL_TRACE -> SAL_ in vclNoel Grandin1-3/+3
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-05convert GradientStyle to scoped enumNoel Grandin1-2/+2
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-61/+41
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin1-2/+2
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in vclNoel Grandin1-1/+1
2016-02-24tdf#97662 - Avoid JPEG compressing de-compressed PNG.Marco Cecchetti1-2/+8
2016-02-24tdf#97662 - Try to preserve original compressed JPEGs harder.Marco Cecchetti1-11/+25
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-6/+6
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-13/+13
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-0/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+5