summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_globalfilter.mk
AgeCommit message (Collapse)AuthorFilesLines
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-12-08Test for Writer import / export of graphic shapesZolnai Tamás1-0/+1
Graphic shapes are those images which are created not in Writer (but e.g. Impress, Calc) and moved to Writer later (e.g. copy&paste). Embedded image is ok, but MS filters broke the linked graphic shape. Change-Id: I0c86a5d09afb3e40f7d9e5986c05801457d4c13f
2014-12-08fix library nameDavid Tardon1-1/+1
Change-Id: Ia3914b0dbe56d517c23ace5ce36ab8610c44509c
2014-12-07Build fixZolnai Tamás1-0/+1
Change-Id: I91b343da5b73aa960f7447135f93dedd76e81527
2014-11-07Make SwGrfNode swapping methods privateZolnai Tamás1-0/+4
Change the filter test accordingly. Change-Id: Ide3043f2f245c097a7b4c07ba2e0713510296b3e
2014-11-07Test for swapped out image loss during Writer exportZolnai Tamás1-0/+90
Related to the bug fdo#52226. The fix in *.rtf and *.docx export was this commit: 9dd5caac62083f7162d83319284df68ee83e3777 The problem was that the images were somehow swapped out but were not swapped in during export. Test the main Writer formats: ODT, RTF, DOC, DOCX.