summaryrefslogtreecommitdiff
path: root/desktop/CppunitTest_desktop_lib.mk
AgeCommit message (Collapse)AuthorFilesLines
2016-06-19CppunitTest_desktop_lib: avoid #include "../..." style includeMiklos Vajna1-0/+5
Change-Id: Ib5ce0dee00c9306f89ad4b43af4b34e604147a1c (cherry picked from commit 04216006ee038232067bcf74d67b14e8918063f2) Reviewed-on: https://gerrit.libreoffice.org/24728 Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> Tested-by: Ashod Nakashian <ashnakash@gmail.com> (cherry picked from commit 2c0e7371e5c353d803d87b96328ea92f2c6a3216)
2016-06-13add desktop/qa/data/blank_presentation.odpAndras Timar1-0/+2
Change-Id: Ib41270d589dfa166cb2fb8d7f14a1caaedf4d4fc
2015-11-23VirtualDevices either match another device depth, or are 1 bitCaolán McNamara1-0/+1
cairo can therefore always render to a svp virtual device with need for a fallback Change-Id: I5d03ae541820389e26f7448444444be009fb28a4
2015-11-14CppunitTest_desktop_lib: add Writer comments textcaseMiklos Vajna1-0/+1
Fails without e.g. the last hunk of commit 1ba9d7fd2a7a3e2b4f52ed0f5efdf7df867b9db3 (sw lok: forward key events to annotation window if necessary, 2015-11-12). Change-Id: I7f39530881f6141fea956b751aa57eb2bdcadcb2
2015-10-22desktop: add lok::Document::paste() testcaseMiklos Vajna1-0/+1
Also, closeDoc() is called by tearDown(), so no need to call it manually at the end of tests. Change-Id: Ib8f61a09fa3fc0885d7ea90ce96210bff4cc9f98
2015-10-20lok::Document::saveAs: add Writer/Impress/Draw png mappingMiklos Vajna1-0/+2
Change-Id: I7530281302b9787a9cb9f98f0dee9d98d39cfb05
2015-10-08CppunitTest_desktop_lib: add Calc find-all testcaseMiklos Vajna1-0/+3
Fails without commit a31f95b180728c1c671930913b4b4ad96ebcda5f (sc tiled rendering: fix showing all search results, 2015-10-07). Change-Id: Ibc01d468168367f789b3f5046808104fa3f5ef18
2015-09-09LOK: moved the decalaration of LibLODocument_Impl to make it visibleMihai Varga1-0/+68
We needed a better way to test LOK methods that are not app specific, but are defined in /desktop/source/lib/init.cxx. So the decalaration needs to be visible. I also moved the `getStyles` test in the new test file Change-Id: I98d97dc17a66e72732ca7bd848c131610790f48e