summaryrefslogtreecommitdiffstats
path: root/sc/qa
Commit message (Expand)AuthorAgeFilesLines
* Fix typosAndrea Gelmini2015-09-306-8/+8
* Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann2015-09-281-3/+5
* Performance test for ChiTestŁukasz Hryniuk2015-09-252-0/+26
* Testcases with several arrays for SUM and PRODUCTŁukasz Hryniuk2015-09-251-0/+16
* Broaden PRODUCT testŁukasz Hryniuk2015-09-251-17/+38
* Test for SUMX2MY2Łukasz Hryniuk2015-09-252-0/+78
* Test for SUMSQŁukasz Hryniuk2015-09-242-0/+68
* Whoops, missing CPPUNIT_TEST linesŁukasz Hryniuk2015-09-242-14/+18
* convert SC_PASTE constants to scoped enumNoel Grandin2015-09-221-2/+2
* Performance test for FTestŁukasz Hryniuk2015-09-202-0/+26
* Performance test for SumŁukasz Hryniuk2015-09-202-6/+49
* boost->stdCaolán McNamara2015-09-186-13/+13
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-176-13/+13
* boost->stdCaolán McNamara2015-09-176-13/+13
* add test case for CVE-2015-2523Caolán McNamara2015-09-171-0/+0
* add test case for CVE-2015-2520Caolán McNamara2015-09-171-0/+0
* add test case for CVE-2015-2521Caolán McNamara2015-09-171-0/+0
* add CVE-2015-2510 test caseCaolán McNamara2015-09-171-0/+0
* unit test for MoveBlock / ScUndoDragDrop caption life cycle, tdf#92995Eike Rathke2015-09-111-0/+42
* WaE: loplugin:stringconstantTor Lillqvist2015-09-091-2/+2
* TableRef: add unit tests for column names updates and header-lessEike Rathke2015-09-081-0/+223
* percheck: produce similar stats than off-tree callgrindNorbert Thiebaud2015-09-021-8/+8
* fix dubious usage of [0] instead of proper dereferencingNoel Grandin2015-08-311-5/+5
* remove some typedef indirectionNoel Grandin2015-08-311-2/+2
* New identifier for save/open macro with user defined typesLaurent Godard2015-08-311-0/+0
* replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha2015-08-311-5/+5
* tdf#89245 xmloff: fix Calc header background image savingMiklos Vajna2015-08-312-0/+16
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-312-11/+11
* add CVE-2014-6360 test caseCaolán McNamara2015-08-281-0/+0
* add CVE-2014-6361 test caseCaolán McNamara2015-08-281-0/+0
* unit test that parsing range fragments should failEike Rathke2015-08-261-0/+33
* Revert "do not parse range fragments as valid ranges"Stephan Bergmann2015-08-261-33/+0
* unit test that parsing range fragments should failEike Rathke2015-08-261-0/+33
* tdf#89387 test for LCM functionŁukasz Hryniuk2015-08-262-0/+84
* tdf#89387 test for GCD functionŁukasz Hryniuk2015-08-262-0/+83
* tdf#89387 test for SUMX2PY2 functionŁukasz Hryniuk2015-08-262-0/+66
* tdf#89387 add some strings to CHITEST testŁukasz Hryniuk2015-08-261-0/+17
* tdf#89387 add some strings to FTEST testŁukasz Hryniuk2015-08-261-0/+11
* loplugin:defaultparamsNoel Grandin2015-08-217-28/+28
* sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2015-08-192-9/+9
* Bugfix test for tdf#77431Katarina Behrens2015-08-192-0/+14
* tdf#75973 : User Defined Types in password encrypted macrosLaurent Godard2015-08-182-0/+33
* Move export tests where they really belongKatarina Behrens2015-08-172-48/+59
* Some more tdf#92256 related testsKatarina Behrens2015-08-142-2/+29
* loplugin:stringconstantStephan Bergmann2015-08-121-13/+13
* tdf#89387 test for CHITEST functionŁukasz Hryniuk2015-08-122-0/+108
* Test with a bug in ScInterpreter::FTest()Łukasz Hryniuk2015-08-122-0/+22
* loplugin:stringconstantStephan Bergmann2015-08-111-6/+6
* tdf#89387 a few tests for FTEST functionŁukasz Hryniuk2015-08-102-0/+56
* tdf#89387 related tests for ScSumXMY2()Łukasz Hryniuk2015-08-102-0/+32