summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)AuthorFilesLines
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin1-26/+33
2015-03-12formula: PVS-Studio V610 Undefined behavior shift negative signed intMichael Stahl1-1/+1
2015-03-12init and compare opcode hashmap with uppercase symbolsEike Rathke1-1/+2
2015-03-11TableRef: add item specifiers and opcodesEike Rathke2-2/+12
2015-03-07add FormulaTokenArray::ReplaceToken()Eike Rathke1-0/+4
2015-03-05introduce ocTableRefOpen,ocTableRefCloseEike Rathke2-134/+138
2015-03-05add HandleTableRef()Eike Rathke1-0/+1
2015-03-05rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke2-4/+4
2015-03-05introduce SC_OPCODE_TABLE_REF / ocTableRefEike Rathke2-10/+12
2015-03-05rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke1-1/+1
2015-02-17some more de-boostificationCaolán McNamara1-6/+7
2015-02-07loplugin:deletedspecialStephan Bergmann2-9/+5
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers2-1/+3
2015-01-20Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist1-0/+31
2015-01-14fd0#85818: rename SC_OPCODE_NBW to SC_OPCODE_NPVLaurent Charrière2-2/+2
2015-01-14fdo#85818: rename SC_OPCODE_IKV to SC_OPCODE_IRRLaurent Charrière2-2/+2
2015-01-14fdo#85818: rename SC_OPCODE_GGT to SC_OPCODE_GCDLaurent Charrière2-2/+2
2015-01-14fdo#85818: rename SC_OPCODE_KGV to SC_OPCODE_LCMLaurent Charrière2-2/+2
2015-01-14fdo#85818: rename RGP to LinestLaurent Charrière2-2/+2
2015-01-14fdo#85818: rename RKP to LogestLaurent Charrière2-2/+2
2015-01-14fdo#85818: rename Schiefe to SkewLaurent Charrière2-2/+2
2015-01-14fdo#85818: rename KritBinom to CritBinomLaurent Charrière2-2/+2
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière4-4/+4
2015-01-14sc: rename ocPropper et al. to ocProper et al.Laurent Charrière2-2/+2
2015-01-14fdo#85818: translate ZZR to NperLaurent Charrière2-2/+2
2015-01-14fdo#85818: rename ZW to FVLaurent Charrière2-2/+2
2015-01-14add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers2-1/+3
2015-01-12fdo#85818: rename ZGZ to RRILaurent Charrière2-2/+2
2015-01-12fdo#85818: rename RMZ to PMTLaurent Charrière2-2/+2
2015-01-12fdo#85818: rename LIA to SLNLaurent Charrière2-2/+2
2015-01-12fdo#85818: rename GDA to DDBLaurent Charrière2-2/+2
2015-01-12fdo#85818: rename Laufz to DurationLaurent Charrière2-2/+2
2015-01-12fdo#85818: rename GDA2 to DBLaurent Charrière2-2/+2
2015-01-12fdo#85818: rename DIA to SYDLaurent Charrière2-2/+2
2015-01-12fdo#85818: rename BW to PVLaurent Charrière2-2/+2
2015-01-12fdo#85818: rename Effektiv to EffectiveLaurent Charrière2-2/+2
2015-01-12fdo#85818: rename KumKapZ to CumPrincLaurent Charrière2-2/+2
2015-01-09include is unused againStephan Bergmann1-1/+0
2015-01-09One more place to work around missing std::underlying_type for GCC 4.6Stephan Bergmann1-1/+3
2015-01-09type_traits for std::underlying_typeCaolán McNamara1-1/+1
2015-01-09fdo#85818: rename KumZinsZ to CumIpmtLaurent Charrière2-2/+2
2015-01-09fdo#85818: rename Kapz to PpmtLaurent Charrière2-2/+2
2015-01-09fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2Laurent Charrière2-8/+8
2015-01-09fdo#85818: rename ZinsZ enum name, constant, function to IpmtLaurent Charrière2-2/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2-5/+5
2015-01-07fdo#85818: rename 'Zins' enum name, constant, function to RateLaurent Charrière2-2/+2
2015-01-04boost::unordered_set->std::unordered_setCaolán McNamara2-5/+8
2015-01-04merge OpCodeEnum and OpCodeCaolán McNamara1-9/+1
2014-12-19The value of the nRefs field is not used anywhereTor Lillqvist1-3/+0
2014-12-09changed timers to idlesTobias Madl1-1/+1