Age | Commit message (Expand) | Author |
2017-07-14 | use more OUString::operator== in sc | Noel Grandin |
2017-07-13 | tdf#108758 : do not write to undo document when... | Dennis Francis |
2017-07-13 | Move scheduler task into its own header | Jan-Marek Glogowski |
2017-07-12 | loplugin:unreffun | Jan-Marek Glogowski |
2017-07-10 | tdf#107135, add missing ODFF function REPLACEB. | Winfried Donkers |
2017-07-09 | add test for non-ascii gnumeric file names, tdf#107827 | Markus Mohrhard |
2017-07-08 | Add a way to resize ScDBData | Jaskaran Singh |
2017-07-07 | C++11 remove std::binary_function bases from functors | Jochen Nitschke |
2017-07-06 | loplugin:unusedfields in sc | Noel Grandin |
2017-07-05 | coverity#1414486 Unchecked dynamic_cast | Caolán McNamara |
2017-07-03 | C++11 remove std::unary_function bases from functors | Jochen Nitschke |
2017-07-03 | Translate German comments and debug strings (leftovers in dirs sal to sc) | Johnny_M |
2017-07-02 | loplugin:casttovoid: sc | Stephan Bergmann |
2017-06-29 | loplugin:oncevar | Stephan Bergmann |
2017-06-28 | sc lok: disable Undo/Redo state if conflict with other views | Henry Castro |
2017-06-28 | add test for tdf#65848 | Markus Mohrhard |
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:unusedfields in sfx2 part1 | Noel Grandin |
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 | 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-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-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 |