<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Slow response in document with many tables after Table tree is expanded in Navigator"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143268#c32">Comment # 32</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Slow response in document with many tables after Table tree is expanded in Navigator"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143268">bug 143268</a>
              from <span class="vcard"><a class="email" href="mailto:raykowj@gmail.com" title="Jim Raykowski <raykowj@gmail.com>"> <span class="fn">Jim Raykowski</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>