https://bugs.freedesktop.org/show_bug.cgi?id=47252

             Bug #: 47252
           Summary: FILESAVE: cross-references do not export well to DOCX
                    file
    Classification: Unclassified
           Product: LibreOffice
           Version: LibO 3.4.4 release
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
 Status Whiteboard: BSA
          Severity: normal
          Priority: medium
         Component: Writer
        AssignedTo: libreoffice-bugs@lists.freedesktop.org
        ReportedBy: a...@trigonic.com


Added cross-reference links in an ODT file to numbered paragraphs earlier in
the document using "Reference".  In Writer, this shows up as the name of the
paragraph being referenced.  These look fine until exported to DOCX.

Opening the DOCX file back in Writer shows the reference text as
__RefNumPara__173_1178930885.  Typing around these refs in Writer appears to
fix them.

Looking at the DOCX archive, word/document.xml appears to actually have the
reference ID as text:

<w:r><w:rPr/><w:fldChar w:fldCharType="begin"/></w:r>
<w:r><w:instrText> REF __RefNumPara__173_1178930885 \h </w:instrText></w:r>
<w:r><w:fldChar w:fldCharType="separate"/></w:r>
<w:r><w:t xml:space="preserve"> __RefNumPara__173_1178930885</w:t></w:r>  <!--
here -->
<w:r><w:fldChar w:fldCharType="end"/></w:r>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to