summaryrefslogtreecommitdiff
path: root/test/source/xmltesttools.cxx
AgeCommit message (Expand)Author
2021-07-15Fix UB calling operator<<(std::basic_ostream) with nullptrMike Kaganski
2021-06-08chart2: use registerOOXMLNamespaces and registerODFNamespacesXisco Fauli
2021-06-07sd: use registerOOXMLNamespaces and registerODFNamespacesXisco Fauli
2021-06-04sc: use XmlTestTools::registerOOXMLNamespaces()Xisco Fauli
2021-06-04test: introduce XmlTestTools::registerOOXMLNamespaces() to reduce copy&pasteMiklos Vajna
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-12getXPathNode may return nullptrMike Kaganski
2021-03-26Extract copy&pasted namespace list to XmlTestTools::registerODFNamespaces()Miklos Vajna
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-09-23tdf#136949: Revert "tdf#115753 fix table border missing when there are merged...Xisco Fauli
2020-07-29tdf#115753 fix table border missing when there are merged cellsnd101
2020-05-12tdf#127778 DOCX import: fix unexpected heading on non-first page ...Miklos Vajna
2020-05-07fix memory leak of xmlDoc objectsNoel Grandin
2020-04-08SVG export: fix lost semi-transparent line shapesMiklos Vajna
2020-02-27convert AnimationImport to fast-parser APIsNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-07-04cid#1448518: Resource leak (test/xmltesttools)Julien Nabet
2019-07-04cid#1448515: Resource leak (test/xmltesttools)Julien Nabet
2019-05-01Make getXPathPosition assert on requested child foundMike Kaganski
2019-04-25assertXPath: disallow passing rAttribute without rExpectedValueMike Kaganski
2019-04-11XmlTestTools::getXPath now asserts that non-empty attribute existsMike Kaganski
2019-02-01Better fix for missing [[noreturn]] of CPPUNIT_FAILStephan Bergmann
2019-02-01Avoid -Werror,-Wimplicit-fallthrough with clang-clStephan Bergmann
2019-01-03svm xml dumper: move this from test to vclMiklos Vajna
2018-10-30tdf#116989: add unit testMike Kaganski
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-07-02tdf#117923: handle direct formatting for numbering in .docMike Kaganski
2018-02-12EPUB export, fixed layout: fix validation error with imagesMiklos Vajna
2018-01-12More loplugin:cstylecast: testStephan Bergmann
2017-11-06loplugin:constparams in various(2)Noel Grandin
2017-09-08EPUB export: inherit text properties in spans from paragraphMiklos Vajna
2017-01-14vcl: add SVM metafile reading and writing test and extend xml dumpTomaž Vajngerl
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18XmlTestTools: fix conversion from UTF-8 xmlChar strings to OUStringStephan Bergmann
2014-09-30Factor out duplicated code to XmlTestTools::assertXPathNoAttribute()Miklos Vajna
2014-09-23Include name of document in CPPUNIT_ASSERT msgsStephan Bergmann
2014-08-28parseXml should return xmlDocPtr instead of htmlDocPtrTomaž Vajngerl
2014-06-16xmlChildElementCount is only available in libxml2 >= 2.7.3Douglas Mencken
2014-06-02Fix memory leaks in test codeStephan Bergmann
2014-05-15test: parseXmlStream & parseHtmlStream added to test toolsTomaž Vajngerl
2014-04-30test: move XmlTestTools API documentation to the headerMiklos Vajna
2014-04-29tests: add XML and HTML test tools to test moduleTomaž Vajngerl