summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-05-03Just use Any ctor instead of makeAny in testStephan Bergmann6-16/+16
2022-05-03tdf#99708 Save formula bar height to documentSamuel Mehrbrodt1-0/+10
2022-05-01use more string_view in variousNoel Grandin1-2/+3
2022-04-30Chinese Traditional defaults needed for CppunitTest_sw_layoutwriter2Caolán McNamara1-0/+11
2022-04-29set a CTL_SPREADSHEET font from more_fonts for cppunit testsCaolán McNamara1-2/+8
2022-04-29set CTL_HEADING for cppunit tests to something from more_fontsCaolán McNamara1-1/+4
2022-04-29move HAVE_EXPORT_VALIDATION from config_features.hLuboš Luňák1-1/+1
2022-04-28set CJK_HEADING and CTL_HEADING for cppunit tests to something from more_fontsCaolán McNamara1-0/+6
2022-04-28override default "Segoe UI" for UI_SANS for cppunit testsCaolán McNamara1-0/+3
2022-04-28set default cjk/ctl fonts for cppunit tests that exist in "more fonts"Caolán McNamara1-1/+31
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-2/+3
2022-04-04sc: add support for xr2 namespace and read uid of sparkline groupTomaž Vajngerl1-0/+2
2022-04-02Recheck modules t* with IWYUGabor Kelemen2-3/+5
2022-03-07Fix some DPI-dependent testsMike Kaganski1-0/+6
2021-12-22Separate core drawinglayer func. into drawinglayercore libraryTomaž Vajngerl1-0/+1
2021-11-29tdf#132145: Synchronize ScAppCfg with configurationMike Kaganski1-36/+13
2021-11-28tdf#132145: Synchronize ScPrintCfg with configurationMike Kaganski1-44/+30
2021-11-27tdf#132145: Synchronize ScInputCfg with configurationMike Kaganski1-103/+58
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