summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-13/+13
2021-04-12getXPathNode may return nullptrMike Kaganski1-0/+1
2021-04-09tdf#119457 - check for a valid range name and cell referenceAndreas Heinisch1-0/+7
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-2/+2
2021-04-01Exclude tests based on device color depth, not RDPMike Kaganski1-0/+9
2021-03-26Extract copy&pasted namespace list to XmlTestTools::registerODFNamespaces()Miklos Vajna1-0/+74
2021-03-25const OUString -> const OUStringLiteralMike Kaganski6-23/+23
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-03-09tdf#140674 sw change tracking: fix :emoji: replacementLászló Németh1-0/+0
2021-03-05tdf#139734 Remove redundant asserts after functions loadFromDesktop and loadMoaz1-3/+0
2021-02-24Fix typoAndrea Gelmini1-2/+2
2021-02-20loplugin:refcounting in testNoel1-13/+10
2021-02-17loplugin:referencecasting in test..toolkitNoel4-13/+11
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann3-8/+8
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann7-21/+22
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann1-4/+4
2020-12-11Strength-reduce some OUStringToOString("..."+...)Stephan Bergmann3-6/+8
2020-12-10Avoid calling OString ctor with null pointerStephan Bergmann1-1/+3
2020-11-26Introduce BootstrapFixture::IsDefaultDPI convenience functionMike Kaganski1-0/+7
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel2-2/+2
2020-11-18tdf#123936 Formatting files in module test with clang-formatPhilipp Hofer20-180/+158
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-11-06tdf#130546 sw autocorrect: don't replace redliningLászló Németh2-0/+1
2020-10-31Improve 'resize with cell' handlingRegina Henschel1-1/+1
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