summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2022-10-19sc: factor out common code in testsXisco Fauli2-0/+15
2022-10-17CalcUnoApiTest: factor out tearDownXisco Fauli1-0/+1
2022-10-06[API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"Heiko Tietze1-1/+0
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin4-4/+4
2022-09-14libxml2: upgrade to release 2.10.2Michael Stahl1-0/+2
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn2-4/+4
2022-08-25lok: make sure flushPendingLOKInvalidateTiles() is calledLuboš Luňák1-0/+6
2022-08-17Return std::optional instead of using bool* argumentMike Kaganski1-8/+6
2022-08-01Add infrastructure and basic tests including slight UI interactionColomban Wendling4-13/+434
2022-07-27Better report unknown constant names by including their valuesColomban Wendling1-3/+11
2022-07-27Fix comparing some Writer objectsColomban Wendling1-0/+21
2022-07-27Make AccessibilityTools available more widely and use itColomban Wendling2-0/+572
2022-07-19Replace old png writer in baseindex.cxxofftkp1-3/+3
2022-07-19Replace old png writer in screenshot_test.cxxofftkp1-3/+3
2022-07-12unittest: Split out registry entries to alter UI definition search pathColomban Wendling3-10/+22
2022-06-28clang-tidy modernize-pass-by-value in testNoel Grandin1-2/+3
2022-06-20-Werror=maybe-uninitializedStephan Bergmann1-3/+3
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