summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2015-02-12fdo#87534 fix HYPERLINK behaviour when used in namesWinfried Donkers1-0/+2
2015-02-09this FDIST has 3 parameters also in Excel, revert tdf#40835Eike Rathke1-2/+0
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+1
2015-01-28Use vector::dataStephan Bergmann1-2/+1
2015-01-26fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers1-0/+7
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin2-7/+8
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-10/+10
2015-01-20Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist3-2/+61
2015-01-14fd0#85818: rename SC_OPCODE_NBW to SC_OPCODE_NPVLaurent Charrière1-4/+4
2015-01-14fdo#85818: rename SC_OPCODE_IKV to SC_OPCODE_IRRLaurent Charrière1-4/+4
2015-01-14fdo#85818: rename SC_OPCODE_GGT to SC_OPCODE_GCDLaurent Charrière1-4/+4
2015-01-14fdo#85818: rename SC_OPCODE_KGV to SC_OPCODE_LCMLaurent Charrière1-4/+4
2015-01-14fdo#85818: rename RGP to LinestLaurent Charrière2-5/+5
2015-01-14fdo#85818: rename RKP to LogestLaurent Charrière2-5/+5
2015-01-14fdo#85818: rename Schiefe to SkewLaurent Charrière1-4/+4
2015-01-14fdo#85818: rename KritBinom to CritBinomLaurent Charrière1-4/+4
2015-01-14sc: rename ocChose et al. to ocChoose et al.Laurent Charrière3-16/+16
2015-01-14sc: rename ocPropper et al. to ocProper et al.Laurent Charrière1-4/+4
2015-01-14fdo#85818: translate ZZR to NperLaurent Charrière1-4/+4
2015-01-14fdo#85818: rename ZW to FVLaurent Charrière3-6/+6
2015-01-14add ODF1.2 function ERROR.TYPE to CalcWinfried Donkers1-0/+7
2015-01-12fdo#85818: rename ZGZ to RRILaurent Charrière2-6/+6
2015-01-12fdo#85818: rename RMZ to PMTLaurent Charrière3-6/+6
2015-01-12fdo#85818: rename LIA to SLNLaurent Charrière2-5/+5
2015-01-12fdo#85818: rename GDA to DDBLaurent Charrière2-5/+5
2015-01-12fdo#85818: rename Laufz to DurationLaurent Charrière1-4/+4
2015-01-12fdo#85818: rename GDA2 to DBLaurent Charrière2-5/+5
2015-01-12fdo#85818: rename DIA to SYDLaurent Charrière2-5/+5
2015-01-12fdo#85818: rename BW to PVLaurent Charrière3-6/+6
2015-01-12fdo#85818: rename Effektiv to EffectiveLaurent Charrière2-5/+5
2015-01-12fdo#85818: rename KumKapZ to CumPrincLaurent Charrière2-5/+5
2015-01-09fdo#85818: rename KumZinsZ to CumIpmtLaurent Charrière2-5/+5
2015-01-09fdo#85818: rename Kapz to PpmtLaurent Charrière3-6/+6
2015-01-09fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2Laurent Charrière1-16/+16
2015-01-09fdo#85818: rename ZinsZ enum name, constant, function to IpmtLaurent Charrière3-7/+7
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-11/+0
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-2/+2
2015-01-07fdo#85818: rename 'Zins' enum name, constant, function to RateLaurent Charrière3-6/+6
2015-01-05fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos1-40/+18
2015-01-04boost::unordered_set->std::unordered_setCaolán McNamara1-1/+1
2015-01-04help out clangCaolán McNamara1-2/+3
2014-12-19The value of the nRefs field is not used anywhereTor Lillqvist2-18/+1
2014-12-18formula: Use appropriate OUString functions on string constantsStephan Bergmann3-15/+15
2014-12-17fdo#39440 reduce scope of local variablesMichael Weghorn2-5/+4
2014-12-10fdo#87203 make translatable AGGREGATE functionAndras Timar1-1/+1
2014-12-09fdo#40835 add 4th argument to FDIST when exporting to OOXMLWinfried Donkers1-23/+3
2014-12-09changed timers to idlesTobias Madl2-23/+21
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl3-7/+7
2014-11-28write TRUE() for 2nd IF() parameter, fdo#81596 relatedEike Rathke1-1/+3
2014-11-28simplify RewriteMissing() and switch in Add...(), fdo#81596 relatedEike Rathke2-254/+249