summaryrefslogtreecommitdiff
path: root/sc/source/core/data/funcdesc.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-20use tools::Long in scNoel1-2/+2
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-43/+43
2020-05-29Related: tdf#131423 CHOOSE() supports only 30 jump targets, limit in dialogEike Rathke1-395/+408
2020-04-28Resolves: tdf#127831 implement RAND.NV() and RANDBETWEEN.NV() non-volatileEike Rathke1-1/+3
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin1-6/+6
2020-03-09improve loplugin:unusedfieldsNoel Grandin1-2/+4
2020-03-06formula manager: wrong category returned by ScFuncDesc::getCategoryMarco Cecchetti1-1/+1
2020-01-24loplugin:makeshared in scNoel Grandin1-1/+1
2019-12-03remove some useless comment linesNoel Grandin1-4/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-06loplugin:unusedvariablecheck tweak to find more stuffNoel Grandin1-8/+3
2019-03-26tdf#74664: FOURIER: add 5th optional parameter MinimumMagnitudeDennis Francis1-1/+1
2019-02-19tdf#74664 : Adds FOURIER() formulaDennis Francis1-1/+2
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-09loplugin:singlevalfields in scNoel Grandin1-24/+5
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-3/+0
2018-10-304th parameter Flags for REGEX(), tdf#113977Eike Rathke1-1/+1
2018-10-25Resolves: tdf#113977 implement REGEX() spreadsheet functionEike Rathke1-1/+2
2018-10-18loplugin:staticvar in scNoel Grandin1-3/+3
2018-10-15loplugin:constfields in scNoel Grandin1-6/+6
2018-06-26loplugin:useuniqueptr in ScFuncDescNoel Grandin1-25/+20
2018-05-21loplugin:unusedfields in scNoel Grandin1-1/+2
2018-02-20Resolves: tdf#115879 treat NOT as the 1-parameter function that it isEike Rathke1-1/+1
2018-01-12More loplugin:cstylecast: scStephan Bergmann1-2/+2
2017-11-11Replace list by vector in funcdesc (sc)Julien Nabet1-17/+12
2017-10-23loplugin:includeform: scStephan Bergmann1-13/+13
2017-09-07tdf#107135 Add missing ODFF function SEARCHB.Winfried Donkers1-1/+2
2017-08-25loplugin:useuniqueptr in scNoel Grandin1-5/+3
2017-08-03rename ID_FUNCTION_GRP_FINANZ->ID_FUNCTION_GRP_FINANCIALNoel Grandin1-22/+22
2017-08-01move resmgr to unotoolsCaolán McNamara1-1/+1
2017-07-25tdf#107135 Add missing ODFF function FINDB.Winfried Donkers1-1/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-410/+422
2017-07-10tdf#107135, add missing ODFF function REPLACEB.Winfried Donkers1-1/+2
2017-07-04Move definition of VAR_ARGS and PAIRED_VAR_ARGS to formula/funcvarargs.hEike Rathke1-0/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-04-28loplugin:salunicodeliteral: scStephan Bergmann1-1/+1
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-0/+1
2017-03-29loplugin:singlevalfieldsNoel Grandin1-30/+12
2017-02-21loplugin:subtlezeroinit: scStephan Bergmann1-2/+2
2017-02-20tdf#105931 Add function ROUNDSIG to Calc.Winfried Donkers1-1/+2
2017-02-20move comment to class and comment individual entries separatelyCaolán McNamara1-27/+35
2017-02-17sort by opcode and use lower_bound to find in sorted listCaolán McNamara1-321/+321
2017-02-17move formula description extra data out of .srcCaolán McNamara1-30/+451
2017-02-16nSuppressed is 0 in all existing patternsCaolán McNamara1-37/+1
2017-02-16unwind one level of RID_SC_FUNCTION_DESCRIPTIONS[1|2]Caolán McNamara1-50/+31
2017-02-07convert resources containing strings to stringarray resourcesCaolán McNamara1-4/+4
2017-02-07revert unready stuffCaolán McNamara1-4/+4
2017-02-07convert resources containing strings to stringarray resourcesCaolán McNamara1-4/+4
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-4/+2