<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add an Outline View layout and editing mode to Writer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=38093#c141">Comment # 141</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Add an Outline View layout and editing mode to Writer"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=38093">bug 38093</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>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=163540" name="attach_163540" title="outline folding with persistence">attachment 163540</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=163540&action=edit" title="outline folding with persistence">[details]</a></span>
outline folding with persistence

Persistence seems to be working. This is my first time poking around xmloff
export and import. It would be super great to have this looked over by a kind
dev with experience in this area. Persistence addition was the only changes in
patchset 21. loext:outline-content-visible is the tag used to indicate outline
content was folded. Below is a cut out of a content.xml office:body tag that
shows Heading 2 and Heading 4 outline content was folded when the document was
saved.   

<office:body>
<office:text>
<text:sequence-decls>
...
</text:sequence-decls>
<text:h text:style-name="P1" text:outline-level="1">Heading 1</text:h>
<text:p text:style-name="P5">A paragraph under Heading 1</text:p>
<text:h text:style-name="P2" text:outline-level="2"
loext:outline-content-visible="false">Heading 2</text:h>
<text:p text:style-name="P5">A paragraph under Heading 2</text:p>
<text:h text:style-name="P3" text:outline-level="2">Heading 3</text:h>
<text:p text:style-name="P5">A paragraph under Heading 3</text:p>
<text:h text:style-name="P4" text:outline-level="3"
loext:outline-content-visible="false">Heading 4</text:h>
<text:p text:style-name="P5">A paragraph under Heading 4</text:p>
</office:text>
</office:body></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>