summaryrefslogtreecommitdiffstats
path: root/sanitize-ubsan-excludelist
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2024-05-07 08:13:37 +0200
committerMiklos Vajna <vmiklos@collabora.com>2024-05-07 09:18:06 +0200
commit6200d89b905d51776ff4f3c8a84f338655ffaa7f (patch)
tree836c6dff7ce6a30def6eb5737e7bc13376bde24e /sanitize-ubsan-excludelist
parenttdf#160814 writerfilter: insert comment after other comments #2 (diff)
downloadcore-master.tar.gz
core-master.zip
tdf#160952 sw: ignore top margin of para on non-first pages with newer DOCX HEADmaster
The 2nd page of the bugdoc has a single paragraph, with a non-zero top margin. This is ignored in Word, but wasn't ignored in Writer. Experimenting with the document, it looks like old Word files also don't ignore this top margin: it started when the compat mode is upgraded (from binary DOC or Word 2010) to Word 2023 or newer. Also the top margin is only ignored for the first paragraph on the page, and only in case it's not on the first page. Fix the problem by introducing a new SwFrame::IsCollapseUpper() function to decide if the upper margin should be collapsed or not, and then by using it in SwFlowFrame::CalcUpperSpace() at one place where we read the top margin from the doc model. Take advantage of the fact that we have related, existing compat flags that tell us if we're in "Word >= 2013" compat mode: see e.g. GetFlyAnchorBottom(), which explains DocumentSettingId::TAB_OVER_MARGIN is a good indicator that this is a "Word <= 2010" document. Also, DocumentSettingId::TAB_OVER_SPACING is an indicator that this is a Word document, so we want the "TabOverSpacing && !TabOverMargin" case. This doesn't change all reads of the upper spacing of a text node, but is enough to avoid the unwanted top spacing, as demonstrated by the bugdoc. Change-Id: Ibdebdf5f0555256a0b6ed85d07079f14ef69a576 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167252 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sanitize-ubsan-excludelist')
0 files changed, 0 insertions, 0 deletions