summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-05-23svRefList always needs to be in a loop to be eventually popped from stackEike Rathke
2017-05-23sc: work around MSVC 2017 ICE in AccessibleDocument.cxxMichael Stahl
2017-05-23Move pushing the result token into IterateParametersIfs, tdf#58874Eike Rathke
2017-05-23PushError() instead of SetError() so there's a result tokenEike Rathke
2017-05-23Unit test for COUNTBLANK with array of references, tdf#58874Eike Rathke
2017-05-23Handle COUNTBLANK with array of references, tdf#58874Eike Rathke
2017-05-23MustHaveParamCount() already pushes error, tdf#58874Eike Rathke
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin
2017-05-23Handle SUMIF and AVERAGEIF with array of references, tdf#58874Eike Rathke
2017-05-23Move pushing result token into IterateParametersIf(), tdf#58874Eike Rathke
2017-05-23Handle COUNTIF with array of references, tdf#58874Eike Rathke
2017-05-23enhance useuniqueptr lopluginNoel Grandin
2017-05-22Revert "Handle SUMPRODUCT with svRefList arguments, tdf#58874" (Excel can't)Eike Rathke
2017-05-22svRefList argument can be handled now in ForceArray context, tdf#58874Eike Rathke
2017-05-22Handle SUMPRODUCT with svRefList arguments, tdf#58874Eike Rathke
2017-05-22Introduce GetMatrix() from svRefList, tdf#58874Eike Rathke
2017-05-22sc lok: prevent wrong assignment aEnd.Y()Henry Castro
2017-05-22Unit tests for ...,ref1,arrayofrefs,ref2) to result array, tdf#58874Eike Rathke
2017-05-22Unit test for SUBTOTAL STDEV with array of references, tdf#58874Eike Rathke
2017-05-22Handle STDEV, STDEVP, VAR and VARP with arrays of references, tdf#58874Eike Rathke
2017-05-22Unit test for SUBTOTAL AVERAGE with array of references, tdf#58874Eike Rathke
2017-05-22Get vector count right, tdf#58874Eike Rathke
2017-05-22Move result token push into GetStVarParams(), tdf#58874Eike Rathke
2017-05-22Make GetStVarParams() parameter bTextAsZero non-optional, tdf#58874 prepEike Rathke
2017-05-22Generalize to lambda MatOpFunc(), tdf#58874Eike Rathke
2017-05-22Factor out ScInterpreter::SwitchToArrayRefList(), tdf#58874Eike Rathke
2017-05-22Unit test for SUBTOTAL MIN,MAX with array of references, tdf#58874Eike Rathke
2017-05-22Handle MIN and MAX with arrays of references, tdf#58874Eike Rathke
2017-05-22const nMatRows, tdf#58874Eike Rathke
2017-05-22Factor out to ScInterpreter::GetRefListArrayMaxSize(), tdf#58874Eike Rathke
2017-05-22Add unit test for SUBTOTAL over reference list in array context, tdf#58874Eike Rathke
2017-05-22Use SetValue() instead of SetString()Eike Rathke
2017-05-22Handle reference list as array in IterateParameters(), tdf#58874Eike Rathke
2017-05-22Change IterateParameters to push token instead of returning double, tdf#58874Eike Rathke
2017-05-22Get rid of some unneccessary formula:: namespaceEike Rathke
2017-05-22Do not force return value to double in SUBTOTAL and AGGREGATE, tdf#58874Eike Rathke
2017-05-22Create RefList at JumpMatrix if current function returns Reference, tdf#58874Eike Rathke
2017-05-22Introduce ScRefListToken::mbArrayResult for reference results, tdf#58874Eike Rathke
2017-05-22Introduce ScJumpMatrix::mvRefList for array of reference results, tdf#58874Eike Rathke
2017-05-21tdf#91820 Add cell style and spreadsheet theme commandYousuf Philips
2017-05-21tdf#95885 move cell protect command from toolbar to menuYousuf Philips
2017-05-21Fix typosAndrea Gelmini
2017-05-20tdf#107892 add MAXIFS testZdeněk Crhonek
2017-05-20cleanup unused css/uri/ includesJochen Nitschke
2017-05-20cleanup unused css/script/ includesJochen Nitschke
2017-05-19loplugin:stringcopy: scStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-19Removed unneccessary ASCII-Art and commentsThomas Beck
2017-05-18Revert "Fix typos"Stephan Bergmann
2017-05-18Fix typosAndrea Gelmini