Age | Commit message (Expand) | Author |
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-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-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 | 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 | 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 | Handle STDEV, STDEVP, VAR and VARP with arrays 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 | 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 | 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 |
2017-05-22 | Get rid of some unneccessary formula:: namespace | Eike Rathke |
2017-05-22 | Do not force return value to double in SUBTOTAL and AGGREGATE, tdf#58874 | Eike Rathke |
2017-05-22 | Create RefList at JumpMatrix if current function returns Reference, tdf#58874 | Eike Rathke |
2017-05-22 | Introduce ScRefListToken::mbArrayResult for reference results, tdf#58874 | Eike Rathke |
2017-05-22 | Introduce ScJumpMatrix::mvRefList for array of reference results, tdf#58874 | Eike Rathke |
2017-05-21 | Fix typos | Andrea Gelmini |
2017-05-20 | cleanup unused css/uri/ includes | Jochen Nitschke |