[Libreoffice-bugs] [Bug 121074] Missing images in an XLSX on Linux and macOS (OK on Windows)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Jan 13 16:14:23 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=121074
--- Comment #17 from Julien Nabet <serval2412 at yahoo.fr> ---
(In reply to Julien Nabet from comment #13)
> I also noticed this on gdb:
> Thread 1 "soffice.bin" hit Breakpoint 3,
> oox::xls::WorksheetGlobals::getDrawPageSize (this=0x55555c5e3470) at
> /home/julien/lo/libreoffice/sc/source/filter/oox/worksheethelper.cxx:530
> 530 OSL_ENSURE( (maDrawPageSize.Width > 0) && (maDrawPageSize.Height >
> 0), "WorksheetGlobals::getDrawPageSize - called too early, size invalid" );
> (gdb) p maDrawPageSize
> $5 = {Width = 1852758, Height = -1077093842}
Mike: on Win10 with master sources updated today + Visual Studio 2019 (16.4.2),
I added a trace and got this:
aSize.Width()=1852758 aSize.Height()=2147483647
So here Height is positive => no pb to display images.
--
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/20200113/735bc0cb/attachment.htm>
More information about the Libreoffice-bugs
mailing list