Created attachment 92020 [details] File containing index If we open a docx file containing index (alphabetical index) those are loaded as normal text instead of alphabetical index. When we save the same file, index information is lost.
Nikhil Walvekar committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=07911ac9fd343fd59229b631c0fcf8dd30426b07 fdo#73596 Added support to import and export Index from docx. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Vinaya Mandke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=263938c4a8789d881f8e736d317b6bcc09c3bce5 fdo#73596 [DOCX] Multiple Columns in Index The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Vinaya Mandke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a45bdb8aa8f3a183842c715106e4f6e59f2f94c7 fdo#73596 [DOCX] Auto Columns in Index The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Nikhil Walvekar committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d043c9e3be791993348afaba6effdc3731f7c33d fdo#73596 Added support to import and export \r,\h Index flags. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Vinaya Mandke committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=7691532a89a94120c220f77e8cc6c42615e3d7c4 fdo#73596 [DOCX] Index:distance between columns The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Looks like the fields are correctly exported back to .docx. Though a strange thing is going on when updating the roundtripped index. If you update the roundtripped index in word, a new line is added between the previous paragraph ('On the Insert tab, the') and the index. As far I tried, I can't delete this new line. Bug in Word or somewhere in the roundtripped file :)? Looks like the original file doesn't have this behavior. Kind regards, Joren
Closing this issue as it is no more reproducible on latest LO master dated 17th April 2014.
Reopening this Issue as all Index switches are still not supported. All available switches:: \b \c \d \e \f \g \k \l \p \r \s \y \z Currently supported:- \r \c \e \f Description of the switches:- http://office.microsoft.com/en-in/word-help/field-codes-index-field-HA102017394.aspx Commit for \f: https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=a7bc9c1e4977bd3430df69287fa0a8377a686c58
Does not look like an easyHack. Please when adding easyHack also add topic<foo> (if relevant), skill<foo>, difficulty<foo> (if known).
Not exactly sure how to reproduce this. Could someone share some precise steps we could follow?
(In reply to Stéphane Guillou (stragu) from comment #10) > Not exactly sure how to reproduce this. > Could someone share some precise steps we could follow? This is about the References ribbon - Index group. First you need to use the Mark Entry button to mark a few words in the document, then Insert Index button creates this Index (in Word) or Alphabetical Index (as Writer calls it). This report is kinda generic, it would be better to split it up to smaller issues.