summaryrefslogtreecommitdiff
path: root/sc/qa/unit/helper
AgeCommit message (Expand)Author
2024-04-10Drop unused define CALC_TEST_PERFGabor Kelemen
2024-04-10tdf#146619 Drop unused 'using namespace' in: sc/Gabor Kelemen
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski
2024-03-23Related: tdf#160056 do calc NumberFormatting via ScInterpreterContextCaolán McNamara
2024-01-20this duplicated CPPUNIT_ASSERT_POINT_EQUAL_WITH_TOLERANCECaolán McNamara
2024-01-03UnoApiTest::loadFromURL -> UnoApiTest::loadFromFileMike Kaganski
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski
2023-06-29sc: use ComplexColor for font color (+others) in OOXML exportTomaž Vajngerl
2023-06-28Header columns can disappear with filtered data in pivot tablesluigiiucci
2023-06-26convert ScAutoFontColorMode to scoped enumNoel Grandin
2023-06-22sc: factor out color from setting vcl::Font from a ItemSetTomaž Vajngerl
2023-05-09CppunitTest_sc_opencl: factor out common codeXisco Fauli
2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen
2023-03-26loplugin:stringadd in scNoel Grandin
2023-03-23CppunitTest_sc_uicalc: split in twoXisco Fauli
2023-01-30tdf#118324 Treat blank ? in integerLaurent Balland
2023-01-26Upgrade mdds and orcus to 2.1.0 and 0.18.0, respectivelyKohei Yoshida
2023-01-13tdf#39650: move UItest to CppUnittestXisco Fauli
2022-12-21qa: hint about tolerance in namesXisco Fauli
2022-12-21Use ScModelObj's existing XUnoTunnelStephan Bergmann
2022-12-15sc: introduce CPPUNIT_ASSERT_POINT_EQUALXisco Fauli
2022-12-01sc: remove unused includesXisco Fauli
2022-12-01sc: check files are loaded without any warning errorXisco Fauli
2022-11-29sw, sc: UNO_QUERY -> UNO_QUERY_THROW in a few placesXisco Fauli
2022-11-24ScSimpleBootstrapFixture -> ScUcalcTestBaseXisco Fauli
2022-11-24qahelper: drop getTokens and toStringXisco Fauli
2022-11-24qahelper: remove unused namespaceXisco Fauli
2022-11-24ScBootstrapFixture: move to their own file and rename classXisco Fauli
2022-11-24ScBootstrapFixture: no need to pass basestring anymoreXisco Fauli
2022-11-24ScBootstrapFixture: drop loadDoc and FileFormatXisco Fauli
2022-11-24sc: drop testEqualsWithToleranceXisco Fauli
2022-11-22sc: drop ASSERT_FORMULA_EQUALXisco Fauli
2022-11-21CppunitTest_sc_ucalc_copypaste: use GetFormula directlyXisco Fauli
2022-11-21sc: remove duplicated codeXisco Fauli
2022-11-21qa: remove duplicated operatorsXisco Fauli
2022-11-18sc: move isFormulaWithoutError where is usedXisco Fauli
2022-11-18sc: these methods are only used in ScSimpleBootstrapFixtureXisco Fauli
2022-11-18ScBootstrapFixture: simplify code a bitXisco Fauli
2022-11-17sc: these methods are only used in ScModelTestBaseXisco Fauli
2022-11-17ScBootstrapFixture: drop newly unused codeXisco Fauli
2022-11-17sc: xpath is unused nowXisco Fauli
2022-11-16CppunitTest_sc_bugfix_test: inherit from UnoApiXmlTestXisco Fauli
2022-11-15CppunitTest_sc_subsequent_filters_test: inherit from UnoApiXmlTestXisco Fauli
2022-11-15CppunitTest_sc_subsequent_filters_test2: inherit from UnoApiXmlTestXisco Fauli
2022-11-15CppunitTest_sc_subsequent_export_test: inherit from UnoApiXmlTestXisco Fauli
2022-10-27sc: move test to a better placeXisco Fauli
2022-10-26CppunitTest_sc_jumbosheets_test: inherit from UnoApiTestXisco Fauli
2022-10-21sc: remove SetIsInUcalc.Xisco Fauli
2022-10-21tdf#75280: Convert inappropriate use of sal_uIntPtr to better integer typesOmkarAcharekar