summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/interpr4.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers1-0/+1
2015-01-26coverity#1266452 Explicit null dereferencedCaolán McNamara1-2/+1
2015-01-20Some more loplugin:cstylecast: scStephan Bergmann1-6/+6
2015-01-19add a comment about string conversion configurationEike Rathke1-0/+4
2015-01-14sc: rename ScSTEXY to ScSTEYXLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename RGP to LinestLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename RKP to LogestLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename Schiefe to SkewLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename KritBinom to CritBinomLaurent Charrière1-1/+1
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière1-3/+3
2015-01-14sc: rename ocPropper et al. to ocProper et al.Laurent Charrière1-1/+1
2015-01-14fdo#85818: translate ZZR to NperLaurent Charrière1-1/+1
2015-01-14fdo#85818: rename ZW to FVLaurent Charrière1-1/+1
2015-01-14add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers1-1/+3
2015-01-14fdo#39468 Translate German Comments - replace '//!' with '//TODO:'Christian M. Heller1-6/+6
2015-01-12fdo#85818: rename ZGZ to RRILaurent Charrière1-1/+1
2015-01-12fdo#85818: rename RMZ to PMTLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename LIA to SLNLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename GDA to DDBLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename Laufz to DurationLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename GDA2 to DBLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename DIA to SYDLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename BW to PVLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename Effektiv to EffectiveLaurent Charrière1-1/+1
2015-01-12fdo#85818: rename KumKapZ to CumPrincLaurent Charrière1-2/+2
2015-01-09fdo#85818: rename KumZinsZ to CumIpmtLaurent Charrière1-1/+1
2015-01-09fdo#85818: rename Kapz to PpmtLaurent Charrière1-1/+1
2015-01-09fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2Laurent Charrière1-4/+4
2015-01-09fdo#85818: rename ZinsZ enum name, constant, function to IpmtLaurent Charrière1-1/+1
2015-01-07fdo#85818: rename 'Zins' enum name, constant, function to RateLaurent Charrière1-1/+1
2014-11-12fdo#86219 use vector replication when obtaining scalar for jump matrixEike Rathke1-1/+2
2014-10-30fdo#39468 translate german commentsMichael Jaumann1-29/+26
2014-10-23loplugin: cstylecastNoel Grandin1-1/+1
2014-10-23Remove ScToken from the formula::FormulaToken hierarchyStephan Bergmann1-27/+25
2014-10-23Make ScToken::GetSingleRef etc. return * instead of &Stephan Bergmann1-10/+10
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-3/+5
2014-10-08convert ParamType enum in SC to enum classNoel Grandin1-10/+10
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann1-4/+2
2014-07-18coverity#708018 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-07-15pDok can't be NULL, remove superfluous checkEike Rathke1-2/+1
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