summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-16tdf#113875: Properly export 1bpp greylevel (but not B&W) PNG images to PDFTor Lillqvist1-4/+23
2017-11-15loplugin:flatten in vclNoel Grandin1-241/+246
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin1-6/+3
2017-11-09tdf#113428: Fix glyph positions in PDF exportKhaled Hosny1-4/+10
2017-11-03loplugin:constparam in vcl,svtoolsNoel Grandin1-3/+3
2017-10-30Constify some VCL interface functionsJan-Marek Glogowski1-1/+1
2017-10-30Replace list by vector for m_aSubsets (vcl)Julien Nabet1-9/+9
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: vclStephan Bergmann1-7/+7
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-6/+6
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-7/+7
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-29/+29
2017-09-12tdf#108963 PDF export of editeng text highlight: handle rotated textMiklos Vajna1-1/+11
2017-08-24vcl PDF export: remove no longer direct NSS dependencyMiklos Vajna1-14/+0
2017-08-17Fix typosAndrea Gelmini1-3/+3
2017-07-20loplugin:unusedfields in vclNoel Grandin1-1/+1
2017-07-18loplugin:constparams in vclNoel Grandin1-5/+5
2017-07-16vcl: use svl signing and remove moved codeAshod Nakashian1-1834/+12
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-2/+2
2017-07-07vcl: clean up all #if OSL_DEBUG_LEVEL checks in pdfwriter_impl.cxxMichael Stahl1-95/+76
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-06-28loplugin:oncevar in vclNoel Grandin1-5/+4
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin1-7/+1
2017-06-15tdf#99680 save graphic state even for empty clipping regionVasily Melenchuk1-1/+1
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-5/+5
2017-06-07Replace vcl::SalLayout Release with destructorTamas Bunth1-3/+3
2017-06-05typosJulien Nabet1-2/+2
2017-06-01tdf#99680 modified clipping for PDF exportVasily Melenchuk1-5/+6
2017-05-30vcl: replace dynamic lookups of Windows 7 APIs with static callsMichael Stahl1-25/+2
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-2/+2
2017-05-29vcl PDF export, nss: use comphelper::HashMiklos Vajna1-48/+18
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-40/+14
2017-05-25tdf#108056 PDF export: work with double page sizeMiklos Vajna1-2/+2
2017-05-23tdf#105461 PDF export of editeng fill color: restrict to logic map modesMiklos Vajna1-1/+4
2017-05-19loplugin:stringcopy: vclStephan Bergmann1-1/+1
2017-04-28loplugin:salunicodeliteral: vclStephan Bergmann1-6/+6
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-2/+1
2017-04-13Removed duplicated includesAndrea Gelmini1-1/+0
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-1/+1
2017-04-11PDF export of PDF images: compress page stream if requestedMiklos Vajna1-9/+8
2017-04-11Related: tdf#106972 vcl PDF import: downgrade PDF >= 1.5Miklos Vajna1-29/+3
2017-04-11tdf#107089 PDF export of PDF images: handle mixed filters of page streamsMiklos Vajna1-11/+27
2017-04-10Related: tdf#107013 PDF export of PDF images: improve content streamsMiklos Vajna1-64/+71
2017-04-07tdf#107018 PDF export of PDF images: handle references in nested dictionariesMiklos Vajna1-6/+4
2017-04-07PDF export of PDF images: avoid invalid offset for not used jpeg bitmapsMiklos Vajna1-1/+2
2017-04-07tdf#107013 PDF export of PDF images: handle page tree and content streamsMiklos Vajna1-63/+90
2017-04-05Related: tdf#106972 vcl PDF export, PDF images: ignore PDF >= 1.5Miklos Vajna1-2/+28
2017-04-05tdf#106972 vcl PDF export, PDF images: handle indirect font referencesMiklos Vajna1-8/+28
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann1-1/+1