summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
AgeCommit message (Expand)Author
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-26tdf#144513 improve perf when breaking long linesNoel Grandin
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann
2021-10-21tdf#144222 fix pdf export with vertical layoutMark Hung
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock
2021-09-15loplugin:unusedfieldsNoel Grandin
2021-09-15loplugin:constvarsNoel Grandin
2021-09-03pull duplicate field out of GlyphItemNoel Grandin
2021-08-31vcl: move RemoveTransparenciesFromMetaFile() to outdev/transparent.cxxChris Sherlock
2021-08-28tdf#74702 vcl: remove GetOutDevType() from ImplNewFont()Chris Sherlock
2021-08-27Take the PDF graphic rendering DPI into account when exportingTomaž Vajngerl
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-16Drop tools::Rectangle::getX/getY, which are just duplicates of Left/TopMike Kaganski
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-07-21flatten vector in ImplMultiTextLineInfoNoel Grandin
2021-05-28Select svl crypto backend in configure.acJan-Marek Glogowski
2021-05-17vcl PDF export: fix re-exporting PDF images with arbitrary page-level rotationMiklos Vajna
2021-05-11gtk4: menu item text seems to be parsed as xml now, so escape the basicsCaolán McNamara
2021-04-28use string_view in INetURLObject::encodeNoel Grandin
2021-04-26drop mask from BitmapExNoel Grandin
2021-04-02vcl: remove GetBitCount and GetColorCount from Bitmap{Ex}Tomaž Vajngerl
2021-03-31drop 4bpp image formatsNoel
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel
2021-03-11tdf#127217: Fix buttons in forms not working in Adobe ReaderJulien Nabet
2021-03-03drop TransparentType::Color usageNoel Grandin
2021-03-03tdf#140606 make PDF parsing more lenient and prevent a crashTomaž Vajngerl
2021-02-05Revert "Fix typo in code"Stephan Bergmann
2021-02-04Fix typo in codeAndrea Gelmini
2021-01-28TopLeft().Y() -> Top() etc.Caolán McNamara
2021-01-19vcl: remove or rename too long methods names in VectorGraphicDataTomaž Vajngerl
2021-01-16tdf#139643: fix missing PDF/UA flagJulien Nabet
2021-01-13vcl: use BinaryDataContianer in VectorGraphicDataTomaž Vajngerl
2020-12-29use new toRadians function in more placesNoel Grandin
2020-12-29vcl: move local bitmap headers to inc/bitmap directoryChris Sherlock
2020-12-26vcl: use Color:IsTransparent() where appropriateChris Sherlock
2020-12-24custom literal for Degree10Noel Grandin
2020-12-24vcl: move access functions into appropriate bitmap access filesChris Sherlock
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-02pdf: deduplicate resources when copying from external PDF streamTomaž Vajngerl
2020-10-28std::set->o3tl::sorted_vector in vclNoel Grandin
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19use tools::Long in vclNoel
2020-10-01loplugin:reducevarscope in vclNoel
2020-09-17tdf#136805 PDF export: re-add XMP basic meta dataJan-Marek Glogowski