summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-11-25tdf#152200: Make sure to not write objects into field character runsMike Kaganski1-3/+9
2022-10-21lok: masterpage: use EditMode as parameter in invalidation callbackSzymon Kłos1-1/+3
2022-10-16libxml2: upgrade to release 2.10.2Michael Stahl1-0/+2
2022-08-31lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák1-0/+6
2022-08-17Return std::optional instead of using bool* argumentMike Kaganski1-8/+6
2022-04-12sc: add support for xr2 namespace and read uid of sparkline groupTomaž Vajngerl1-0/+2
2022-03-16Disable ViewPDFAfterExport for unit testsAndras Timar1-0/+11
2021-11-12make it explicit whether to ignore the result of getLOKPayload()Luboš Luňák1-4/+6
2021-10-31Prepare for removal of non-const operator[] from Sequence in testMike Kaganski21-84/+82
2021-10-25use pull model also for LOK text selectionLuboš Luňák1-1/+1
2021-10-24change some LOK internal updates to be pull model instead of pushLuboš Luňák1-6/+115
2021-10-22properly flush LOK invalidations in testsLuboš Luňák2-1/+19
2021-10-22better name for a function overloadLuboš Luňák1-2/+2
2021-10-22revert unittests to use plain text-based LibreOfficeKitCallbackLuboš Luňák2-0/+56
2021-10-18xmlsecurity: fix new tests on WNTMichael Stahl1-0/+249
2021-10-15test: upgrade test NSS database from dbm: to sql:Michael Stahl4-0/+5
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-10-09Typo: *adress* -> *address* (except from not translated German parts)Julien Nabet1-21/+21
2021-10-02tdf#144758: default value for 'table:orientation' attribute is 'row'Mike Kaganski1-1/+1
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-2/+1
2021-08-24test: capture stderr of odfvalidator tooMichael Stahl1-1/+1
2021-08-05No need for extra uno commands for shape hyperlinksSamuel Mehrbrodt1-2/+2
2021-07-21Avoid external processes picking up instdir/program/libnspr4.soStephan Bergmann1-0/+16
2021-07-15Fix UB calling operator<<(std::basic_ostream) with nullptrMike Kaganski2-2/+5
2021-07-11editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski1-1/+1
2021-07-01tdf#142871 sw HTML export: avoid unwanted inner PNG for imagesMiklos Vajna1-1/+4
2021-06-10schema: update to ODF 1.3 OSMichael Stahl1-3/+3
2021-06-08chart2: use registerOOXMLNamespaces and registerODFNamespacesXisco Fauli1-0/+2
2021-06-08editengine-columns: Implement layoutMike Kaganski1-1/+1
2021-06-07sd: use registerOOXMLNamespaces and registerODFNamespacesXisco Fauli1-1/+16
2021-06-04sc: use XmlTestTools::registerOOXMLNamespaces()Xisco Fauli1-0/+14
2021-06-04test: introduce XmlTestTools::registerOOXMLNamespaces() to reduce copy&pasteMiklos Vajna1-0/+58
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