[Libreoffice-bugs] [Bug 130262] Writer thinks a two page doc file has an infinite number of pages

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Wed Feb 5 08:38:23 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=130262

--- Comment #8 from Miklos Vajna <vmiklos at collabora.com> ---
A couple of pointers:

- The DOC import starts in WW8Reader::Read, put a breakpoint there before you
enable other breakpoints, so you don't get noise from soffice startup.

- The upper/lower spacing is read in SwWW8ImplReader::Read_UL(), the first
thing I would check if nPara there is ever indeed that large 13520 value.

- If not, you could put a breakpoint on SvxULSpaceItem::SvxULSpaceItem() and
see if anybody creates such a pool item with the 13520 value.

Hopefully one of these will tell you the source of the 13520 value.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200205/3b36559e/attachment.htm>


More information about the Libreoffice-bugs mailing list