Created attachment 138186 [details] Sample DOCX Open the attached DOCX. The table falls off the page. It's a floating table (text wrapping set to Around), and also Preferred width set to 100%. Based on a bit of debugging it's the 100% width that isn't handled well (treated as absolute number in SectionPropertyMap::FloatingTableConversion(...). Observed using an LO 6.1 master build (2bfbe3492d443c31c83b830df3f95fad76a58d67) & 4.0.0.3 / Windows 7.
Created attachment 138187 [details] Sample DOC (imported correctly) Attaching the same document in DOC format, for reference. The DOC is imported fine.
Created attachment 139644 [details] PDF exported from Word
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=76d6fcd05c630a928dd3bd028d560792d9c904ca tdf#114217: Consider relative width when importing floating table It will be available in 6.1.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.
Mike Kaganski committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a34f87f8f97aa6aafd4098cffd214e8d2c3a0ba3&h=libreoffice-6-0 tdf#114217: Consider relative width when importing floating table It will be available in 6.0.1. 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 good with the fix, thanks, Mike!