summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/pdfwriter_impl.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-05-26vcl: PDF export: stop adding pointless circular RoleMap entriesMichael Stahl1-3/+2
2023-05-12tdf#155228 vcl: PDF export: /Tabs needs PDF name, not stringMichael Stahl1-1/+1
2023-05-08tdf#155161: Always embed fonts with CFF2 table as PDF Type 3 fontsKhaled Hosny1-0/+7
2023-05-03pass the std::vector instead of its data()Caolán McNamara1-7/+7
2023-05-02ofz#58551 Conditional jump or move depends on uninitialised valueCaolán McNamara1-2/+2
2023-04-28survive exporting to pdf without config for fuzzingCaolán McNamara1-3/+4
2023-04-26tdf#108757 speed up PDF generationNoel Grandin1-5/+6
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)1-13/+13
2023-04-06loplugin:stringadd also check O[U]StringBuffersNoel Grandin1-65/+61
2023-04-05vcl,sw,sd: PDF/UA export: produce better /CT for SdrMediaObjMichael Stahl1-4/+4
2023-04-04tdf#152234 vcl,drawinglayer: PDF/UA export: produce Role for form controlsMichael Stahl1-31/+41
2023-04-04vcl: PDF export: fix erroneous MCID produced for 1st pageMichael Stahl1-0/+3
2023-03-30loplugin:stringadd in vclNoel Grandin1-279/+251
2023-03-27tdf#152234 vcl: PDF/UA export: StructElem<->Annot for form controlsMichael Stahl1-2/+17
2023-03-22vcl: PDF export: simplify version checksMichael Stahl1-6/+2
2023-03-22vcl: PDF/UA export: produce UF and Desc for embedded filesMichael Stahl1-9/+33
2023-03-22vcl,drawinglayer,svx,sw,sd: PDF/UA export: Annot StructElem for SdrMediaObjMichael Stahl1-21/+64
2023-03-20vcl,sd,sw: PDF/UA export: add Alt text to SdrMediaObj media shapesMichael Stahl1-2/+8
2023-03-17tdf#154235: Fix underline position in PDF exportKhaled Hosny1-23/+48
2023-03-14use more string_view in vcl::PDFObjectContainerNoel Grandin1-163/+158
2023-03-13tdf#115321, tdf#139065 render emphasismark for pdf export.Mark Hung1-1/+1
2023-03-13tdf#152218 vcl: PDF/UA export: produce ID for footnote/endnoteMichael Stahl1-12/+68
2023-03-08vcl: PDF export: remove versions PDF_1_2, PDF_1_3Michael Stahl1-23/+11
2023-03-08vcl: PDF export: default to PDF 1.7Michael Stahl1-1/+1
2023-03-08vcl,sw: PDF/UA export: tag headers and footers as requiredMichael Stahl1-2/+53
2023-03-08vcl,filter,officecfg: PDF export: add PDFVersion::PDF_1_7Michael Stahl1-5/+12
2023-03-07tdf#153396 - Bibliography marks improvementsVojtěch Doležal1-1/+6
2023-02-09vcl: GetGlyphOutlineUntransformed() always returns true nowKhaled Hosny1-5/+1
2023-02-07improve readability of VirtualDevice constructorNoel Grandin1-1/+1
2023-02-01tdf#66580 write more metadata to embedded and attached filesTomaž Vajngerl1-5/+31
2023-01-24tdf#66580 write ODF document as an attachment in hybrid modeTomaž Vajngerl1-131/+135
2023-01-12drop internal support for 1-bit imagesNoel Grandin1-24/+10
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin1-3/+3
2023-01-03tdf#114441 Convert sal_uLong to a better typeAndrea Rosetti1-1/+1
2023-01-03vcl: use /MediaBox origin in the ctm...Dennis Francis1-5/+24
2022-12-10vcl: Add /Name key to Type 3 font dictionaryKhaled Hosny1-2/+3
2022-12-10vcl: Add subset ID to Type 3 fonts embedded in PDFKhaled Hosny1-1/+1
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara1-1/+2
2022-11-29SalLayout::mnUnitsPerPixel is always 1Caolán McNamara1-1/+1
2022-11-27tdf#102914: fix artificial italic of fallback fonts in PDF exportKhaled Hosny1-9/+16
2022-11-25vcl,sw: PDF/UA export: add BBox to text frames tooMichael Stahl1-0/+1
2022-11-24tdf#147906 used std::hypot for Pythagorean additionBogdan B1-1/+1
2022-11-24tdf#149140 vcl: PDF/UA export: Scope attribute exists since PDF 1.5Michael Stahl1-1/+3
2022-11-23tdf#108497: instantiate variable fonts in PDFKhaled Hosny1-4/+24
2022-11-21vcl: fix accessing color font colorsKhaled Hosny1-2/+3
2022-11-21remove FontAttributes::meCharSetCaolán McNamara1-1/+1
2022-11-20vcl: add NeedsArtificialBold/Italic() to LogicalFontInstanceKhaled Hosny1-9/+2
2022-11-20vcl: unify skew for artificial italicKhaled Hosny1-1/+1
2022-11-15tdf#149140 vcl,sw: PDF/UA export: add Scope attribute to table headersMichael Stahl1-1/+17
2022-10-29vcl: consistently cam PhysicalFontFace a faceKhaled Hosny1-22/+22