Age | Commit message (Expand) | Author |
2017-06-02 | Improved loplugin:redundantcast static_cast handling: sc | Stephan Bergmann |
2017-06-02 | convert GRFILTER constants to ERRCODE_GRFILTER_ | Noel Grandin |
2017-06-01 | Resolves: tdf#108279 dimension rows are 32-bit and don't wrap at 64k | Eike Rathke |
2017-06-01 | Perf: do not calculate a null-operation with the result matrix, tdf#58874 | Eike Rathke |
2017-06-01 | Perf: do not calculate a null-operation with the result matrix, tdf#58874 | Eike Rathke |
2017-06-01 | tdf#107945: store rtl_uString pointers instead of heap OUString objects. | Kohei Yoshida |
2017-06-01 | Improve suppression of loplugin:redundantcast in CPPUNIT_ASSERT | Stephan Bergmann |
2017-05-31 | disambiguate dual use of toolbar ids | Caolán McNamara |
2017-05-31 | tdf#108259 Enable autofilter with many different values | Jean-Sebastien Bevilacqua |
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-31 | clang-tidy readability-redundant-control-flow | Noel Grandin |
2017-05-31 | tdf#107797 select all entries in the dropdown | Szymon Kłos |
2017-05-30 | remove duplicate 'using namespace' | Jochen Nitschke |
2017-05-30 | tdf#86119 Fix toggle behaviour of SID_NUMBER_STANDARD. | Gulsah Kose |
2017-05-30 | teach redundantcast plugin about functional casts | 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-28 | cleanup unused css/linguistic2/ includes | Jochen Nitschke |
2017-05-28 | tdf#107389: Wrong positioning of AutoFilter buttons in tiledrendering mode | Tamás Zolnai |
2017-05-27 | tdf#85594 Add reset default formatting to standard toolbar | Yousuf Philips |
2017-05-26 | coverity#1409897 Dereference before null check | Caolán McNamara |
2017-05-26 | coverity#1409898 Dereference before null check | Caolán McNamara |
2017-05-26 | coverity#1409901 Unused value | Caolán McNamara |
2017-05-26 | tdf#108049 VBA exception avoided in ScVbaRange::setStyle | Justin Luth |
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-24 | Clean up a comment | Tor Lillqvist |
2017-05-24 | tdf#107945: properly iterate over mtv during pivot cache loading. | Kohei Yoshida |
2017-05-23 | Extend the loop over svRefList to cover also the query evaluation | Eike Rathke |
2017-05-23 | svRefList always needs to be in a loop to be eventually popped from stack | Eike Rathke |
2017-05-23 | sc: work around MSVC 2017 ICE in AccessibleDocument.cxx | Michael Stahl |
2017-05-23 | Move pushing the result token into IterateParametersIfs, tdf#58874 | Eike Rathke |
2017-05-23 | PushError() instead of SetError() so there's a result token | Eike Rathke |
2017-05-23 | Unit test for COUNTBLANK with array of references, tdf#58874 | Eike Rathke |
2017-05-23 | Handle COUNTBLANK with array of references, tdf#58874 | Eike Rathke |
2017-05-23 | MustHaveParamCount() already pushes error, tdf#58874 | Eike Rathke |
2017-05-23 | drop the SCsROW/SCsCOL/SCsTAB typedefs | Noel Grandin |
2017-05-23 | Handle SUMIF and AVERAGEIF with array of references, tdf#58874 | Eike Rathke |
2017-05-23 | Move pushing result token into IterateParametersIf(), tdf#58874 | Eike Rathke |
2017-05-23 | Handle COUNTIF with array of references, tdf#58874 | Eike Rathke |
2017-05-23 | enhance useuniqueptr loplugin | Noel Grandin |
2017-05-22 | Revert "Handle SUMPRODUCT with svRefList arguments, tdf#58874" (Excel can't) | Eike Rathke |
2017-05-22 | svRefList argument can be handled now in ForceArray context, tdf#58874 | Eike Rathke |
2017-05-22 | Handle SUMPRODUCT with svRefList arguments, tdf#58874 | Eike Rathke |
2017-05-22 | Introduce GetMatrix() from svRefList, tdf#58874 | Eike Rathke |
2017-05-22 | sc lok: prevent wrong assignment aEnd.Y() | Henry Castro |
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 |