summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr4.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers1-2/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-06-25remove whitespaceMarkus Mohrhard1-56/+0
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-03eliminate xub_StrLen left-overEike Rathke1-7/+7
2014-05-23coverity#708018 Uninitialized pointer fieldCaolán McNamara1-12/+25
2014-05-19add COLOR functionMarkus Mohrhard1-0/+1
2014-05-13fdo#78402: Adjust references of validity entries as appropriate.Kohei Yoshida1-3/+5
2014-05-11fix-includes.pl: scThomas Arnhold1-2/+2
2014-04-27Avoid possible memory leaks in case of exceptionsTakeshi Abe1-4/+4
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers1-0/+1
2014-04-11fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers1-0/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-8/+0
2014-04-02fdo#73147 add Excel2010 functions NETWORKDAYS.INTL and WORKDAY.INTLWinfried Donkers1-0/+2
2014-03-14some formula interpreter options are document specificEike Rathke1-3/+11
2014-03-14user selectable string conversion models, related fdo#37132 fdo#74622Eike Rathke1-35/+64
2014-03-10fdo#71720 Add Excel 2010 functionsWinfried Donkers1-0/+3
2014-03-08More consistent number format inheritence policy.Kohei Yoshida1-3/+0
2014-03-07errCellNoValue is an interpreter-internal-only errorEike Rathke1-1/+1
2014-03-05fdo#72197 Add Excel 2010 functionsWinfried Donkers1-1/+5
2014-02-23coverity#706831 Uncaught exceptionCaolán McNamara1-2/+12
2014-02-23Remove unneccessary commentsAlexander Wilms1-5/+5
2014-02-12make Calc function PERCENTRANK comply with ODF1.2Winfried Donkers1-3/+3
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-1/+1
2014-01-30fdo#73146 Add Excel 2010 functionsWinfried Donkers1-3/+11
2014-01-27fdo#72793 Add Excel 2010 functionsWinfried Donkers1-2/+8
2014-01-14Fix check for odd nStrLen, as suggested by the commentsStephan Bergmann1-4/+4
2013-12-20Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida1-0/+1
2013-12-16fdo#72158 Add Excel 2010 functionsWinfried Donkers1-5/+11
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke1-1/+1
2013-12-03fdo#70797 fix incorrect argument handling of CHISQ.DISTWinfried Donkers1-2/+2
2013-11-29fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers1-3/+6
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers1-3/+7
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers1-3/+8
2013-11-14fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.TWinfried Donkers1-1/+3
2013-11-08fdo#70797 add Excel 2010 functionsWinfried Donkers1-5/+10
2013-11-04fdo#71081 add Excel 2010 functions BINOM.DIST and BINOM.INVWinfried Donkers1-1/+3
2013-10-31fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers1-1/+3
2013-10-30fdo#61002 add Excel 2010 functions VAR.P and VAR.SWinfried Donkers1-2/+4
2013-10-25fdo#44134 adding Excel 2010 functions STDEV.P and STDEV.SWinfried Donkers1-2/+4
2013-10-18fdo#70000 add support for COVARIANCE.P and COVARIANCE.S functionsWinfried Donkers1-1/+3
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-59/+74
2013-10-11GetString() from ScMatrix to return SharedString.Kohei Yoshida1-3/+3
2013-10-11Properly intern strings going into matrix objects.Kohei Yoshida1-1/+3
2013-10-08convert sc/source/core/tool/*.cxx from String to OUStringNoel Grandin1-18/+14
2013-10-04ScInterpreter::GetString() now returns a ref to OUString.Kohei Yoshida1-4/+4
2013-10-04convert sc/source/core/inc/*.hxx from String to OUStringNoel Grandin1-9/+9
2013-10-03de-GetBuffer calcCaolán McNamara1-5/+5
2013-09-06Wrong place to apply implicit intersection. Do it at the very last.Kohei Yoshida1-6/+55
2013-09-06Correctly handle implicit intersection in group interpretation.Kohei Yoshida1-0/+39