summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2017-05-18tdf#107862 ignore subtotals in outline mode and empty rowsTomaž Vajngerl
2017-05-18Replace macro with functionStephan Bergmann
2017-05-18Pass grammar to ScCompiler ctor instead of subsequent SetGrammar()Eike Rathke
2017-05-18Always set a grammar when constructing ScCompilerEike Rathke
2017-05-18assert instead of OSL_ENSURE if grammar is GRAM_UNSPECIFIEDEike Rathke
2017-05-18tdf#107920: Crash when using ScCompiler in condformatJulien Nabet
2017-05-18Add comment about precedence of Wildcards over RegexEike Rathke
2017-05-18New HintId and unit test for hidden rows and SUBTOTAL, tdf#93171 follow-upArul Michael
2017-05-18Respect read-only config items in Options/Calc/Calculate dialogAron Budea
2017-05-18sc lok: fix wrong assignment aEnd.X()Henry Castro
2017-05-18loplugin:unusedmethodsNoel Grandin
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist
2017-05-17sc lok: Don't crash on comment undo.Jan Holesovsky