summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-19missing component for calc function testMarkus Mohrhard1-0/+1
2016-05-19mention purpose of FLOOR.XCL() and CEILING.XCL(), tdf#99856 relatedEike Rathke1-2/+2
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-05-19clang-tidy misc-unused-raiiNoel Grandin2-3/+3
2016-05-19Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky15-71/+9
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin6-8/+12
2016-05-19Resolves: tdf#86502 split formula groups referring bounds shifted intoEike Rathke1-7/+31
2016-05-19tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky15-9/+71
2016-05-18add test for tdf#88657Markus Mohrhard2-1/+17
2016-05-18better fix for memory leak around calc header-footer UNO objectsMarkus Mohrhard6-53/+44
2016-05-18Resolves: tdf#99930 SetReplaceLeadingSingleQuotationMark(false) for CalcEike Rathke2-0/+2
2016-05-18convert TAB to scoped enumNoel Grandin1-2/+3
2016-05-18sfx2 classification: add Type parameter to the UNO commandMiklos Vajna1-1/+7
2016-05-18sfx2 classification: specify policy type when setting a categoryMiklos Vajna1-1/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin5-7/+6
2016-05-17tdf#99255 Calc crashing on Undo after Spell CorrectionArul Michael1-1/+5
2016-05-17Set different ui file for NotebookBar in each appSzymon Kłos4-0/+188
2016-05-17loplugin:commaoperator, this should have been a |Markus Mohrhard1-1/+1
2016-05-16leave a note about problem seen in the chart2export callgrind profileMarkus Mohrhard1-0/+5
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara4-1/+8
2016-05-16comment unused biff constantsJochen Nitschke1-32/+38
2016-05-15tdf#99783 Invalidate SID_ATTR_CHAR_OVERLINEMaxim Monastirsky1-0/+1
2016-05-14add framework for new calc function testsMarkus Mohrhard5-1/+219