Age | Commit message (Expand) | Author | Files | Lines |
2015-03-05 | add ocTableRef to lcl_IsReference() | Eike Rathke | 1 | -0/+1 |
2015-03-05 | error for css::sheet::FormulaToken with ocTableRef not implemented | Eike Rathke | 1 | -1/+1 |
2015-03-05 | add HandleTableRef() | Eike Rathke | 1 | -1/+6 |
2015-03-05 | handle ocTableRef same as ocDBArea | Eike Rathke | 2 | -2/+10 |
2015-03-05 | rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/s | Eike Rathke | 1 | -8/+8 |
2015-03-05 | rename confusing HandleSingleRef() to more appropriate HandleColRowName() | Eike Rathke | 1 | -2/+2 |
2015-02-25 | remove NUMBERFORMAT_ constants | Noel Grandin | 1 | -14/+14 |
2015-02-17 | formula: include algorithm for std::min | Miklos Vajna | 1 | -0/+1 |
2015-02-12 | fdo#87534 fix HYPERLINK behaviour when used in names | Winfried Donkers | 1 | -0/+2 |
2015-02-09 | this FDIST has 3 parameters also in Excel, revert tdf#40835 | Eike Rathke | 1 | -2/+0 |
2015-02-07 | loplugin:deletedspecial | Stephan Bergmann | 1 | -2/+1 |
2015-01-28 | Use vector::data | Stephan Bergmann | 1 | -2/+1 |
2015-01-26 | fdo#76870 Add support for Excel2013 function ENCODEURL | Winfried Donkers | 1 | -0/+7 |
2015-01-26 | followup code removal after changing virtual methods to non-virtual | Noel Grandin | 2 | -7/+8 |
2015-01-26 | new loplugin: change virtual methods to non-virtual | Noel Grandin | 2 | -10/+10 |
2015-01-20 | Make the RAND() and RANDBETWEEN() Calc functions non-random when requested | Tor Lillqvist | 3 | -2/+61 |
2015-01-14 | fd0#85818: rename SC_OPCODE_NBW to SC_OPCODE_NPV | Laurent Charrière | 1 | -4/+4 |
2015-01-14 | fdo#85818: rename SC_OPCODE_IKV to SC_OPCODE_IRR | Laurent Charrière | 1 | -4/+4 |
2015-01-14 | fdo#85818: rename SC_OPCODE_GGT to SC_OPCODE_GCD | Laurent Charrière | 1 | -4/+4 |
2015-01-14 | fdo#85818: rename SC_OPCODE_KGV to SC_OPCODE_LCM | Laurent Charrière | 1 | -4/+4 |
2015-01-14 | fdo#85818: rename RGP to Linest | Laurent Charrière | 2 | -5/+5 |
2015-01-14 | fdo#85818: rename RKP to Logest | Laurent Charrière | 2 | -5/+5 |
2015-01-14 | fdo#85818: rename Schiefe to Skew | Laurent Charrière | 1 | -4/+4 |
2015-01-14 | fdo#85818: rename KritBinom to CritBinom | Laurent Charrière | 1 | -4/+4 |
2015-01-14 | sc: rename ocChose et al. to ocChoose et al. | Laurent Charrière | 3 | -16/+16 |
2015-01-14 | sc: rename ocPropper et al. to ocProper et al. | Laurent Charrière | 1 | -4/+4 |
2015-01-14 | fdo#85818: translate ZZR to Nper | Laurent Charrière | 1 | -4/+4 |
2015-01-14 | fdo#85818: rename ZW to FV | Laurent Charrière | 3 | -6/+6 |
2015-01-14 | add ODF1.2 function ERROR.TYPE to Calc | Winfried Donkers | 1 | -0/+7 |
2015-01-12 | fdo#85818: rename ZGZ to RRI | Laurent Charrière | 2 | -6/+6 |
2015-01-12 | fdo#85818: rename RMZ to PMT | Laurent Charrière | 3 | -6/+6 |
2015-01-12 | fdo#85818: rename LIA to SLN | Laurent Charrière | 2 | -5/+5 |
2015-01-12 | fdo#85818: rename GDA to DDB | Laurent Charrière | 2 | -5/+5 |
2015-01-12 | fdo#85818: rename Laufz to Duration | Laurent Charrière | 1 | -4/+4 |
2015-01-12 | fdo#85818: rename GDA2 to DB | Laurent Charrière | 2 | -5/+5 |
2015-01-12 | fdo#85818: rename DIA to SYD | Laurent Charrière | 2 | -5/+5 |
2015-01-12 | fdo#85818: rename BW to PV | Laurent Charrière | 3 | -6/+6 |
2015-01-12 | fdo#85818: rename Effektiv to Effective | Laurent Charrière | 2 | -5/+5 |
2015-01-12 | fdo#85818: rename KumKapZ to CumPrinc | Laurent Charrière | 2 | -5/+5 |
2015-01-09 | fdo#85818: rename KumZinsZ to CumIpmt | Laurent Charrière | 2 | -5/+5 |
2015-01-09 | fdo#85818: rename Kapz to Ppmt | Laurent Charrière | 3 | -6/+6 |
2015-01-09 | fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2 | Laurent Charrière | 1 | -16/+16 |
2015-01-09 | fdo#85818: rename ZinsZ enum name, constant, function to Ipmt | Laurent Charrière | 3 | -7/+7 |
2015-01-08 | brute-force find-and-remove of unused #define constants. | Noel Grandin | 1 | -11/+0 |
2015-01-07 | fdo#84938: convert VCL_INPUT_ #defines to 'enum class' | Noel Grandin | 1 | -2/+2 |
2015-01-07 | fdo#85818: rename 'Zins' enum name, constant, function to Rate | Laurent Charrière | 3 | -6/+6 |
2015-01-05 | fdo#67343 Arrange Help button in a secondary group | Adolfo Jayme Barrientos | 1 | -40/+18 |
2015-01-04 | boost::unordered_set->std::unordered_set | Caolán McNamara | 1 | -1/+1 |
2015-01-04 | help out clang | Caolán McNamara | 1 | -2/+3 |
2014-12-19 | The value of the nRefs field is not used anywhere | Tor Lillqvist | 2 | -18/+1 |