summaryrefslogtreecommitdiffstats
path: root/sc/qa
Commit message (Expand)AuthorAgeFilesLines
* Use FormulaTokenArray::FirstToken() in one place where we canTor Lillqvist2017-06-131-1/+1
* Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann2017-06-131-1/+2
* cleanup unused css/frame/* includesJochen Nitschke2017-06-126-7/+0
* Unit test for COUNTIFS, SUMIFS, AVERAGEIFS with array of references, tdf#58874Eike Rathke2017-06-101-8/+133
* Some compilers can't init vector from empty {}Eike Rathke2017-06-091-1/+1
* missing includeStephan Bergmann2017-06-091-0/+1
* Add unit test for COUNTIFS and AVERAGEIFS in array contextEike Rathke2017-06-091-8/+12
* use comphelper::InitPropertySequence in more placesNoel Grandin2017-06-092-52/+41
* Add unit test for SUMIFS in array contextEike Rathke2017-06-092-0/+43
* Fix build after f1454b474d9248d7ef2cb84f396a974184e5167eStephan Bergmann2017-06-081-3/+0
* tdf#45904 Move java XCellSeries test to c++Paul Trojahn2017-06-082-1/+5
* Add Test for dataprovider and modify the way we fetch and apply streamJaskaran Singh2017-06-072-0/+113
* add COVERITY_NOEXCEPT_FALSECaolán McNamara2017-06-061-1/+1
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-051-1/+1
* Improved loplugin:redundantcast static_cast handling: scStephan Bergmann2017-06-023-18/+18
* Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERTStephan Bergmann2017-06-012-2/+2
* tdf#104219 Don't export color information when color is automaticBartosz Kosiorek2017-05-312-5/+13
* clang-tidy readability-redundant-string-cstrNoel Grandin2017-05-313-7/+7
* tdf#97362 CalcRTL unittest partially migarted to python (CalcRTL.py)Kappanneo2017-05-292-37/+76
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-1/+1
* xlsx export: limit dataValidation list to 255 chars, not 254Justin Luth2017-05-262-1/+1
* tdf#99856 xlsx export: limit dataValidation list to 255 charsJustin Luth2017-05-252-0/+24
* tdf#108017 xlsb import: protection settings were reversedJustin Luth2017-05-252-11/+26
* Unit test for COUNTBLANK with array of references, tdf#58874Eike Rathke2017-05-231-0/+12
* drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin2017-05-232-3/+3
* Unit tests for ...,ref1,arrayofrefs,ref2) to result array, tdf#58874Eike Rathke2017-05-221-0/+30
* Unit test for SUBTOTAL STDEV with array of references, tdf#58874Eike Rathke2017-05-221-0/+9
* Unit test for SUBTOTAL AVERAGE with array of references, tdf#58874Eike Rathke2017-05-221-5/+14
* Unit test for SUBTOTAL MIN,MAX with array of references, tdf#58874Eike Rathke2017-05-221-3/+21
* Add unit test for SUBTOTAL over reference list in array context, tdf#58874Eike Rathke2017-05-222-0/+29
* Use SetValue() instead of SetString()Eike Rathke2017-05-221-1/+1
* tdf#107892 add MAXIFS testZdeněk Crhonek2017-05-201-966/+2346
* loplugin:stringcopy: scStephan Bergmann2017-05-191-1/+1
* make string translation loading more uniformCaolán McNamara2017-05-191-3/+3
* Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke2017-05-183-24/+12
* New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael2017-05-182-0/+46
* Unit test to ensure that calculating with the intersection works, tdf#96426Eike Rathke2017-05-171-0/+6
* add unit test for Excel whitespace operator intersection, tdf#96426Eike Rathke2017-05-172-0/+30
* tdf#43535: add unit test for this.Kohei Yoshida2017-05-172-0/+157
* lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti2017-05-161-8/+12
* loplugin:checkunusedparams in sc(part5)Noel Grandin2017-05-162-2/+2
* Fix typosAndrea Gelmini2017-05-151-1/+1
* handle test that apparently depends on our additional fontsMarkus Mohrhard2017-05-141-0/+3
* add basic universal content test, tdf#107828Markus Mohrhard2017-05-134-2/+18
* tdf#107238 VBA autofilter: list of stringsSzymon Kłos2017-05-121-0/+0
* Get string also for external reference to double for operands of '&'Katarina Behrens2017-05-111-0/+17
* Add unit test for non-propagation of array context, tdf#107724Eike Rathke2017-05-102-0/+28
* fix buildNoel Grandin2017-05-101-6/+6
* loplugin:checkunusedparams in sc(part4)Noel Grandin2017-05-105-37/+37
* Fix typosAndrea Gelmini2017-05-051-1/+1