Created attachment 103876 [details] Word 2013 VS LibO 4.3.1 Steps: 1) Open attachment 103836 [details] 2) Scroll down to page 26 3) the numbering list above the heading 'SQL Server HADR' has a text indent of 1.27 cm when it should be 2.54 cm Tested on 4.2.5 and 4.3.1 on Linux Mint.
@Jay: can you please reduce ALL test documents to the minimal reproducible? Please do it in every bug report. Thanks /me doesn't have access to Word 2013 right now. Thanks Joren
I think this is a calculation error. Following Word 2013: Left indent: 1,9 cm Hanging: 0,63 cm I can confirm it is 1,27 in LibreOffice (which is the left indent - hanging indent). It should be left indent + hanging indent which is indeed about 2.53 cm Tested using Windows 8.1 with LibreOffice Version: 4.4.0.0.alpha0+ Build ID: 6528607d34c9a2098ff5eec051fc9299ec37dfd7 TinderBox: Win-x86@39, Branch:master, Time: 2014-08-03_07:56:26 Kind regards, Joren
Created attachment 103906 [details] Reduced test document
This issue is still present in Version: 5.0.1.2 Build ID: 81898c9f5c0d43f3473ba111d7b351050be20261 Locale: es-ES (es_ES) on Windows 7 (64-bit)
Created attachment 118719 [details] The OOXML Transitional variant imports correctly File saved with Word 2013
Migrating Whiteboard tags to Keywords: (filter:docx)
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.1.6 or 5.2.3 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20170103
Indentation still incorrect in Version: 5.4.0.0.alpha0+ (x64) Build ID: bf80bbb7b75febc2769d6b64e6981224982f8fe2
Still present. Version: 6.0.0.0.alpha1+ Build ID: d76c4e5c9aaf8bd27ec97679bcaeba5b18aca493 CPU threads: 2; OS: Linux 4.4; UI render: default; VCL: gtk2; Locale: en-US (en_US.UTF-8); Calc: group Checked the xml code between attachment 103906 [details] and the problem seem to be that the WWNum32 list style isnt being imported correctly from /word/numbering.xml and showing it as 36pt when the xml clearly shows 72pt. <w:abstractNum w:abstractNumId="32"> ... <w:lvl w:ilvl="0" w:tplc="0409000F"> ... <w:lvlJc w:val="start" /> <w:pPr> <w:ind w:start="72pt" w:hanging="18pt" /> </w:pPr> </w:lvl> Justin, Mike: thoughts?
In NumberingManager.cxx + case NS_ooxml::LN_CT_Ind_start: case NS_ooxml::LN_CT_Ind_left:
Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=0d6b4f5f6946cdadfe2a09946df90fa08f3588d0 tdf#82065 strict docx import: add support for LN_CT_Ind_start It will be available in 6.0.0. 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.
Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=97ffdd33cae49f9fd039206cbcd6fc0a10bb1757 related tdf#82065: tinderbox failed - give some unit test allowance It will be available in 6.0.0. 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.