summaryrefslogtreecommitdiff
path: root/test/source
AgeCommit message (Expand)Author
2022-11-30tdf#152200: Make sure to not write objects into field character runsMike Kaganski
2022-09-15libxml2: upgrade to release 2.10.2Michael Stahl
2022-05-03Just use Any ctor instead of makeAny in testStephan Bergmann
2022-05-03tdf#99708 Save formula bar height to documentSamuel Mehrbrodt
2022-05-01use more string_view in variousNoel Grandin
2022-04-29move HAVE_EXPORT_VALIDATION from config_features.hLuboš Luňák
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-04-04sc: add support for xr2 namespace and read uid of sparkline groupTomaž Vajngerl
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2022-03-07Fix some DPI-dependent testsMike Kaganski
2021-11-29tdf#132145: Synchronize ScAppCfg with configurationMike Kaganski
2021-11-28tdf#132145: Synchronize ScPrintCfg with configurationMike Kaganski
2021-11-27tdf#132145: Synchronize ScInputCfg with configurationMike Kaganski
2021-11-12make it explicit whether to ignore the result of getLOKPayload()Luboš Luňák
2021-10-31Prepare for removal of non-const operator[] from Sequence in testMike Kaganski
2021-10-25use pull model also for LOK text selectionLuboš Luňák
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák
2021-10-22properly flush LOK invalidations in testsLuboš Luňák
2021-10-22better name for a function overloadLuboš Luňák
2021-10-22revert unittests to use plain text-based LibreOfficeKitCallbackLuboš Luňák
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-09Typo: *adress* -> *address* (except from not translated German parts)Julien Nabet
2021-10-02tdf#144758: default value for 'table:orientation' attribute is 'row'Mike Kaganski
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-24test: capture stderr of odfvalidator tooMichael Stahl
2021-07-21Avoid external processes picking up instdir/program/libnspr4.soStephan Bergmann
2021-07-15Fix UB calling operator<<(std::basic_ostream) with nullptrMike Kaganski
2021-07-11editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski
2021-07-01tdf#142871 sw HTML export: avoid unwanted inner PNG for imagesMiklos Vajna
2021-06-10schema: update to ODF 1.3 OSMichael Stahl
2021-06-08chart2: use registerOOXMLNamespaces and registerODFNamespacesXisco Fauli
2021-06-08editengine-columns: Implement layoutMike Kaganski
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-04-09tdf#119457 - check for a valid range name and cell referenceAndreas Heinisch
2021-04-01Exclude tests based on device color depth, not RDPMike Kaganski
2021-03-26Extract copy&pasted namespace list to XmlTestTools::registerODFNamespaces()Miklos Vajna
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-05tdf#139734 Remove redundant asserts after functions loadFromDesktop and loadMoaz
2021-02-24Fix typoAndrea Gelmini
2021-02-20loplugin:refcounting in testNoel
2021-02-17loplugin:referencecasting in test..toolkitNoel
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-11Strength-reduce some OUStringToOString("..."+...)Stephan Bergmann