summaryrefslogtreecommitdiff
path: root/sc/qa
AgeCommit message (Expand)AuthorFilesLines
2017-07-02loplugin:casttovoid: scStephan Bergmann1-4/+2
2017-07-02tdf#45904 Move Java XCellAddressable test to C++Jens Carl1-0/+98
2017-06-29loplugin:oncevarStephan Bergmann1-3/+4
2017-06-29loplugin:oncevarStephan Bergmann2-4/+2
2017-06-28sc lok: disable Undo/Redo state if conflict with other viewsHenry Castro1-0/+67
2017-06-28add test for tdf#65848Markus Mohrhard2-0/+20
2017-06-27add test for formula listener during delete sheetMarkus Mohrhard2-0/+23
2017-06-27add a test for listener update during insert tabMarkus Mohrhard2-0/+26
2017-06-27Unit test for update reference in deletion of last col/row, tdf#108788Eike Rathke1-0/+30
2017-06-26loplugin:oncevar in scNoel Grandin9-142/+110
2017-06-22Unit test for named single reference pointing to deleted row, tdf#108671Eike Rathke1-1/+37
2017-06-21loplugin:privatebaseStephan Bergmann1-1/+1
2017-06-21loplugin:unusedfields in sfx2 part1Noel Grandin3-5/+5
2017-06-20tdf#45904 Move remaining XCellSeries test code to C++Paul Trojahn5-8/+123
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-06-13Use FormulaTokenArray::FirstToken() in one place where we canTor Lillqvist1-1/+1
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann1-1/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke6-7/+0
2017-06-10Unit test for COUNTIFS, SUMIFS, AVERAGEIFS with array of references, tdf#58874Eike Rathke1-8/+133
2017-06-09Some compilers can't init vector from empty {}Eike Rathke1-1/+1
2017-06-09missing includeStephan Bergmann1-0/+1
2017-06-09Add unit test for COUNTIFS and AVERAGEIFS in array contextEike Rathke1-8/+12
2017-06-09use comphelper::InitPropertySequence in more placesNoel Grandin2-52/+41
2017-06-09Add unit test for SUMIFS in array contextEike Rathke2-0/+43
2017-06-08Fix build after f1454b474d9248d7ef2cb84f396a974184e5167eStephan Bergmann1-3/+0
2017-06-08tdf#45904 Move java XCellSeries test to c++Paul Trojahn2-1/+5
2017-06-07Add Test for dataprovider and modify the way we fetch and apply streamJaskaran Singh2-0/+113
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2017-06-02Improved loplugin:redundantcast static_cast handling: scStephan Bergmann3-18/+18
2017-06-01Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERTStephan Bergmann2-2/+2
2017-05-31tdf#104219 Don't export color information when color is automaticBartosz Kosiorek2-5/+13
2017-05-31clang-tidy readability-redundant-string-cstrNoel Grandin3-7/+7
2017-05-29tdf#97362 CalcRTL unittest partially migarted to python (CalcRTL.py)Kappanneo2-37/+76
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-1/+1
2017-05-26xlsx export: limit dataValidation list to 255 chars, not 254Justin Luth2-1/+1
2017-05-25tdf#99856 xlsx export: limit dataValidation list to 255 charsJustin Luth2-0/+24
2017-05-25tdf#108017 xlsb import: protection settings were reversedJustin Luth2-11/+26
2017-05-23Unit test for COUNTBLANK with array of references, tdf#58874Eike Rathke1-0/+12
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin2-3/+3
2017-05-22Unit tests for ...,ref1,arrayofrefs,ref2) to result array, tdf#58874Eike Rathke1-0/+30
2017-05-22Unit test for SUBTOTAL STDEV with array of references, tdf#58874Eike Rathke1-0/+9
2017-05-22Unit test for SUBTOTAL AVERAGE with array of references, tdf#58874Eike Rathke1-5/+14
2017-05-22Unit test for SUBTOTAL MIN,MAX with array of references, tdf#58874Eike Rathke1-3/+21
2017-05-22Add unit test for SUBTOTAL over reference list in array context, tdf#58874Eike Rathke2-0/+29
2017-05-22Use SetValue() instead of SetString()Eike Rathke1-1/+1
2017-05-20tdf#107892 add MAXIFS testZdeněk Crhonek1-966/+2346
2017-05-19loplugin:stringcopy: scStephan Bergmann1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-3/+3
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke3-24/+12