Age | Commit message (Expand) | Author |
2017-06-27 | add test for formula listener during delete sheet | Markus Mohrhard |
2017-06-27 | add a test for listener update during insert tab | Markus Mohrhard |
2017-06-27 | Unit test for update reference in deletion of last col/row, tdf#108788 | Eike Rathke |
2017-06-26 | loplugin:oncevar in sc | Noel Grandin |
2017-06-22 | Unit test for named single reference pointing to deleted row, tdf#108671 | Eike Rathke |
2017-06-21 | loplugin:privatebase | Stephan Bergmann |
2017-06-21 | loplugin:unusedfields in sfx2 part1 | Noel Grandin |
2017-06-20 | tdf#45904 Move remaining XCellSeries test code to C++ | Paul Trojahn |
2017-06-16 | Make SfxItemSet ranges correct by construction | Stephan Bergmann |
2017-06-13 | Use FormulaTokenArray::FirstToken() in one place where we can | Tor Lillqvist |
2017-06-13 | Let SfxSetItem ctor take SfxItemSet by unique_ptr | Stephan Bergmann |
2017-06-12 | cleanup unused css/frame/* includes | Jochen Nitschke |
2017-06-10 | Unit test for COUNTIFS, SUMIFS, AVERAGEIFS with array of references, tdf#58874 | Eike Rathke |
2017-06-09 | Some compilers can't init vector from empty {} | Eike Rathke |
2017-06-09 | missing include | Stephan Bergmann |
2017-06-09 | Add unit test for COUNTIFS and AVERAGEIFS in array context | Eike Rathke |
2017-06-09 | use comphelper::InitPropertySequence in more places | Noel Grandin |
2017-06-09 | Add unit test for SUMIFS in array context | Eike Rathke |
2017-06-08 | Fix build after f1454b474d9248d7ef2cb84f396a974184e5167e | Stephan Bergmann |
2017-06-08 | tdf#45904 Move java XCellSeries test to c++ | Paul Trojahn |
2017-06-07 | Add Test for dataprovider and modify the way we fetch and apply stream | Jaskaran Singh |
2017-06-06 | add COVERITY_NOEXCEPT_FALSE | Caolán McNamara |
2017-06-05 | clang-tidy performance-unnecessary-value-param | Noel Grandin |
2017-06-02 | Improved loplugin:redundantcast static_cast handling: sc | Stephan Bergmann |
2017-06-01 | Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERT | Stephan Bergmann |
2017-05-31 | tdf#104219 Don't export color information when color is automatic | Bartosz Kosiorek |
2017-05-31 | clang-tidy readability-redundant-string-cstr | Noel Grandin |
2017-05-29 | tdf#97362 CalcRTL unittest partially migarted to python (CalcRTL.py) | Kappanneo |
2017-05-28 | remove unnecessary use of OString::getStr | Noel Grandin |
2017-05-26 | xlsx export: limit dataValidation list to 255 chars, not 254 | Justin Luth |
2017-05-25 | tdf#99856 xlsx export: limit dataValidation list to 255 chars | Justin Luth |
2017-05-25 | tdf#108017 xlsb import: protection settings were reversed | Justin Luth |
2017-05-23 | Unit test for COUNTBLANK with array of references, tdf#58874 | Eike Rathke |
2017-05-23 | drop the SCsROW/SCsCOL/SCsTAB typedefs | Noel Grandin |
2017-05-22 | Unit tests for ...,ref1,arrayofrefs,ref2) to result array, tdf#58874 | Eike Rathke |
2017-05-22 | Unit test for SUBTOTAL STDEV with array of references, tdf#58874 | Eike Rathke |
2017-05-22 | Unit test for SUBTOTAL AVERAGE with array of references, tdf#58874 | Eike Rathke |
2017-05-22 | Unit test for SUBTOTAL MIN,MAX with array of references, tdf#58874 | Eike Rathke |
2017-05-22 | Add unit test for SUBTOTAL over reference list in array context, tdf#58874 | Eike Rathke |
2017-05-22 | Use SetValue() instead of SetString() | Eike Rathke |
2017-05-20 | tdf#107892 add MAXIFS test | Zdeněk Crhonek |
2017-05-19 | loplugin:stringcopy: sc | Stephan Bergmann |
2017-05-19 | make string translation loading more uniform | Caolán McNamara |
2017-05-18 | Pass grammar to ScCompiler ctor instead of subsequent SetGrammar() | Eike Rathke |
2017-05-18 | New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-up | Arul Michael |
2017-05-17 | Unit test to ensure that calculating with the intersection works, tdf#96426 | Eike Rathke |
2017-05-17 | add unit test for Excel whitespace operator intersection, tdf#96426 | Eike Rathke |
2017-05-17 | tdf#43535: add unit test for this. | Kohei Yoshida |
2017-05-16 | lok: sc: misplaced comment mark on inserting/deleting/resizing row/col | Marco Cecchetti |
2017-05-16 | loplugin:checkunusedparams in sc(part5) | Noel Grandin |