summaryrefslogtreecommitdiff
path: root/sc/qa/unit/rangelst_test.cxx
AgeCommit message (Expand)Author
2021-12-06rename In() to Contains()Luboš Luňák
2021-10-06ScRangeList::UpdateReference() join all ranges properly (tdf#140901)Luboš Luňák
2020-08-04fix some DocShell leaks in unit testsNoel Grandin
2018-11-20tdf#42949 Fix IWYU warnings in sc/qa/{perf,unit}/*Gabor Kelemen
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-15Test joining two disjoint ranges into one by adding a third inbetweenTor Lillqvist
2017-09-15Handle also the case where a range extends an existing one with overlapTor Lillqvist
2017-09-14Add test for joining a range totally contained in an existing oneTor Lillqvist
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin
2016-10-01add test for tdf#101910Markus Mohrhard
2016-03-05tdf#98264, replace CPPUNIT_ASSERT with CPPUNIT_ASSERT_EQUALAleksas Pantechovskis
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-06-19Revert "tdf#90290 reduce some copy&paste code in ucalc."Eike Rathke
2015-06-19tdf#90290 reduce some copy&paste code in ucalc.ritztro
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-01coverity#738786 Uninitialized pointer fieldCaolán McNamara
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2013-09-05extract the calc data structure printers for cppunit equal macrosMarkus Mohrhard
2013-09-05add test cases for new ScRangeList methodsMarkus Mohrhard
2012-12-26fix operator lookup with clangLuboš Luňák
2012-12-26add a unit test for new method in ScRangeListMarkus Mohrhard
2012-10-02add test for ScRangeList::JoinMarkus Mohrhard
2012-09-22test cases for the changes to ScRangeList::DeleteAreaMarkus Mohrhard
2012-09-21Fixed all discovered errors and extra unit tests to cover them.Kohei Yoshida
2012-09-21add test case for deleting the only row in ScRangeList::UpdateReferenceMarkus Mohrhard
2012-09-18and another test for ScRangeList::DeleteAreaMarkus Mohrhard
2012-09-18more tests for ScRangeList::DeleteAreaMarkus Mohrhard
2012-09-18it is better to use ScRangeList::In than IntersectsMarkus Mohrhard
2012-09-18add tests for ScRangeList::UpdateReferenceMarkus Mohrhard
2012-09-17one more test for ScRangeList::DeleteAreaMarkus Mohrhard
2012-09-17add more test for ScRangeList::DeleteAreaMarkus Mohrhard
2012-09-17test case for ScRangeListMarkus Mohrhard