summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr3.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-6/+6
2014-03-05fdo#72197 Add Excel 2010 functionsWinfried Donkers1-0/+27
2014-03-03Remove visual noise from scAlexander Wilms1-2/+2
2014-02-12make Calc function PERCENTRANK comply with ODF1.2Winfried Donkers1-24/+1
2014-02-06Mark as static & constTakeshi Abe1-7/+7
2014-01-30init 'fLastPos' [-Werror=maybe-uninitialized], fdo#73146 follow-upEike Rathke1-1/+2
2014-01-30fdo#73146 Add Excel 2010 functionsWinfried Donkers1-135/+166
2014-01-29fdo#39440 - cppcheck cleanlinessRadu Ioan1-9/+13
2014-01-27fdo#72793 Add Excel 2010 functionsWinfried Donkers1-23/+68
2014-01-14bool improvementsStephan Bergmann1-1/+1
2014-01-10restore original commentThomas Arnhold1-1/+2
2013-12-16fdo#72158 Add Excel 2010 functionsWinfried Donkers1-4/+18
2013-12-03fdo#70797 fix incorrect argument handling of CHISQ.DISTWinfried Donkers1-0/+24
2013-11-29fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers1-2/+2
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers1-10/+59
2013-11-21fdo#71350 fix incorrect calculation of Excel function CONFIDENCE.TWinfried Donkers1-1/+1
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers1-0/+48
2013-11-14fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.TWinfried Donkers1-3/+21
2013-11-08improve calc function CRITBINOMWinfried Donkers1-14/+59
2013-10-31fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers1-0/+61
2013-10-18removed senseless commentsEike Rathke1-3/+3
2013-10-18check fCount beforehand and bail out early, fdo#70000 relatedEike Rathke1-1/+1
2013-10-18fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers1-6/+15
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-10/+2
2013-07-19fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-86/+0
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Remove HasCellValueData() and adjusted all its call sites.Kohei Yoshida1-24/+32
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
2013-02-08factor out common code of SKEW and SKEWP, fdo#60322Eike Rathke1-37/+18
2013-02-08fdo#60322 add calc function SKEWP as in ODFF v1.2Winfried Donkers1-0/+33
2012-12-30Some cppcheck cleaning in scJulien Nabet1-26/+33
2012-12-14fix ugly and misleading indentation that crept in with rebaseEike Rathke1-67/+64
2012-12-14calc: fix mathematical error in CritBinomWerner Koerner1-13/+11
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-12-04calc66: #i75279# improved accuracy of BINOMDIST; patch from ReginaEike Rathke [er]1-141/+112
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-7/+7
2012-08-10fdo#43135 - fix for MULTINOMIAL only supporting parameters up to 170Albert Thuswaldner1-0/+3
2012-07-01Remove unused definesThomas Arnhold1-1/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann1-0/+15
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-08-14sal_Bool -> bool and cosmeticsEike Rathke1-17/+17
2011-07-22fix for fdo#37128: set upper limit for second parameter of tinv to 1E10Markus Mohrhard1-1/+1
2011-05-27Replace DBG_* with OSL_* in sc/source/coreJacek Wolszczak1-15/+14
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-83/+83
2011-03-03Support external references in a whole bunch of other functions.Kohei Yoshida1-8/+24
2011-03-02Remove bogus comments.Guillaume Poussel1-1/+1
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-86/+86
2011-01-17removal of dead codeEd Dean1-8/+0