[Libreoffice-bugs] [Bug 134489] Paste as RTF substantial slow compared to save as RTF
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Feb 16 18:49:38 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=134489
Telesto <telesto at surfxs.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEEDINFO |UNCONFIRMED
CC| |libreoffice at nisz.hu
Ever confirmed|1 |0
--- Comment #6 from Telesto <telesto at surfxs.nl> ---
@NISZ
Maybe interested. Debugger does show numerous times:
warn:sw.core:9604:4448:sw/source/core/doc/textboxhelper.cxx:548:
SwTextBoxHelper::syncProperty: unhandled property: Graphic
Apparently this case not being covered
->
https://opengrok.libreoffice.org/xref/core/sw/source/core/doc/textboxhelper.cxx?r=d7e5fa3b#421
----
However also something else appears to cause (more) lag
warn:legacy.osl:9604:4448:sw/source/filter/ww8/ww8atr.cxx:428: Not possible
surely
424 bool MSWordExportBase::SetCurrentPageDescFromNode(const SwNode &rNd)
425 {
426 bool bNewPageDesc = false;
427 const SwPageDesc* pCurrent = SwPageDesc::GetPageDescOfNode(rNd);
428 OSL_ENSURE(pCurrent && m_pCurrentPageDesc, "Not possible surely");
--
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/20210216/a7f6c303/attachment.htm>
More information about the Libreoffice-bugs
mailing list