Created attachment 73346 [details] The rtf file with the "Dot" lists problems This is also present in LO3.6, but not in EuroOffice2011 nor in Lotus Symphony 3.0.1 nor in Wordpad XP/7: The attached RTF file isn't recognizing the dots as list stuff correctly. Luckily the "arrorws" are not displayed correctly. This file was generated with MSO2010 (and slightly modified with a text editor to remove company specific stuff)
Miklos I guess that is a bug for you ;-) Change if I'm wrong.
Changing version as reporter has stated that it exists in 3.6
yes, indeed I talked about 3.6, but I tested that also in 4.0rc. (As I'm having 4.0rc installed at home and 3.6 at work) mmmh, there is a big spelling error: > Luckily the "arrorws" are not displayed correctly. should be > Luckily the "arrorws" are now displayed correctly. But the issue still stands: the "dot like" list types aren't displayed correctly. Maybe I have the time to check the other standard formats.
the version is the oldest version that the bug has been seen on, not the latest one it's been seen on. Please don't make it newer if you see the same bug on an older version. We use comments to keep track of newer version tests
Please see this link for instructions on how to report a bug, includes our use of "Version" field https://wiki.documentfoundation.org/BugReport_Details
There are at least two problems here: 1) the domain mapper (shared between the DOCX and RTF importer) ignores the w:lvlOverride token. Once this if fixed, the DOCX equivalent of the bugdoc should be imported properly. 2) the RTF tokenizer part is missing as well.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=521586b328305c4466603438a9931993b92873c6 Related: fdo#59638 DOCX import of w:lvlOverride 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.
Hm, even in the RTF tokenizer there are two issues: 1) \lfolevel is not imported 2) When it's imported, \f is not handled inside \listlevel. I'll fix these in a bit.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=2f82a08d3565239c2bfe8d21fbebd89bd4657708 fdo#59638 import RTF_LFOLEVEL 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.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=58c30a3545a5725d704eabd79071db02f1f2cb23 fdo#59638 handle RTF_F inside RTF_LISTLEVEL 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.
4-0 review: https://gerrit.libreoffice.org/2503
Miklos Vajna committed a patch related to this issue. It has been pushed to "libreoffice-4-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=202d4d32d481ce7e2d1f9933186b30f9ae77497a&h=libreoffice-4-0 fdo#59638 import of DOCX w:lvlOverride / RTF_LFOLEVEL It will be available in LibreOffice 4.0.2. 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.