summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
AgeCommit message (Expand)Author
2022-06-09Use same glyph width in PDF drawing and font subsetKhaled Hosny
2022-06-03elide some makeStringAndClear() classNoel Grandin
2022-05-18tdf#105972: pdf form: export date fields as date typeXisco Fauli
2022-05-18tdf#105972: pdf form: export time fields as time typeXisco Fauli
2022-05-17tdf#105972: pdf form: export numeric and currency fields as number typeXisco Fauli
2022-05-16pdfwriter: validator: fix rule 6.4-3Xisco Fauli
2022-05-12tdf#143612: map SecondaryRefValue in form pdf exportXisco Fauli
2022-05-12related: tdf#148442: do not replace 'Yes' if onValue is emptyXisco Fauli
2022-05-11tdf#148442: map RefValue property to onValue in pdfXisco Fauli
2022-05-03Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-01use string_view in WhitespaceToSpaceNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-14compute subset of glyphs in SalLayoutGlyphsCache (tdf#139604)Luboš Luňák
2022-04-09no public data members in GlyphItemLuboš Luňák
2022-04-08use just one shared global SalLayoutGlyphsCacheLuboš Luňák
2022-04-08ignore Point logicalPos argument in SalLayoutGlyphsCacheLuboš Luňák
2022-04-08use SalLayoutGlyphsCache in PDFWriterImplLuboš Luňák
2022-03-22use dashing info from struct LineInfo in EPS writer (tdf#146804)Luboš Luňák
2022-03-17tdf#148033: Loss of precision in /MediaBox (PDFWriterImpl::emitCatalog())Lemures Lemniscati
2022-03-15use CreateTextLayoutCache() in PDF export (tdf#116400)Luboš Luňák
2022-03-09PDF export of PDF images: don't preserve annotations in generalMiklos Vajna
2022-03-09tdf#143216: pdfwriter: Don't treat semi-valid URIs as local pathsDr. David Alan Gilbert
2022-02-07PDF export: increase default precision of doublesMiklos Vajna
2022-02-04PDF export: improve precision of pdf image sizesMiklos Vajna
2022-01-16tdf#146439 retain precise base start pos when using ResolutionIndependentLayoutCaolán McNamara
2022-01-12keep positions as DeviceCoordinate within SalLayoutCaolán McNamara
2022-01-07PDF export of PDF images: preserve hyperlinksMiklos Vajna
2021-12-30Fix uppercase EOT => LIBEOT usageJan-Marek Glogowski
2021-12-14Stream::Tell returns sal_uInt64Noel Grandin
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