https://bugs.documentfoundation.org/show_bug.cgi?id=153742
--- Comment #7 from Miklos Vajna <[email protected]> --- Word only has inline (our "as char") and anchored (our "at char") anchor types, so mapping anything to "to paragraph" would be data loss (you now only know the paragraph, not the character position), that's what the above commit fixes. When trying to see why much of the content from page 1 moves to page 2 in Writer, what caught my eye is that the wrap type of the full-page shape on page 1 is "parallel" in Writer, but it's "through" in Word. I guess the root of this problem will be this wrap type, since changing the wrap type to "through" on the Writer UI fixes the problem. I expect that was a problem before the above commit already, so the current "confirmed but, but not a regression from the above commit" state looks correct to me. Thanks. -- You are receiving this mail because: You are the assignee for the bug.
