Created attachment 122058 [details] Testcase The attached testcase, where splitting tables is forbidden, does not preserve this property once saved as .doc and opened in Microsoft Word 97
Where can I see this parameter in Microsoft Word? Can you post a printscreen?
1. open the file in LOO : no table is split on multiple pages 2. save as .doc 3. open the result in Word 97 : tables are split on multiple pages
Needs to be confirmed to status NEW. Post a printscreen, I doesn't see thin in word 2003.
It has already been confirmed, you can check in the ticket history.
You can not confirm your own bugs.
(In reply to Nicolas Mailhot from comment #2) > 3. open the result in Word 97 : tables are split on multiple pages And for people that want to test and do not have Word 97: do yo have any idea how it looks in 2003 / XP / 2007 / 2010 / 2013 ... ?
(In reply to Cor Nouws from comment #6) > (In reply to Nicolas Mailhot from comment #2) > > > 3. open the result in Word 97 : tables are split on multiple pages > > And for people that want to test and do not have Word 97: do yo have any > idea how it looks in 2003 / XP / 2007 / 2010 / 2013 ... ? Sorry I meant to write Word 2007, which is the only version I have access to
Unable to locate split tables. I also tried to make them split by inputting empty lines, but tables just jumped to the next page and DID NOT split. Again, plz attach screenshot of the problem. There is something different in the layout, however, as in LibO, page count is 16, but in word it is 17. Win 8.1 32-bit MSO 2013 LibO Version: 5.2.0.0.alpha0+ Build ID: 27a114e73f9ce64f360b045233e1c9c74c207880 CPU Threads: 4; OS Version: Windows 6.29; UI Render: GL; TinderBox: Win-x86@42, Branch:master, Time: 2016-02-04_09:04:40 Locale: fi-FI (fi_FI)
Created attachment 125667 [details] Simplified test document Simplified odt test file
Created attachment 125668 [details] Doc file created with LibreOffice 5.1.3.2 Doc file created with LibreOffice 5.1.3.2
The tables are splitted when the file is opened with MSO.
Created attachment 125669 [details] Screenshot with MSO Screenshot of the doc file opened with MSO
Created attachment 125670 [details] Screenshot with LibreOffice Screenshot of the file opened with LibreOffice
(In reply to lorenzo.morin from comment #11) > The tables are splitted when the file is opened with MSO. Confirmed on: Office 365 Version: 16.0.6965.2053 OS: Windows 7 Home Premium SP1 x86 Simplified test file created with: LibreOffice Version: 5.1.3.2 Build ID: 644e4637d1d8544fd9f56425bd6cec110e49301b CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; Locale: it-IT (it_IT)
This looks like a DUP of bug 62613, setting as such. *** This bug has been marked as a duplicate of bug 62613 ***
It has nothing to do with bug #62613, bug #62613 concerns not honouring a word setting to split table lines when importing in LO, this bug is about not honouring a setting forbidding to split lines when exporting from LO
I believe that Word does not have an option to prevent a table from splitting. So, LibreOffice needed to emulate that behaviour, which was re-implmeented in 5.2. The SETTING table->textFlow.allow-table-to-split-across-rows-and-columns is not preserved (instead, each row is set to keep with next), but the LAYOUT effect is the same. duplicate of bug 91083 - fixed in 5.2 for .doc and .docx. A remaining enhancement could be recognizing the emulation on import, removing the keep-with-next-row setting, and disabling allow-table-to-split. *** This bug has been marked as a duplicate of bug 91083 ***