https://bugs.documentfoundation.org/show_bug.cgi?id=172000
Bug ID: 172000
Summary: user-defined index lost \f x
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Created attachment 206958
--> https://bugs.documentfoundation.org/attachment.cgi?id=206958&action=edit
Orginal file with User-Defined Index
User-Defined Index:
1. Orginal file with User-Defined Index: 2-4_BER26_LS_Essen_blauUser.doc
Bild Orginal file with User-Defined Index
It looks like this in XML:
<w:r wsp:rsidR=‘00AA6815’ wsp:rsidRPr=‘008415B5’ ><w:t>Essen</w:t></w:r><w:r
wsp:rsidRPr=‘008415B5’><w:fldChar w:fldCharType=‘begin’/></w:r><w:r
wsp:rsidR=“00AA6815” wsp:rsidRPr=‘008415B5’ ><w:instrText>
</w:instrText></w:r><w:r wsp:rsidR=‘008B0AA5’ wsp:rsidRPr=‘008415B5’
><w:instrText>XE</w:instrText></w:r><w:r wsp:rsidR=‘00AA6815’
wsp:rsidRPr=‘008415B5’ ><w:instrText> ‘Essen’ \f t </w:instrText></w:r><w:r
wsp:rsidRPr=“008415B5”><w:fldChar w:fldCharType=‘end’/></w:r>
2. converted to odt: 2-4_BER26_LS_Essen_blauUser.odt
looks like this in content.xml:
<text:user-index-mark text:string-value=‘Essen’ text:index-name=‘User-Defined’
text:outline-level=‘1’/>
3. when converted from .odt to Word 2007 .docx:
2-4_BER26_LS_Essen_blauUserToDocx.docx
looks like this in XML:
<w:r><w:t>Essen</w:t></w: r><w:r><w:fldChar
w:fldCharType=‘begin’/></w:r><w:r><w:instrText> XE “Essen” \f ‘User-Defined
Index’ </w:instrText></w:r><w:r><w:fldChar w:fldCharType=‘end’/></w:r>
=> The index suffix is lost, e.g. \f t
--
You are receiving this mail because:
You are the assignee for the bug.