summaryrefslogtreecommitdiff
path: root/sc/source/core/inc
AgeCommit message (Expand)AuthorFilesLines
2017-06-13Final result of svRefList can be an array in some cases, tdf#58874 relatedEike Rathke1-0/+1
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-05Fix typosAndrea Gelmini1-1/+1
2017-06-02Add documentation about documentation generation..Eike Rathke1-0/+12
2017-06-02Fix build with DEBUG_SC_PARCLASSDOCEike Rathke1-1/+1
2017-06-01Perf: do not calculate a null-operation with the result matrix, tdf#58874Eike Rathke1-1/+1
2017-05-23Move pushing the result token into IterateParametersIfs, tdf#58874Eike Rathke1-1/+1
2017-05-23drop the SCsROW/SCsCOL/SCsTAB typedefsNoel Grandin2-4/+4
2017-05-23Move pushing result token into IterateParametersIf(), tdf#58874Eike Rathke1-1/+1
2017-05-22Introduce GetMatrix() from svRefList, tdf#58874Eike Rathke1-0/+1
2017-05-22Move result token push into GetStVarParams(), tdf#58874Eike Rathke1-1/+1
2017-05-22Make GetStVarParams() parameter bTextAsZero non-optional, tdf#58874 prepEike Rathke1-1/+1
2017-05-22Generalize to lambda MatOpFunc(), tdf#58874Eike Rathke1-1/+1
2017-05-22Factor out ScInterpreter::SwitchToArrayRefList(), tdf#58874Eike Rathke1-0/+4
2017-05-22Factor out to ScInterpreter::GetRefListArrayMaxSize(), tdf#58874Eike Rathke1-0/+3
2017-05-22Change IterateParameters to push token instead of returning double, tdf#58874Eike Rathke1-1/+1
2017-05-22Introduce ScJumpMatrix::mvRefList for array of reference results, tdf#58874Eike Rathke1-0/+3
2017-05-17tdf#107892: fix negative values case with maxifsJulien Nabet1-1/+1
2017-05-13Kill some code duplication, move shared code into private funcKatarina Behrens1-0/+1
2017-05-10GetParameterType: SAL_MAX_UINT16 for return ParamClass, tdf#107724 prepEike Rathke1-1/+3
2017-05-10Add ParamClass ScParameterClassification::CommonData::eReturn, tdf#107724 prepEike Rathke1-0/+1
2017-05-09Move ScParameterClassification::Type to formula::ParamClass, tdf#107724 prepEike Rathke1-43/+5
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-11loplugin:inlinefields in ScJumpMatrixNoel Grandin1-2/+2
2017-03-29loplugin:unusedmethodsNoel Grandin1-1/+0
2017-03-03Remove redundant 'inline' keywordStephan Bergmann4-24/+24
2017-02-21tdf#105885 fix incorrect result with CHISQ.DIST.RT.Winfried Donkers1-1/+1
2017-02-20tdf#105931 Add function ROUNDSIG to Calc.Winfried Donkers1-0/+1
2017-02-16tdf#89387 improve performance for some matrix operationsgiacco1-1/+2
2017-02-16convert ListenerGroupType to scoped enumNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-10/+5
2017-01-25loplugin: unnecessary destructor scNoel Grandin1-1/+0
2017-01-13new loplugin: useuniqueptr: sc part 1Noel Grandin1-1/+1
2017-01-03tdf#105019 fix POISSON/POISSON.DIST deficiencies.Winfried Donkers1-1/+1
2016-12-25tdf#39674 Translated German to Englishabdulwd1-4/+4
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-6/+6
2016-12-07Fix typo in comments: et -> edTakeshi Abe1-1/+1
2016-11-08Resolves: tdf#103701 bulk-broadcast the correct hint ID for formula groupsEike Rathke1-4/+7
2016-11-07loplugin:expandablemethods in scNoel Grandin1-2/+0
2016-11-05Dump the single cell vector reference info to the log.Kohei Yoshida1-1/+2
2016-10-31loplugin:countusersofdefaultparams in sc(part1)Noel Grandin1-1/+1
2016-10-14This is no longer used.Kohei Yoshida1-9/+0
2016-10-14Remove the branching at the end of IterateParametersIfs().Kohei Yoshida1-1/+11
2016-10-14tdf#102948 Make HYPGEOMDIST ODFF1.2 compliant.Winfried Donkers1-2/+1
2016-10-13tdf#102328 Add constraint for argument X in Calc function GAMMA.DIST.Winfried Donkers1-1/+1
2016-10-09No need for ScAddInDocs to be a class of its ownStephan Bergmann1-1/+1
2016-09-28sc-perf: remove one more unnecessary call to TrackFormulas()Eike Rathke1-1/+1
2016-09-26convert SUBTOTAL constants to typed_flags_setNoel Grandin1-2/+2
2016-09-23convert formula error codes to scoped enumNoel Grandin2-22/+23
2016-09-23Factor out common ScInterpreter::GetInt32() codeMaarten Bosmans1-0/+1