summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-02-16 08:49:47 +0100
committerMiklos Vajna <vmiklos@collabora.com>2023-02-16 09:24:55 +0000
commit2f0b16a6a9bfff1646b14412e5918b6d483b9cdc (patch)
tree26930ba5c25c0be42bda594aaabc115bc01dee48 /autogen.sh
parent65efe0e2783660780da7dc126e5f34422f312814 (diff)
sw floattable: limit vertical position for the follows of split flys
The bugdoc has 2 pages and the 2nd page had a fly frame with an unexpected vertical shift towards the bottom. The problem is that the floattable has a vertical offset defined, but Word only handles that on the first page of the split table, not on later pages. This makes sense: we split the table to multiple pages so that the content fits, an additional offset on follow pages would result in a lot of additional pages. Fix the problem by adjusting SwToContentAnchoredObjectPosition::CalcPosition(), so that the vertical offset is only applied on master flys, not on follow flys. This implicitly means that the behavior is unchanged for non-split flys, since those always have a first page, which is nicely consistent. Change-Id: I8c86cd2df6868cc5c1a10dfec359f3e02f5c1102 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147141 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions