summaryrefslogtreecommitdiff
path: root/sw/ooxmlexport_setup.mk
AgeCommit message (Collapse)AuthorFilesLines
2015-05-18don't fail on export of ooo96040-2.odt to docxCaolán McNamara1-0/+1
If we want to close a cell of a table which encloses another table, then close that enclosed table first. These are pretty pathalogical old-school tables. For now assume this can only occur when the row of the enclosed table is cleanly closed and assert if that isn't the case. Change-Id: I28e4d40072cb8d92be361716e82574075b15dd89
2015-03-02tdf#89774 oox: TotalTime is in minutesMiklos Vajna1-0/+3
Change-Id: Ie65a8adbd077997f4a13914dd8e0ba4d55afd7b7
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl1-2/+0
The sc_subsequent_filters_test was failing because of a lock file because it did not use the unittest configuration. Refactor gb_CppunitTest_use_configuration so it uses both the instdir and unittest configuration to prevent such errors. In case there ever is a test that does not work with the unittest configuration it should call gb_CppunitTest_use_instdir_configuration. Change-Id: Ibc00d42f8b6102d50d922f51173120798fa45c6e
2014-08-19split CppunitTest_sw_ooxmlexport into several testsLuboš Luňák1-0/+51
In order to allow running them in parallel. There are already enough tests to make it run for a couple of minutes and it's annoying to see only once core busy with it. I intentionally left the original file at the same name, without 1 appended, in order to avoid merge problems. Change-Id: I097c45c34797cc68f5d1790cf31eefc96fbaf44e
2014-03-12sw: the test_segfault_while_save.docx requires svl component...Michael Stahl1-0/+1
... to create a com.sun.star.util.NumberFormatsSupplier; without that importing a header is interrupted by exception without calling endParagraphGroup(). Change-Id: Ib5023329c9f944336582c05b1fa836bbce7813af
2014-02-26CppunitTest_sw_ooxmlexport: factor out drawing-related testcasesMiklos Vajna1-0/+63
As a start, moved 30 asserts to the new suite, still 378 is in the original one. Change-Id: I934bce63e286af3080ae014c3bd8f4f09866feb2