Age | Commit message (Expand) | Author | Files | Lines |
2016-05-25 | remove now moot comment, tdf#86282 follow-up | Eike Rathke | 1 | -14/+2 |
2016-05-25 | add DVARP test case | Zdeněk Crhonek | 1 | -0/+1663 |
2016-05-25 | tdf#86282 switch to base name sheet name again for external references CSV | Eike Rathke | 1 | -9/+13 |
2016-05-25 | add DVAR test case | Zdeněk Crhonek | 1 | -0/+1686 |
2016-05-25 | tdf#86282 handle both, base name and Sheet1, as external reference sheet name | Eike Rathke | 3 | -30/+191 |
2016-05-25 | Resolves: tdf#98895 range search crashes open office if range is null | Caolán McNamara | 1 | -3/+3 |
2016-05-25 | (nearly) nothing uses GetUniqueId anymore, so remove it. | Caolán McNamara | 3 | -3/+0 |
2016-05-25 | SWITCH returns error if compared value contains an error, tdf#97831 follow-up | Winfried Donkers | 1 | -7/+3 |
2016-05-25 | correct description of range argument of MINIFS and MAXIFS | Stanislav Horacek | 1 | -2/+2 |
2016-05-25 | use consistent case for argument names of IFS function | Stanislav Horacek | 1 | -1/+1 |
2016-05-25 | Convert SC_MF to scoped enum | Noel Grandin | 38 | -160/+170 |
2016-05-25 | add DSUM test case | Zdeněk Crhonek | 1 | -0/+3629 |
2016-05-25 | DCOUNT test case - one more test | Zdeněk Crhonek | 1 | -0/+2943 |
2016-05-24 | Resolves: tdf#99733 don't crash on moving range of cells | Caolán McNamara | 2 | -0/+10 |
2016-05-24 | convert PIVOT_FUNC to scoped enum | Noel Grandin | 14 | -112/+120 |
2016-05-24 | Revert "remove some manual ref-counting" | Noel Grandin | 8 | -47/+82 |
2016-05-24 | loplugin:unusedmethods in sc | Noel Grandin | 56 | -895/+2 |
2016-05-24 | remove some manual ref-counting | Noel Grandin | 8 | -82/+47 |
2016-05-24 | add DSTDEVP test case | Zdeněk Crhonek | 1 | -0/+1357 |
2016-05-24 | add DSTDEV test case | Zdeněk Crhonek | 1 | -0/+1457 |
2016-05-23 | Resolves: tdf#86282 do not use file name as sheet name for linked documents | Eike Rathke | 1 | -2/+9 |
2016-05-23 | Add DPRODUCT test case | Zdeněk Crhonek | 1 | -0/+1515 |
2016-05-23 | Convert SbxClassType to scoped enum | Noel Grandin | 5 | -6/+6 |
2016-05-23 | clang-tidy clang-analyzer-deadcode.DeadStores | Noel Grandin | 17 | -62/+23 |
2016-05-22 | Convert XOUTBMP to scoped enum | Noel Grandin | 3 | -7/+7 |
2016-05-22 | add DMIN test case | Zdeněk Crhonek | 1 | -0/+1602 |
2016-05-21 | add DMAX test case | Zdeněk Crhonek | 1 | -0/+1602 |
2016-05-21 | add DGET test case | Zdeněk Crhonek | 1 | -0/+1633 |
2016-05-21 | add test for tdf#99947 | Markus Mohrhard | 2 | -0/+13 |
2016-05-21 | use CONV_XL_OOX for xlsx export, related tdf#99947 | Markus Mohrhard | 1 | -1/+1 |
2016-05-21 | use correct separator for ScRangeList, tdf#99947 | Markus Mohrhard | 1 | -1/+1 |
2016-05-21 | disable the test that crashes windows | Markus Mohrhard | 1 | -1/+2 |
2016-05-21 | document findings on external range reference handling | Eike Rathke | 1 | -0/+6 |
2016-05-21 | handle external references in CompareMat() as matrix | Eike Rathke | 1 | -0/+2 |
2016-05-20 | add dcounta test case | Zdeněk Crhonek | 1 | -0/+1494 |
2016-05-20 | unit test for unresolved external references, tdf#93101 | Eike Rathke | 2 | -0/+82 |
2016-05-20 | handle svExternalDoubleRef just the same as svMatrix in MATCH | Eike Rathke | 1 | -4/+0 |
2016-05-20 | Fix CopyPasta in MAXIFS range description | Olivier Hallot | 1 | -1/+1 |
2016-05-20 | use vector replication for single row/column arrays | Eike Rathke | 1 | -6/+6 |
2016-05-20 | always use GetNewMat() in interpreter context instead of plain ScFullMatrix() | Eike Rathke | 1 | -3/+3 |
2016-05-20 | handle svExternalDoubleRef in all IS*() functions, tdf#93101 related | Eike Rathke | 1 | -6/+20 |
2016-05-20 | handle svExternalSingleRef in all IS*() functions, tdf#93101 related | Eike Rathke | 1 | -8/+61 |
2016-05-20 | Fix typo in code | Andrea Gelmini | 1 | -1/+1 |
2016-05-20 | tdf#93101 handle svExternalSingleRef in ISERROR() | Eike Rathke | 1 | -0/+8 |
2016-05-20 | tdf#93101 correctly resolve svExternalSingleRef token in GetMatrix() | Eike Rathke | 1 | -10/+23 |
2016-05-20 | tdf#93101 propagate external reference error from refcache token | Eike Rathke | 1 | -0/+8 |
2016-05-20 | convert SC_COMPILER to scoped enum | Noel Grandin | 4 | -153/+160 |
2016-05-20 | clang-tidy misc-assign-operator-signature | Noel Grandin | 12 | -14/+14 |
2016-05-20 | Resolves: tdf#83746 wrapAddress() didn't do what it was supposed to do | Eike Rathke | 1 | -6/+47 |
2016-05-19 | add daverage test case | Zdeněk Crhonek | 1 | -0/+1543 |