summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2017-06-07tdf#108098 Correct detection of MIXED state.Gulsah Kose1-10/+13
2017-06-07Perf-sc: tdf#100709 Use a "one and a half" alloc strategy for ScMarkArrayEike Rathke1-1/+10
2017-06-06first arg of ApplyBlockFrame is never nullCaolán McNamara4-22/+22
2017-06-06nullptr never passed to ApplyFrameAreaTabCaolán McNamara2-8/+8
2017-06-062nd arg of ApplySelectionFrame is always not nullCaolán McNamara1-8/+8
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara7-8/+8
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-3/+3
2017-06-06tdf#107945: prepare for future multi-threading of pivot cache...Kohei Yoshida2-80/+300
2017-06-05Improved loplugin:cstylecast to reference types: scStephan Bergmann4-4/+4
2017-06-05Fix typosAndrea Gelmini1-1/+1
2017-06-04Perf-sc: tdf#100709 avoid segment tree with ScMultiSelIter where possibleEike Rathke4-38/+154
2017-06-03sc::ColRowSpan::mnEnd is inclusiveEike Rathke1-2/+2
2017-06-02Add documentation about documentation generation..Eike Rathke1-0/+12
2017-06-02Output return type and use Bounds for OpCodes without returnEike Rathke1-31/+56
2017-06-02Add parentheses only for functions and operatorsEike Rathke1-2/+11
2017-06-02Add all OpCodes without parameters to classificationEike Rathke1-4/+33
2017-06-02Streaming sal_uInt8 with value 0 into SAL_WARN truncates output, cast to intEike Rathke1-2/+2
2017-06-02Remove pointless SAL_INFOEike Rathke1-1/+0
2017-06-02Fix build with DEBUG_SC_PARCLASSDOCEike Rathke2-2/+5
2017-06-02avoid config for fuzzingCaolán McNamara1-0/+5
2017-06-02Improved loplugin:redundantcast const_cast handling: scStephan Bergmann4-6/+6
2017-06-01Perf: do not calculate a null-operation with the result matrix, tdf#58874Eike Rathke2-5/+15
2017-06-01Perf: do not calculate a null-operation with the result matrix, tdf#58874Eike Rathke1-11/+23
2017-06-01tdf#107945: store rtl_uString pointers instead of heap OUString objects.Kohei Yoshida3-18/+25
2017-05-31clang-tidy readability-redundant-string-cstrNoel Grandin1-2/+2
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin4-8/+1
2017-05-31tdf#107797 select all entries in the dropdownSzymon Kłos1-0/+17
2017-05-30remove duplicate 'using namespace'Jochen Nitschke1-1/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin4-10/+8
2017-05-28remove unnecessary use of OString::getStrNoel Grandin2-22/+8
2017-05-26coverity#1409898 Dereference before null checkCaolán McNamara1-2/+2
2017-05-26coverity#1409901 Unused valueCaolán McNamara1-3/+1
2017-05-24tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida8-19/+223
2017-05-23Extend the loop over svRefList to cover also the query evaluationEike Rathke1-70/+70
2017-05-23svRefList always needs to be in a loop to be eventually popped from stackEike Rathke1-163/+167
2017-05-23Move pushing the result token into IterateParametersIfs, tdf#58874Eike Rathke2-43/+70
2017-05-23PushError() instead of SetError() so there's a result tokenEike Rathke1-5/+5
2017-05-23Handle COUNTBLANK with array of references, tdf#58874Eike Rathke1-2/+15
2017-05-23MustHaveParamCount() already pushes error, tdf#58874Eike Rathke1-3/+0
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin39-233/+233
2017-05-23Handle SUMIF and AVERAGEIF with array of references, tdf#58874Eike Rathke1-6/+26
2017-05-23Move pushing result token into IterateParametersIf(), tdf#58874Eike Rathke2-16/+25
2017-05-23Handle COUNTIF with array of references, tdf#58874Eike Rathke1-2/+16
2017-05-23enhance useuniqueptr lopluginNoel Grandin1-3/+1
2017-05-22Revert "Handle SUMPRODUCT with svRefList arguments, tdf#58874" (Excel can't)Eike Rathke1-6/+4
2017-05-22svRefList argument can be handled now in ForceArray context, tdf#58874Eike Rathke1-1/+4
2017-05-22Handle SUMPRODUCT with svRefList arguments, tdf#58874Eike Rathke1-4/+6
2017-05-22Introduce GetMatrix() from svRefList, tdf#58874Eike Rathke2-2/+26
2017-05-22Handle STDEV, STDEVP, VAR and VARP with arrays of references, tdf#58874Eike Rathke1-10/+104
2017-05-22Get vector count right, tdf#58874Eike Rathke1-3/+2