summaryrefslogtreecommitdiff
path: root/compilerplugins
diff options
context:
space:
mode:
authorMichael Stahl <michael.stahl@allotropia.de>2023-03-08 14:25:26 +0100
committerMichael Stahl <michael.stahl@allotropia.de>2023-03-10 10:59:26 +0000
commit9b38beadf9eaf027b201cdf0ecb2bce5611014dd (patch)
tree3ebbbc6190e791c3b6808bc92da4c44eaf0367be /compilerplugins
parent6c0105307efa15837e9e5287103995312f373b67 (diff)
sw: PDF/UA export: produce Lbl tagged element
Commit bd66a0201fb6d1a127139287cc8b5bd27e3a92c3 did this for editengine text in shapes, but it turns out it's a little more complicated in sw. The SwTaggedPDFHelper nicely lived stack allocated, but list labels are SwLinePortions inside a paragraph, and they can't be painted separately, so if there's a list label the creation of LBody has to be delayed until that is processed. The SwNumberPortion can't even generate the Lbl itself, because there can be multiple portions, they are broken across lines and at script boundaries, and checking their follow flags is also tricky (see previous commit). Change-Id: I0dd383089a7ca0edddf6f805e79615c611a446f9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148556 Tested-by: Michael Stahl <michael.stahl@allotropia.de> Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'compilerplugins')
0 files changed, 0 insertions, 0 deletions