Age | Commit message (Expand) | Author |
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 |
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 | tdf#91820 Add cell style and spreadsheet theme command | Yousuf Philips |
2017-05-21 | tdf#95885 move cell protect command from toolbar to menu | Yousuf Philips |
2017-05-21 | Fix typos | Andrea Gelmini |
2017-05-20 | tdf#107892 add MAXIFS test | Zdeněk Crhonek |
2017-05-20 | cleanup unused css/uri/ includes | Jochen Nitschke |
2017-05-20 | cleanup unused css/script/ includes | Jochen Nitschke |
2017-05-19 | loplugin:stringcopy: sc | Stephan Bergmann |
2017-05-19 | make string translation loading more uniform | Caolán McNamara |
2017-05-19 | Removed unneccessary ASCII-Art and comments | Thomas Beck |
2017-05-18 | Revert "Fix typos" | Stephan Bergmann |
2017-05-18 | Fix typos | Andrea Gelmini |
2017-05-18 | tdf#107862 ignore subtotals in outline mode and empty rows | Tomaž Vajngerl |
2017-05-18 | Replace macro with function | Stephan Bergmann |
2017-05-18 | Pass grammar to ScCompiler ctor instead of subsequent SetGrammar() | Eike Rathke |
2017-05-18 | Always set a grammar when constructing ScCompiler | Eike Rathke |
2017-05-18 | assert instead of OSL_ENSURE if grammar is GRAM_UNSPECIFIED | Eike Rathke |
2017-05-18 | tdf#107920: Crash when using ScCompiler in condformat | Julien Nabet |
2017-05-18 | Add comment about precedence of Wildcards over Regex | Eike Rathke |