Age | Commit message (Expand) | Author |
2015-03-12 | formula: PVS-Studio V610 Undefined behavior shift negative signed int | Michael Stahl |
2015-03-12 | init and compare opcode hashmap with uppercase symbols | Eike Rathke |
2015-03-11 | TableRef: add item specifiers and opcodes | Eike Rathke |
2015-03-07 | add FormulaTokenArray::ReplaceToken() | Eike Rathke |
2015-03-05 | introduce ocTableRefOpen,ocTableRefClose | Eike Rathke |
2015-03-05 | add HandleTableRef() | Eike Rathke |
2015-03-05 | rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/s | Eike Rathke |
2015-03-05 | introduce SC_OPCODE_TABLE_REF / ocTableRef | Eike Rathke |
2015-03-05 | rename confusing HandleSingleRef() to more appropriate HandleColRowName() | Eike Rathke |
2015-02-17 | some more de-boostification | Caolán McNamara |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann |
2015-01-26 | fdo#76870 Add support for Excel2013 function ENCODEURL | Winfried Donkers |
2015-01-20 | Make the RAND() and RANDBETWEEN() Calc functions non-random when requested | Tor Lillqvist |
2015-01-14 | fd0#85818: rename SC_OPCODE_NBW to SC_OPCODE_NPV | Laurent Charrière |
2015-01-14 | fdo#85818: rename SC_OPCODE_IKV to SC_OPCODE_IRR | Laurent Charrière |
2015-01-14 | fdo#85818: rename SC_OPCODE_GGT to SC_OPCODE_GCD | Laurent Charrière |
2015-01-14 | fdo#85818: rename SC_OPCODE_KGV to SC_OPCODE_LCM | Laurent Charrière |
2015-01-14 | fdo#85818: rename RGP to Linest | Laurent Charrière |
2015-01-14 | fdo#85818: rename RKP to Logest | Laurent Charrière |
2015-01-14 | fdo#85818: rename Schiefe to Skew | Laurent Charrière |
2015-01-14 | fdo#85818: rename KritBinom to CritBinom | Laurent Charrière |
2015-01-14 | sc: rename ocChose et al. to ocChoose et al. | Laurent Charrière |
2015-01-14 | sc: rename ocPropper et al. to ocProper et al. | Laurent Charrière |
2015-01-14 | fdo#85818: translate ZZR to Nper | Laurent Charrière |
2015-01-14 | fdo#85818: rename ZW to FV | Laurent Charrière |
2015-01-14 | add ODF1.2 function ERROR.TYPE to Calc | Winfried Donkers |
2015-01-12 | fdo#85818: rename ZGZ to RRI | Laurent Charrière |
2015-01-12 | fdo#85818: rename RMZ to PMT | Laurent Charrière |
2015-01-12 | fdo#85818: rename LIA to SLN | Laurent Charrière |
2015-01-12 | fdo#85818: rename GDA to DDB | Laurent Charrière |
2015-01-12 | fdo#85818: rename Laufz to Duration | Laurent Charrière |
2015-01-12 | fdo#85818: rename GDA2 to DB | Laurent Charrière |
2015-01-12 | fdo#85818: rename DIA to SYD | Laurent Charrière |
2015-01-12 | fdo#85818: rename BW to PV | Laurent Charrière |
2015-01-12 | fdo#85818: rename Effektiv to Effective | Laurent Charrière |
2015-01-12 | fdo#85818: rename KumKapZ to CumPrinc | Laurent Charrière |
2015-01-09 | include is unused again | Stephan Bergmann |
2015-01-09 | One more place to work around missing std::underlying_type for GCC 4.6 | Stephan Bergmann |
2015-01-09 | type_traits for std::underlying_type | Caolán McNamara |
2015-01-09 | fdo#85818: rename KumZinsZ to CumIpmt | Laurent Charrière |
2015-01-09 | fdo#85818: rename Kapz to Ppmt | Laurent Charrière |
2015-01-09 | fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2 | Laurent Charrière |
2015-01-09 | fdo#85818: rename ZinsZ enum name, constant, function to Ipmt | Laurent Charrière |
2015-01-09 | override the overloading of "overload" to decrease cognitive (over-)load | Michael Stahl |
2015-01-07 | fdo#85818: rename 'Zins' enum name, constant, function to Rate | Laurent Charrière |
2015-01-04 | boost::unordered_set->std::unordered_set | Caolán McNamara |
2015-01-04 | merge OpCodeEnum and OpCode | Caolán McNamara |
2014-12-19 | The value of the nRefs field is not used anywhere | Tor Lillqvist |
2014-12-09 | changed timers to idles | Tobias Madl |
2014-11-28 | simplify RewriteMissing() and switch in Add...(), fdo#81596 related | Eike Rathke |