summaryrefslogtreecommitdiff
path: root/vcl/inc/pdf
AgeCommit message (Expand)AuthorFilesLines
2023-01-03tdf#114441 Convert sal_uLong to a better typeAndrea Rosetti1-1/+1
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-1/+1
2022-11-27tdf#102914: fix artificial italic of fallback fonts in PDF exportKhaled Hosny1-3/+5
2022-11-23tdf#108497: instantiate variable fonts in PDFKhaled Hosny1-1/+5
2022-10-29vcl: check the correct face for color glyphsKhaled Hosny1-1/+1
2022-10-27vcl: re-exporting broken pdfs -> empty pagesDennis Francis2-1/+43
2022-10-25tdf#148934 PDF/UA export: add Contents entry to Link annotationsMichael Stahl1-2/+4
2022-10-03tdf#151262 drop subpixel->logic pos assertsCaolán McNamara1-3/+3
2022-10-03tdf#150786 use the same colors for pdf widgets regardless of themeCaolán McNamara1-1/+2
2022-09-27tdf#151187 don't check glyph substitute positionsCaolán McNamara1-2/+2
2022-09-23vcl: tdf#121327 PDF export for bitmap color fontsKhaled Hosny1-0/+15
2022-09-21use more string_view in vclNoel Grandin1-1/+1
2022-09-19vcl: tdf#104403 PDF export for layered color fontsKhaled Hosny1-2/+18
2022-09-06vcl: Drop now unused PDFFontCacheKhaled Hosny2-73/+1
2022-09-06vcl: Use GetGlyphWidth() when emitting system fontsKhaled Hosny1-1/+4
2022-09-05vcl: fontinstance.{cxx,hxx} -> LogicalFontInstance.{cxx,hxx}Khaled Hosny1-1/+1
2022-09-03don't check that the shadow positions map back to source mapmode integersCaolán McNamara1-1/+1
2022-08-25use DevicePoint and SubPixelToLogic to return to source coord systemCaolán McNamara2-2/+4
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny1-1/+1
2022-07-20tdf#127236 vcl: fix missing encryption of PDF images during exportMiklos Vajna1-2/+2
2022-07-18cid#1507357 Big parameter passed by valueCaolán McNamara1-1/+1
2022-07-13clang-tidy modernize-pass-by-value in vclNoel Grandin1-1/+1
2022-06-09loplugin:unusedmethodsNoel Grandin1-2/+0
2022-06-09Use same glyph width in PDF drawing and font subsetKhaled Hosny1-2/+6
2022-05-25cid#1504535 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-05-22cid#1504535 Uninitialized scalar fieldCaolán McNamara1-1/+3
2022-05-18tdf#105972: pdf form: export date fields as date typeXisco Fauli1-0/+1
2022-05-18tdf#105972: pdf form: export time fields as time typeXisco Fauli1-0/+1
2022-05-17tdf#105972: pdf form: export numeric and currency fields as number typeXisco Fauli1-0/+4
2022-05-12tdf#143612: map SecondaryRefValue in form pdf exportXisco Fauli1-1/+2
2022-05-01use string_view in WhitespaceToSpaceNoel Grandin1-2/+2
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann1-1/+1
2022-04-08use just one shared global SalLayoutGlyphsCacheLuboš Luňák1-3/+0
2022-04-08use SalLayoutGlyphsCache in PDFWriterImplLuboš Luňák1-0/+3
2021-11-25vcl: pInputElement is never nullptr in PDFObjectCopier::copyRecursively()Miklos Vajna1-1/+1
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin1-1/+1
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin1-1/+1
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock3-12/+12
2021-09-28vcl: rename OutDevState to StackChris Sherlock1-3/+3
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock2-3/+2
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock3-0/+6
2021-09-20tdf#124176 - Use pragma once instead of include guardsChris Sherlock2-8/+3
2021-09-15loplugin:finalclassesNoel Grandin1-3/+2
2021-09-15loplugin:unusedfieldsNoel Grandin1-1/+0
2021-09-07vcl: followup tdf#74702 vcl: remove GetOutDevType() from ImplNewFont()Chris Sherlock1-1/+1
2021-08-31vcl: move RemoveTransparenciesFromMetaFile() to outdev/transparent.cxxChris Sherlock3-0/+1430
2021-08-27Take the PDF graphic rendering DPI into account when exportingTomaž Vajngerl1-0/+18
2021-03-03tdf#140606 make PDF parsing more lenient and prevent a crashTomaž Vajngerl1-4/+8
2021-01-22find-can-be-private-symbolsNoel1-1/+1
2021-01-13vcl: use BinaryDataContianer in VectorGraphicDataTomaž Vajngerl1-3/+4