diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2023-08-30 16:24:50 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2023-09-01 22:07:13 +0200 |
commit | ee3c3fcf5c48964f7bc1d64484409f072c614866 (patch) | |
tree | 90e3289085bc016a24ea445312c14e74ef020a80 /sw/source/ui/vba/vbabookmark.hxx | |
parent | 6896c46567c571a7ae6eb60268de962e3d4ae8bb (diff) |
tdf#157028 sw: PDF/UA export: reduce the number of Span ILSEs
Currently every text portion produces its own Span ILSE, which means
there's at least one per line.
But that seems a bit excessive, let's try to merge the portions and
create new Spans only when needed, i.e. when the formatting properties
that are exported change.
ILSEs may even be nested, e.g. a Span may contain Link or Span.
This will only merge within one SwTextFrame; merging across split
SwTextFrames looks too difficult to implement.
Change-Id: Id9b02332c580266f78da048be80ecceff1b28eca
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156299
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'sw/source/ui/vba/vbabookmark.hxx')
0 files changed, 0 insertions, 0 deletions