[Libreoffice-bugs] [Bug 128812] LibreOffice - calc - specific xlsx document (almost) any operation (FILEOPEN, FORMATTING) takes about 1 min

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Nov 18 20:52:38 UTC 2019


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

Julien Nabet <serval2412 at yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |erack at redhat.com

--- Comment #7 from Julien Nabet <serval2412 at yahoo.fr> ---
Eike: I took a look at the first Flamegraph and noticed that GetThis called
rEntry.GetQueryItem()
(see
https://opengrok.libreoffice.org/xref/core/sc/source/core/data/dociter.cxx?r=c2d8341e#1109).
This function resizes the vector maQueryItems to 1
(see
https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/queryentry.cxx?r=a6a5064c#118)

but line 1154 still in GetThis, we got:
...rEntry.GetQueryItems().size() == 1...
GetQueryItems returns also maQueryItems
(see
https://opengrok.libreoffice.org/xref/core/sc/inc/queryentry.hxx?r=f8edef39#66)

A bit weird, isn't it?

-- 
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/20191118/eba2a5a8/attachment.html>


More information about the Libreoffice-bugs mailing list