summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)Author
2015-10-14java:remove unused importsNoel Grandin
2015-10-14unit test for tdf#94514Eike Rathke
2015-10-14Assume util.ValueComparer.equalValue is precise enough hereStephan Bergmann
2015-10-14These places apparently want to unbox a value boxed as an AnyStephan Bergmann
2015-10-14casting before calling getClass() is a waste of timeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12cppcheck:variableScopeNoel Grandin
2015-10-06tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-05Performance test for PEARSONŁukasz Hryniuk
2015-10-05Performance test for GCDŁukasz Hryniuk
2015-10-05Performance test for LCMŁukasz Hryniuk
2015-10-05Performance test for TTESTŁukasz Hryniuk
2015-10-05Performance test for SUMX2PY2Łukasz Hryniuk
2015-10-05fix crash in XclImpSupbook::GetExternNameCaolán McNamara
2015-10-04crash in StandardwidthCaolán McNamara
2015-10-03fix test-casesCaolán McNamara
2015-10-03xls: Defrowheight345 without pColRowBuffCaolán McNamara
2015-10-02xls: DefColWidth without pColRowBuffCaolán McNamara
2015-10-02fix crash on loading certain xlsCaolán McNamara
2015-10-02update testTypePassword.odsCaolán McNamara
2015-10-01tdf#94617 allow to store nStart information greater than sal_Int16 limitLaurent Godard
2015-10-01tdf#93688: Set CalcA1|ExcelA1 syntax only for imported docsKatarina Behrens
2015-09-30don't believe xls wrt size to reserveCaolán McNamara
2015-09-30Fix typosAndrea Gelmini
2015-09-28Return the std::unique_ptr itself here, not a raw pointerStephan Bergmann
2015-09-25Performance test for ChiTestŁukasz Hryniuk
2015-09-25Testcases with several arrays for SUM and PRODUCTŁukasz Hryniuk
2015-09-25Broaden PRODUCT testŁukasz Hryniuk
2015-09-25Test for SUMX2MY2Łukasz Hryniuk
2015-09-24Test for SUMSQŁukasz Hryniuk
2015-09-24Whoops, missing CPPUNIT_TEST linesŁukasz Hryniuk
2015-09-22convert SC_PASTE constants to scoped enumNoel Grandin
2015-09-20Performance test for FTestŁukasz Hryniuk
2015-09-20Performance test for SumŁukasz Hryniuk
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-09-17add test case for CVE-2015-2523Caolán McNamara
2015-09-17add test case for CVE-2015-2520Caolán McNamara
2015-09-17add test case for CVE-2015-2521Caolán McNamara
2015-09-17add CVE-2015-2510 test caseCaolán McNamara
2015-09-11unit test for MoveBlock / ScUndoDragDrop caption life cycle, tdf#92995Eike Rathke
2015-09-09WaE: loplugin:stringconstantTor Lillqvist
2015-09-08TableRef: add unit tests for column names updates and header-lessEike Rathke
2015-09-02percheck: produce similar stats than off-tree callgrindNorbert Thiebaud
2015-08-31fix dubious usage of [0] instead of proper dereferencingNoel Grandin
2015-08-31remove some typedef indirectionNoel Grandin
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha