summaryrefslogtreecommitdiff
path: root/libreofficekit/qa/unit
AgeCommit message (Expand)AuthorFilesLines
2018-05-05Fix typosAndrea Gelmini1-1/+1
2018-03-15move Bitmap::ScopedWriteAccess inside vclNoel Grandin1-1/+1
2018-02-27Fix build, for real this timePranav Kant1-0/+1
2018-01-14Fix typosAndrea Gelmini1-1/+1
2017-04-12CppunitTest_libreofficekit_tiledrendering: disable occasionally failing testMiklos Vajna1-1/+4
2017-04-11CppunitTest_libreofficekit_tiledrendering: add more processEventsToIdle callsMiklos Vajna1-0/+2
2017-04-06lokit: compile-test a plain C versionThorsten Behrens2-0/+40
2017-03-28Use symbolic names for keys from css::awt::KeyTor Lillqvist1-12/+14
2017-03-24lok: Unit test for setting of the language during load of the document.Jan Holesovsky1-0/+89
2017-03-21lok: Fix crash in paintPartTile() when the current view was destroyed.Jan Holesovsky1-0/+32
2017-01-27CppunitTest_libreofficekit_tiledrendering: fix cppunitassertequals warningsMiklos Vajna1-8/+8
2016-03-08New LOK_LOADLIB_GLOBAL to let clients control dlopen(RTLD_GLOBAL)Stephan Bergmann1-1/+7
2015-12-07Let LIBO_INTERNAL_ONLY imply LOK_USE_UNSTABLE_APIMiklos Vajna1-1/+0
2015-11-10Add a check for non-LIBO_INTERNAL_ONLY, C++03-compatible LibreOfficeKit.hxxStephan Bergmann1-0/+22
2015-11-04yyyyyNoel Grandin1-1/+1
2015-09-17boost->stdCaolán McNamara1-8/+7
2015-09-09LOK: moved the decalaration of LibLODocument_Impl to make it visibleMihai Varga1-34/+0
2015-09-04Revert "LOK: added a general getCommandValues method"Mihai Varga1-6/+2
2015-09-04LOK: added a general getCommandValues methodMihai Varga1-2/+6
2015-08-18lok::Document getStyles methodMihai Varga1-0/+35
2015-07-27tiledrendering: added getPartName method for calcMihai Varga1-3/+21
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-05-11CppunitTest_libreofficekit_tiledrendering: add postUnoCommand() testcaseMiklos Vajna1-1/+5
2015-04-09Use comphelper::LibreOfficeKit::isActive() instead of LOK_TEST env varTor Lillqvist1-3/+0
2015-03-11Ensure RTTI symbol visibility for Linux Clang -fsanitize=function,vptrStephan Bergmann1-0/+2
2015-03-10Fix CppunitTest_libreofficekit_tiledrendering dependenciesStephan Bergmann1-5/+0
2015-03-09Fix Ubuntu Precise build: non-static member initJan-Marek Glogowski1-5/+10
2015-03-09Fix Linux baseline buildMiklos Vajna1-3/+3
2015-03-09CppunitTest_libreofficekit_tiledrendering: fix up and enable this againMiklos Vajna1-16/+45
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-04Make common paths member variables.Andrzej Hunt1-0/+3
2014-07-31LOK: add document loading failure test.Andrzej Hunt1-0/+13
2014-07-31LOK: add test for getDocumentType.Andrzej Hunt1-0/+30
2014-07-31LOK: add slide name retrieval test.Andrzej Hunt1-0/+23
2014-07-31Use one test instance to run all LOK tests.Andrzej Hunt1-7/+18
2014-07-31Make common paths member variables.Andrzej Hunt1-6/+7
2014-07-29Kill the libreofficekit static library / shim.c.Andrzej Hunt1-0/+1
2014-07-28Use CPPUNIT_ASSERT instead of assert.Andrzej Hunt1-1/+1
2014-07-26libreofficekit_tilederendering: test all 4 tiles.Andrzej Hunt1-2/+2
2014-07-17libreofficekit_tiledrendering test: force lock file removalAndrzej Hunt1-0/+8
2014-07-17Add png dumping to LOK tiled rendering test.Andrzej Hunt1-0/+25
2014-07-17Fix some CppunitTest_libreofficekit_tiledrendering related problemsMatúš Kukan1-1/+2
2014-07-14LOK tiled rendering test: add some debug output.Andrzej Hunt1-0/+8
2014-07-12Add LOK tiled rendering divided-tile unit test.Andrzej Hunt1-0/+111