summaryrefslogtreecommitdiff
path: root/sc/source/core
AgeCommit message (Expand)AuthorFilesLines
2016-04-12(re)broadcast if value replaces cell of grouped formulas, tdf#97897 relatedEike Rathke1-0/+5
2016-04-12(re)broadcast, same as in ScDocument::SetString(), tdf#97897 relatedEike Rathke1-0/+5
2016-04-12Resolves: tdf#98990 accept R1C1 notation entire column/row referencesEike Rathke1-5/+9
2016-04-08add a recursion guard to lcl_FindRangeNamesInUse()Eike Rathke1-5/+9
2016-03-31tdf#92963 Pasting a whole row with data crashes all open LibO appsArul Michael1-0/+7
2016-03-28Resolves: tdf#98642 comparing RPN insufficient in shared formula detectionEike Rathke1-1/+46
2016-03-24fix the "group not recalculated after delete" second part of tdf#97897Eike Rathke1-0/+18
2016-03-18ensure a correct index is assigned to a duplicated ScRangeData instanceEike Rathke1-0/+1
2016-03-15Resolves: tdf#93196 add RecursionCounter guard also to InterpretFormulaGroup()Eike Rathke1-19/+29
2016-03-09Resolves: tdf#95226 second case, stack error count in JumpMatrix contextEike Rathke1-0/+14
2016-03-09Resolves: tdf#98297 exclude error values from COUNT in array/matrixEike Rathke2-8/+24
2016-03-09Resolves: tdf#98389 check memory requirement of matrixEike Rathke1-8/+35
2016-02-02tdf#97150: tdf#94924: If we can't handle strings, don't try to thenTor Lillqvist1-0/+7
2016-02-02Resolves: tdf#93151 handle ExpandRefs and mnColDelta the same as mnRowDeltaEike Rathke1-9/+93
2016-01-25tdf#96910 : Calc crashes while using "Insert Column Left" for large DocumentsYogesh1-5/+7
2016-01-25tdf#97308: fix logic with conditional "ends with"Julien Nabet1-2/+2
2016-01-18tdf#96198 accept WEEKNUM with only one parameter, tdf#50950 follow-upEike Rathke1-2/+5
2016-01-12tdf#90606 Crash when delete a large part of a column with shift cells leftArul1-6/+15
2015-12-16Resolves: tdf#95440 SharedString are interned per document, re-internEike Rathke1-0/+4
2015-12-04tdf#83126: Find All: Don't ignore Search Direction Rows/Col optionJulien Nabet1-1/+1
2015-12-03Resolves: tdf#95748 no group interpreter when calculations are runningEike Rathke1-1/+9
2015-11-23tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INVWinfried Donkers1-1/+1
2015-11-20Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke4-3/+13
2015-11-02Resolves: tdf#95395 force range reference to array only in array formula, als...Eike Rathke1-1/+7
2015-10-24tdf#32834 : improve the precision of MDETERM calculationDennis Francis1-4/+5
2015-10-22Resolves: tdf#91453 use configuration of text to number conversionEike Rathke5-282/+332
2015-10-22Resolves: tdf#95226 fix broken IFERROR/IFNA array logicEike Rathke1-2/+3
2015-10-16tdf#94924: Return correct result 0 from OpenCL MIN and MAX when all args emptyTor Lillqvist1-5/+24
2015-10-16tdf#94924: Return correct #DIV/0! error from AVERAGE in the OpenCL caseTor Lillqvist1-1/+5
2015-10-16tdf#94924: Fix handling of empty cells in OpenCL divisionTor Lillqvist1-8/+4
2015-10-16tdf#94924: Fix handling of empty cells in OpenCL subtractionTor Lillqvist1-14/+2
2015-10-14Resolves: tdf#94514 more restrictive check on end of column specifierEike Rathke1-1/+1
2015-10-12tdf#93688: Set CalcA1|ExcelA1 syntax only for imported docsKatarina Behrens1-4/+3
2015-10-12crashtestig: infinite recurse in ooo32833-1.sxcCaolán McNamara1-1/+4
2015-10-09crashtesting: ooo95537-1.xls fails with a fAnz that is nanCaolán McNamara1-5/+5
2015-10-09Revert "Resolves: tdf#94869 propagate error when obtaining a scalar double va...Eike Rathke1-15/+7
2015-10-09Resolves: tdf#94796 LINEST and LOGEST have ForceArray parametersEike Rathke1-2/+2
2015-10-08Resolves: tdf#94869 propagate error when obtaining a scalar double valueEike Rathke1-7/+15
2015-10-05Probably good to move the more complicates test after the light-weight onesTor Lillqvist1-3/+3
2015-10-05tdf#94173: Calc doesn't save your own created autoformat presetsJulien Nabet1-0/+10
2015-10-01don't try to create OUString from editeng directly, tdf#94542Markus Mohrhard1-2/+6
2015-09-28follow up of tdf#94214Winfried Donkers1-0/+1
2015-09-25fix IterateMatrix for ifPRODUCT and ifSUMSQEike Rathke1-1/+2
2015-09-17Resolves: tdf#94249 do not remove broadcasters while iterators are in useEike Rathke3-12/+19
2015-09-17Resolves: tdf#93895 broadcast cell changes when multi-selection was pastedEike Rathke1-4/+12
2015-09-16Split formula group for OpenCL up into smaller bitsTor Lillqvist1-20/+116
2015-09-15tdf#94079 allow empty array for holiday sequenceWinfried Donkers4-12/+16
2015-09-11Resolves: tdf#92995 do not delete caption objects that are held by UndoEike Rathke3-3/+25
2015-09-01Fix the OpenCL VLOOKUP to work properly and add it to the trusted subsetTor Lillqvist4-93/+103
2015-08-31do not parse range fragments as valid rangesEike Rathke1-2/+9