diff options
author | Armin Le Grand (allotropia) <armin.le.grand.extern@allotropia.de> | 2022-11-17 18:57:34 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2022-11-22 13:04:00 +0100 |
commit | 87383b341a6bf515a209ad2e7a2a1289059b781e (patch) | |
tree | 8557d8a3b8c22272df2a46f4ab57752c80e583ed /svx/inc | |
parent | 81791adc414adcaa9f43b5f449ad0f6752e01df7 (diff) |
tdf#135638 svx,sd: PDF/UA export: tag SdrObject shapes as Figure etc.
Move the code that already exists in sd class ImplRenderPaintProc
to ViewObjectContact::getPrimitive2DSequence(), where it is used by all
applications, and take into account the caching there, which matters for
performance.
Change-Id: Iabc00b7c894f042673c7217199236a05a5d67959
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142901
Tested-by: Jenkins
Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/sdr/contact/objectcontactofobjlistpainter.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/inc/sdr/contact/objectcontactofobjlistpainter.hxx b/svx/inc/sdr/contact/objectcontactofobjlistpainter.hxx index fcfe510845b7..af72593adef2 100644 --- a/svx/inc/sdr/contact/objectcontactofobjlistpainter.hxx +++ b/svx/inc/sdr/contact/objectcontactofobjlistpainter.hxx @@ -77,6 +77,7 @@ public: // pdf export? Default is false virtual bool isOutputToPDFFile() const override; + virtual bool isExportTaggedPDF() const override; virtual OutputDevice* TryToGetOutputDevice() const override; }; |