summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-05-25remove now moot comment, tdf#86282 follow-upEike Rathke1-14/+2
2016-05-25add DVARP test caseZdeněk Crhonek1-0/+1663
2016-05-25tdf#86282 switch to base name sheet name again for external references CSVEike Rathke1-9/+13
2016-05-25add DVAR test caseZdeněk Crhonek1-0/+1686
2016-05-25tdf#86282 handle both, base name and Sheet1, as external reference sheet nameEike Rathke3-30/+191
2016-05-25Resolves: tdf#98895 range search crashes open office if range is nullCaolán McNamara1-3/+3
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara3-3/+0
2016-05-25SWITCH returns error if compared value contains an error, tdf#97831 follow-upWinfried Donkers1-7/+3
2016-05-25correct description of range argument of MINIFS and MAXIFSStanislav Horacek1-2/+2
2016-05-25use consistent case for argument names of IFS functionStanislav Horacek1-1/+1
2016-05-25Convert SC_MF to scoped enumNoel Grandin38-160/+170
2016-05-25add DSUM test caseZdeněk Crhonek1-0/+3629
2016-05-25DCOUNT test case - one more testZdeněk Crhonek1-0/+2943
2016-05-24Resolves: tdf#99733 don't crash on moving range of cellsCaolán McNamara2-0/+10
2016-05-24convert PIVOT_FUNC to scoped enumNoel Grandin14-112/+120
2016-05-24Revert "remove some manual ref-counting"Noel Grandin8-47/+82
2016-05-24loplugin:unusedmethods in scNoel Grandin56-895/+2
2016-05-24remove some manual ref-countingNoel Grandin8-82/+47
2016-05-24add DSTDEVP test caseZdeněk Crhonek1-0/+1357
2016-05-24add DSTDEV test caseZdeněk Crhonek1-0/+1457
2016-05-23Resolves: tdf#86282 do not use file name as sheet name for linked documentsEike Rathke1-2/+9
2016-05-23Add DPRODUCT test caseZdeněk Crhonek1-0/+1515
2016-05-23Convert SbxClassType to scoped enumNoel Grandin5-6/+6
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin17-62/+23
2016-05-22Convert XOUTBMP to scoped enumNoel Grandin3-7/+7
2016-05-22add DMIN test caseZdeněk Crhonek1-0/+1602
2016-05-21add DMAX test caseZdeněk Crhonek1-0/+1602
2016-05-21add DGET test caseZdeněk Crhonek1-0/+1633
2016-05-21add test for tdf#99947Markus Mohrhard2-0/+13
2016-05-21use CONV_XL_OOX for xlsx export, related tdf#99947Markus Mohrhard1-1/+1
2016-05-21use correct separator for ScRangeList, tdf#99947Markus Mohrhard1-1/+1
2016-05-21disable the test that crashes windowsMarkus Mohrhard1-1/+2
2016-05-21document findings on external range reference handlingEike Rathke1-0/+6
2016-05-21handle external references in CompareMat() as matrixEike Rathke1-0/+2
2016-05-20add dcounta test caseZdeněk Crhonek1-0/+1494
2016-05-20unit test for unresolved external references, tdf#93101Eike Rathke2-0/+82
2016-05-20handle svExternalDoubleRef just the same as svMatrix in MATCHEike Rathke1-4/+0
2016-05-20Fix CopyPasta in MAXIFS range descriptionOlivier Hallot1-1/+1
2016-05-20use vector replication for single row/column arraysEike Rathke1-6/+6
2016-05-20always use GetNewMat() in interpreter context instead of plain ScFullMatrix()Eike Rathke1-3/+3
2016-05-20handle svExternalDoubleRef in all IS*() functions, tdf#93101 relatedEike Rathke1-6/+20
2016-05-20handle svExternalSingleRef in all IS*() functions, tdf#93101 relatedEike Rathke1-8/+61
2016-05-20Fix typo in codeAndrea Gelmini1-1/+1
2016-05-20tdf#93101 handle svExternalSingleRef in ISERROR()Eike Rathke1-0/+8
2016-05-20tdf#93101 correctly resolve svExternalSingleRef token in GetMatrix()Eike Rathke1-10/+23
2016-05-20tdf#93101 propagate external reference error from refcache tokenEike Rathke1-0/+8
2016-05-20convert SC_COMPILER to scoped enumNoel Grandin4-153/+160
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin12-14/+14
2016-05-20Resolves: tdf#83746 wrapAddress() didn't do what it was supposed to doEike Rathke1-6/+47
2016-05-19add daverage test caseZdeněk Crhonek1-0/+1543