summaryrefslogtreecommitdiff
path: root/sc/source/core/tool
AgeCommit message (Expand)AuthorFilesLines
2017-06-16Get rid of the index inside FormulaTokenArrayTor Lillqvist2-29/+27
2017-06-15Ensure all cases push an error return, tdf#104989 related (not the cause)Eike Rathke1-0/+6
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-11/+11
2017-06-14use more SAL_N_ELEMENTS part 2Noel Grandin1-3/+2
2017-06-14Use FormulaTokenArray::FirstToken() in one more placeTor Lillqvist1-2/+1
2017-06-14Final result of Reference array is svMatrix instead of svRefList, tdf#58874Eike Rathke1-2/+4
2017-06-13Use FormulaTokenArray::FirstRPNToken()Tor Lillqvist1-1/+1
2017-06-13Use FormulaTokenArray::FirstToken() in more placesTor Lillqvist1-2/+2
2017-06-13Final result of svRefList can be an array in some cases, tdf#58874 relatedEike Rathke1-0/+68
2017-06-13Handle SUMPRODUCT with reference list and array of references, tdf#58874Eike Rathke1-4/+9
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-1/+1
2017-06-10COUNTIFS, SUMIFS, AVERAGEIFS, MINIFS, MAXIFS with reference arrays, tdf#58874Eike Rathke1-50/+209
2017-06-09Too many aRes..., rename aResArray to vConditionsEike Rathke1-10/+10
2017-06-08With reference lists there can be more than 255 queriesEike Rathke1-5/+5
2017-06-08Take FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-8/+8
2017-06-08Redundant nColSize,nRowSize, use nDimensionCols,nDimensionRows, tdf#58874 prepEike Rathke1-12/+6
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more fileTor Lillqvist1-14/+13
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-1/+2
2017-06-07Take new FormulaTokenArrayPlainIterator into use in one more placeTor Lillqvist1-1/+2
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-2/+2
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin1-3/+3
2017-06-05Improved loplugin:cstylecast to reference types: scStephan Bergmann1-1/+1
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 Rathke1-1/+4
2017-06-02avoid config for fuzzingCaolán McNamara1-0/+5
2017-06-02Improved loplugin:redundantcast const_cast handling: scStephan Bergmann1-2/+2
2017-06-01Perf: do not calculate a null-operation with the result matrix, tdf#58874Eike Rathke1-4/+14
2017-06-01Perf: do not calculate a null-operation with the result matrix, tdf#58874Eike Rathke1-11/+23
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin2-5/+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 Grandin1-1/+1
2017-05-26coverity#1409898 Dereference before null checkCaolán McNamara1-2/+2
2017-05-26coverity#1409901 Unused valueCaolán McNamara1-3/+1
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 Rathke1-42/+69
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 Grandin13-83/+83
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 Rathke1-15/+24
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