Age | Commit message (Expand) | Author |
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 |
2017-05-22 | Handle STDEV, STDEVP, VAR and VARP with arrays 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 | Get vector count right, tdf#58874 | Eike Rathke |
2017-05-22 | Move result token push into GetStVarParams(), tdf#58874 | Eike Rathke |
2017-05-22 | Make GetStVarParams() parameter bTextAsZero non-optional, tdf#58874 prep | Eike Rathke |
2017-05-22 | Generalize to lambda MatOpFunc(), tdf#58874 | Eike Rathke |
2017-05-22 | Factor out ScInterpreter::SwitchToArrayRefList(), tdf#58874 | Eike Rathke |
2017-05-22 | Unit test for SUBTOTAL MIN,MAX with array of references, tdf#58874 | Eike Rathke |
2017-05-22 | Handle MIN and MAX with arrays of references, tdf#58874 | Eike Rathke |
2017-05-22 | const nMatRows, tdf#58874 | Eike Rathke |
2017-05-22 | Factor out to ScInterpreter::GetRefListArrayMaxSize(), 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-22 | Handle reference list as array in IterateParameters(), tdf#58874 | Eike Rathke |
2017-05-22 | Change IterateParameters to push token instead of returning double, tdf#58874 | Eike Rathke |