summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
AgeCommit message (Expand)Author
2019-04-10Embedded PDF: It is a shared_ptr, no need to copy.Jan Holesovsky
2019-04-03pdfium: Use std::vector to hold the PdfData.Jan Holesovsky
2018-06-01pdf: share pdf data in GraphicTomaž Vajngerl
2018-03-26tdf#115117: Fix PDF ToUnicode CMAP for ligaturesKhaled Hosny
2018-01-23its defineresource not define resourceCaolán McNamara
2017-11-25Modernize pdfwriter_impl, part 2 (vcl)Julien Nabet
2017-11-24Modernize pdfwriter_impl by using for-range loops (vcl)Julien Nabet
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-23Replace list by vector for m_aJPGs pdfwriter_impl (vcl)Julien Nabet
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-11-16tdf#113875: Properly export 1bpp greylevel (but not B&W) PNG images to PDFTor Lillqvist
2017-11-15loplugin:flatten in vclNoel Grandin
2017-11-14use std::unique_ptr for SalLayoutNoel Grandin
2017-11-09tdf#113428: Fix glyph positions in PDF exportKhaled Hosny
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-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin
2017-09-12tdf#108963 PDF export of editeng text highlight: handle rotated textMiklos Vajna
2017-08-24vcl PDF export: remove no longer direct NSS dependencyMiklos Vajna
2017-08-17Fix typosAndrea Gelmini
2017-07-20loplugin:unusedfields in vclNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-16vcl: use svl signing and remove moved codeAshod Nakashian
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin
2017-07-07vcl: clean up all #if OSL_DEBUG_LEVEL checks in pdfwriter_impl.cxxMichael Stahl
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin
2017-06-15tdf#99680 save graphic state even for empty clipping regionVasily Melenchuk
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-07Replace vcl::SalLayout Release with destructorTamas Bunth
2017-06-05typosJulien Nabet
2017-06-01tdf#99680 modified clipping for PDF exportVasily Melenchuk
2017-05-30vcl: replace dynamic lookups of Windows 7 APIs with static callsMichael Stahl
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-29vcl PDF export, nss: use comphelper::HashMiklos Vajna
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-25tdf#108056 PDF export: work with double page sizeMiklos Vajna
2017-05-23tdf#105461 PDF export of editeng fill color: restrict to logic map modesMiklos Vajna
2017-05-19loplugin:stringcopy: vclStephan Bergmann
2017-04-28loplugin:salunicodeliteral: vclStephan Bergmann
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-04-13Removed duplicated includesAndrea Gelmini
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin