summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-09-26Fix typo in codeAndrea Gelmini1-2/+2
2020-09-23tdf#136949: Revert "tdf#115753 fix table border missing when there are merged...Xisco Fauli1-9/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-6/+6
2020-09-18Disable automatic onFirstVisibleTask UpdateCheck during CppunitTestsStephan Bergmann1-0/+9
2020-09-01Fix typo in codeAndrea Gelmini1-10/+10
2020-08-31Fix typo in codeAndrea Gelmini1-3/+3
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann3-10/+10
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-12/+10
2020-08-11loplugin:flattenNoel Grandin2-35/+33
2020-07-30terminate XDesktop properly in unit testsNoel Grandin1-12/+27
2020-07-29tdf#115753 fix table border missing when there are merged cellsnd1011-1/+9
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-08distinguish between dialog screenshoting and rendering a widgetCaolán McNamara1-2/+1
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: testStephan Bergmann2-4/+4
2020-06-24test: set LoadExoticFileFormats to 2 for cppunit test purposesMiklos Vajna1-0/+7
2020-06-19Move data for signing tests to test/Miklos Vajna6-0/+2
2020-06-05Upcoming loplugin:elidestringvar: testStephan Bergmann5-34/+16
2020-05-29Fix order of some CPPUNIT_ASSERT_EQUAL argumentsStephan Bergmann1-4/+4
2020-05-12tdf#127778 DOCX import: fix unexpected heading on non-first page ...Miklos Vajna1-2/+0
2020-05-10Fix typoAndrea Gelmini1-1/+1
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin3-22/+22
2020-04-26Fix typo in codeAndrea Gelmini1-1/+1
2020-04-08SVG export: fix lost semi-transparent line shapesMiklos Vajna1-1/+4
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi1-1/+1
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-2/+2
2020-03-05Fix typoAndrea Gelmini1-3/+3
2020-03-03test: log the validator cmdlineMiklos Vajna1-0/+1
2020-03-03remove some dead codeNoel Grandin1-65/+0
2020-02-27convert AnimationImport to fast-parser APIsNoel Grandin1-0/+2
2020-02-10cppcheck: redundantInitialization in XSheetCondition::testGetSetOperator()Muhammet Kara1-1/+1
2020-02-07test: move component context from subclasses to BootstrapFixtureMiklos Vajna1-0/+2
2020-02-03make some headers privateCaolán McNamara4-3/+30
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin3-24/+6
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2020-01-25tdf#124176: Use pragma once instead of include guardEfdal İncesu1-4/+1
2019-12-23sal_Char->char in test..testtoolsNoel Grandin1-2/+2
2019-12-23XStyleLoader::loadStylesFromURL Allow loading from streamSamuel Mehrbrodt1-0/+30
2019-12-20sidebarwrap is conforming nowCaolán McNamara1-1/+0
2019-12-20remove unused sidebarpage.uiCaolán McNamara1-1/+0
2019-12-19these .ui no longer need special handlingCaolán McNamara1-8/+1
2019-12-19tdf#42949 Fix IWYU warnings in test/Gabor Kelemen163-284/+233
2019-12-06Test results across all imported and inserted sheets.Eike Rathke1-0/+54
2019-12-06Swap expected and actual valuesEike Rathke1-8/+8
2019-12-06Use correct destination sheet instead of arbitrary leftover of expected nameEike Rathke1-2/+2
2019-12-03Silence false -Werror=maybe-uninitializedStephan Bergmann3-14/+14
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann5-0/+14
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-1/+1
2019-10-15new loplugin:bufferaddNoel Grandin1-4/+4
2019-10-14use common PCH for more librariesLuboš Luňák1-0/+2
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin2-14/+15