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

--- Comment #32 from Jim Raykowski <[email protected]> ---
AFAICT this slow behavior has always existed. It is caused by the way table
names are inserted into the Navigator content tree. Please see
sw/source/uibase/utlui/content.cxx SwContentType::FillMemberList case
ContentTypeId::TABLE code block.

Refilling the table member list only when the number of tables change will not
update the list when a table is renamed or it's visibility changes.

An improvement in response can be seen if the second argument to
SwEditShell::GetTableFrameFormat is changed from true to false in the member
loop.

GetTableFrameFormat const SwFrameFormat& rTableFormat =
m_pWrtShell->GetTableFrameFormat(i, false);

Renaming a Table using the Rename object: dialog also shows this slowness when
the document has a large number of tables.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to