summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke
2017-05-28tdf#107389: Wrong positioning of AutoFilter buttons in tiledrendering modeTamás Zolnai
2017-05-27tdf#85594 Add reset default formatting to standard toolbarYousuf Philips
2017-05-26coverity#1409897 Dereference before null checkCaolán McNamara
2017-05-26coverity#1409898 Dereference before null checkCaolán McNamara
2017-05-26coverity#1409901 Unused valueCaolán McNamara
2017-05-26tdf#108049 VBA exception avoided in ScVbaRange::setStyleJustin Luth
2017-05-26xlsx export: limit dataValidation list to 255 chars, not 254Justin Luth
2017-05-25tdf#99856 xlsx export: limit dataValidation list to 255 charsJustin Luth
2017-05-25tdf#108017 xlsb import: protection settings were reversedJustin Luth
2017-05-24Clean up a commentTor Lillqvist
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida
2017-05-23Extend the loop over svRefList to cover also the query evaluationEike Rathke
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