summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2015-03-10tdf#40835 add backward compatibility for ODFF function FDIST.Winfried Donkers1-14/+34
2015-03-10Fix issue in re-use of ScTokenArray objects from a TokenPoolTor Lillqvist1-0/+6
2015-03-09Revert "fdo#88547 allow inline date-arrays for array functions", tdf#89872Eike Rathke1-8/+1
2015-03-09Don't use configuration syntax that breaks when upgrading to 4.5Tor Lillqvist2-50/+10
2015-03-09Fix bugs in the OpenCL implementation of some statistical functionsTor Lillqvist3-6/+27
2015-03-09Resolves tdf#80137 Paste array formula into range pastes as non-array formulaHenry Castro1-1/+1
2015-02-27Resolves: tdf#81659 handle expand reference edge correctlyEike Rathke2-6/+155
2015-02-25Resolves: tdf#89484 check that sheet reference is within selected sheetsEike Rathke1-0/+4
2015-02-21tdf#89436 fix ScHorizontalAttrIterator performanceLászló Németh1-17/+35
2015-02-17Revert "tdf#89436 fix ScHorizontalAttrIterator performance"László Németh1-30/+17
2015-02-17tdf#89436 fix ScHorizontalAttrIterator performanceLászló Németh1-17/+30
2015-02-17Resolves: tdf#88792 do not hold a ScFormulaCell** in group area listenerEike Rathke3-12/+66
2015-02-16Resolves: tdf#39316 add matrix empty cells to ScInterpreter::QueryMatrixType()Eike Rathke2-4/+29
2015-02-16fdo#88547 allow inline date-arrays for array functionsWinfried Donkers1-1/+8
2015-02-14tdf#89004 improve performance of document data collectionUrsache Vladimir1-42/+16
2015-02-13tdf#89330 preserve file name case in an unresolvable external named rangeJan Kantert1-3/+20
2015-02-13tdf#89281 fix performance regression of XLS importLászló Németh1-0/+34
2015-02-13tdf#88576 fix handling of empty arguments in IF(), IFERROR() and IFNA()Winfried Donkers2-3/+8
2015-02-10Don't call clReleaseProgram() on the same program twiceTor Lillqvist1-0/+1
2015-02-10Handle (or not) string arguments better when using OpenCL for math opsTor Lillqvist4-285/+316
2015-02-10Avoid OpenCL compilation error in some casesTor Lillqvist1-5/+5
2015-02-10Handle zero or empty cells properly when using OpenCL for divisionTor Lillqvist4-11/+79
2015-02-09Resolves: tdf#83461 do not override MatColsRows if already setEike Rathke1-1/+1
2015-02-09Avoid OpenCL compilation error when multiple RAND() calls in a formulaTor Lillqvist1-0/+5
2015-02-04Check number of cells referenced by group instead of group sizeTor Lillqvist2-1/+39
2015-02-03Resolves: tdf#88786 correct matrix sub operationEike Rathke2-3/+3
2015-02-02tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh1-51/+77
2015-01-26Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX ex...Németh László1-45/+0
2015-01-26fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh1-0/+45
2015-01-23fix abuse of OUStringBuffer(int) ctorEike Rathke2-2/+4
2015-01-23Resolves: fdo#88721 correct negated condition in range name validationEike Rathke1-1/+1
2015-01-22don't access empty range list, could be rhbz#1180312Eike Rathke1-0/+3
2015-01-21fdo88632: Make the Calc random functions non-random when requestedTor Lillqvist2-3/+4
2015-01-21Add RAND to the default subset of opcodes for which we trust our OpenCLTor Lillqvist1-0/+1
2015-01-21Rewrite the RAND() OpenCL implementation to actually be randomTor Lillqvist1-21/+322
2015-01-19in COUNT() use ConvertStringToValue() for literal string argumentsEike Rathke1-6/+20
2015-01-19WaE: implicit conversion (IntegralToFloating) from bool to 'const double'Tor Lillqvist1-1/+1
2015-01-16fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida4-8/+86
2015-01-12only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard2-3/+14
2015-01-10Resolves: fdo#85617 always store fully encoded external document nameEike Rathke1-2/+1
2015-01-10handle index based external refs in formulas in ooxml import, fdo#85617Markus Mohrhard1-3/+28
2015-01-08improve performance of some matrix operations, related fdo#83187Markus Mohrhard2-16/+315
2015-01-07we want to compare two different cells, fdo#85353Markus Mohrhard1-1/+1
2015-01-07fdo#81286 : Instant updates in SUM/AVERAGE in status barDeena Francis1-1/+1
2015-01-07Revert "Check number of cells referenced by group instead of group size"Tor Lillqvist2-35/+1
2015-01-06Better fix for fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-2/+2
2015-01-06Check number of cells referenced by group instead of group sizeTor Lillqvist2-1/+35
2014-12-22fdo#85258 differentiate between empty cell and empty result in matrixEike Rathke3-21/+87
2014-12-22comment on COUNTBLANK() why we do what we doEike Rathke1-3/+11
2014-12-22Resolves fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet1-1/+4