summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)Author
2017-06-27add test for formula listener during delete sheetMarkus Mohrhard
2017-06-27add a test for listener update during insert tabMarkus Mohrhard
2017-06-27Unit test for update reference in deletion of last col/row, tdf#108788Eike Rathke
2017-06-26loplugin:oncevar in scNoel Grandin
2017-06-22Unit test for named single reference pointing to deleted row, tdf#108671Eike Rathke
2017-06-21loplugin:privatebaseStephan Bergmann
2017-06-21loplugin:unusedfields in sfx2 part1Noel Grandin
2017-06-20tdf#45904 Move remaining XCellSeries test code to C++Paul Trojahn
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-13Use FormulaTokenArray::FirstToken() in one place where we canTor Lillqvist
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-10Unit test for COUNTIFS, SUMIFS, AVERAGEIFS with array of references, tdf#58874Eike Rathke
2017-06-09Some compilers can't init vector from empty {}Eike Rathke
2017-06-09missing includeStephan Bergmann
2017-06-09Add unit test for COUNTIFS and AVERAGEIFS in array contextEike Rathke
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin
2017-06-09Add unit test for SUMIFS in array contextEike Rathke
2017-06-08Fix build after f1454b474d9248d7ef2cb84f396a974184e5167eStephan Bergmann
2017-06-08tdf#45904 Move java XCellSeries test to c++Paul Trojahn
2017-06-07Add Test for dataprovider and modify the way we fetch and apply streamJaskaran Singh
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-06-02Improved loplugin:redundantcast static_cast handling: scStephan Bergmann
2017-06-01Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERTStephan Bergmann
2017-05-31tdf#104219 Don't export color information when color is automaticBartosz Kosiorek
2017-05-31clang-tidy readability-redundant-string-cstrNoel Grandin
2017-05-29tdf#97362 CalcRTL unittest partially migarted to python (CalcRTL.py)Kappanneo
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-26xlsx export: limit dataValidation list to 255 chars, not 254Justin Luth
2017-05-25tdf#99856 xlsx export: limit dataValidation list to 255 charsJustin Luth
2017-05-25tdf#108017 xlsb import: protection settings were reversedJustin Luth
2017-05-23Unit test for COUNTBLANK with array of references, tdf#58874Eike Rathke
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-05-22Unit tests for ...,ref1,arrayofrefs,ref2) to result array, tdf#58874Eike Rathke
2017-05-22Unit test for SUBTOTAL STDEV with array of references, tdf#58874Eike Rathke
2017-05-22Unit test for SUBTOTAL AVERAGE with array of references, tdf#58874Eike Rathke
2017-05-22Unit test for SUBTOTAL MIN,MAX with array of references, tdf#58874Eike Rathke
2017-05-22Add unit test for SUBTOTAL over reference list in array context, tdf#58874Eike Rathke
2017-05-22Use SetValue() instead of SetString()Eike Rathke
2017-05-20tdf#107892 add MAXIFS testZdeněk Crhonek
2017-05-19loplugin:stringcopy: scStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-05-18New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael
2017-05-17Unit test to ensure that calculating with the intersection works, tdf#96426Eike Rathke
2017-05-17add unit test for Excel whitespace operator intersection, tdf#96426Eike Rathke
2017-05-17tdf#43535: add unit test for this.Kohei Yoshida
2017-05-16lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti
2017-05-16loplugin:checkunusedparams in sc(part5)Noel Grandin