summaryrefslogtreecommitdiffstats
path: root/include/formula
Commit message (Expand)AuthorAgeFilesLines
...
* loplugin:deletedspecialStephan Bergmann2015-02-072-9/+5
* fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers2015-01-262-1/+3
* Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist2015-01-201-0/+31
* fd0#85818: rename SC_OPCODE_NBW to SC_OPCODE_NPVLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename SC_OPCODE_IKV to SC_OPCODE_IRRLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename SC_OPCODE_GGT to SC_OPCODE_GCDLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename SC_OPCODE_KGV to SC_OPCODE_LCMLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename RGP to LinestLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename RKP to LogestLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename Schiefe to SkewLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename KritBinom to CritBinomLaurent Charrière2015-01-142-2/+2
* sc: rename ocChose et al. to ocChoose et al.Laurent Charrière2015-01-144-4/+4
* sc: rename ocPropper et al. to ocProper et al.Laurent Charrière2015-01-142-2/+2
* fdo#85818: translate ZZR to NperLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename ZW to FVLaurent Charrière2015-01-142-2/+2
* add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers2015-01-142-1/+3
* fdo#85818: rename ZGZ to RRILaurent Charrière2015-01-122-2/+2
* fdo#85818: rename RMZ to PMTLaurent Charrière2015-01-122-2/+2
* fdo#85818: rename LIA to SLNLaurent Charrière2015-01-122-2/+2
* fdo#85818: rename GDA to DDBLaurent Charrière2015-01-122-2/+2
* fdo#85818: rename Laufz to DurationLaurent Charrière2015-01-122-2/+2
* fdo#85818: rename GDA2 to DBLaurent Charrière2015-01-122-2/+2
* fdo#85818: rename DIA to SYDLaurent Charrière2015-01-122-2/+2
* fdo#85818: rename BW to PVLaurent Charrière2015-01-122-2/+2
* fdo#85818: rename Effektiv to EffectiveLaurent Charrière2015-01-122-2/+2
* fdo#85818: rename KumKapZ to CumPrincLaurent Charrière2015-01-122-2/+2
* include is unused againStephan Bergmann2015-01-091-1/+0
* One more place to work around missing std::underlying_type for GCC 4.6Stephan Bergmann2015-01-091-1/+3
* type_traits for std::underlying_typeCaolán McNamara2015-01-091-1/+1
* fdo#85818: rename KumZinsZ to CumIpmtLaurent Charrière2015-01-092-2/+2
* fdo#85818: rename Kapz to PpmtLaurent Charrière2015-01-092-2/+2
* fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2Laurent Charrière2015-01-092-8/+8
* fdo#85818: rename ZinsZ enum name, constant, function to IpmtLaurent Charrière2015-01-092-2/+2
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-092-5/+5
* fdo#85818: rename 'Zins' enum name, constant, function to RateLaurent Charrière2015-01-072-2/+2
* boost::unordered_set->std::unordered_setCaolán McNamara2015-01-042-5/+8
* merge OpCodeEnum and OpCodeCaolán McNamara2015-01-041-9/+1
* The value of the nRefs field is not used anywhereTor Lillqvist2014-12-191-3/+0
* changed timers to idlesTobias Madl2014-12-091-1/+1
* simplify RewriteMissing() and switch in Add...(), fdo#81596 relatedEike Rathke2014-11-281-10/+38
* fdo#81596 export to OOXML that need argument changesWinfried Donkers2014-11-271-5/+8
* Make some methods non-inline, and hide #include <tools/debug.hxx>.Kohei Yoshida2014-11-251-56/+4
* Bin presumably obsolete SUNWS crackTor Lillqvist2014-11-041-9/+0
* Move virtual ScToken members up to FormulaTokenStephan Bergmann2014-10-231-0/+21
* Remove unused FormulaToken::Is3DRefStephan Bergmann2014-10-221-1/+0
* Make these methods non-inline again.Kohei Yoshida2014-10-031-8/+8
* formula: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-264-14/+6
* fdo#82577: Handle WindowNoel Grandin2014-09-232-10/+10
* fix memory leak around function descriptionsMarkus Mohrhard2014-07-311-3/+2
* Remove some unused codeMarcos Paulo de Souza2014-07-291-1/+0