summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-08-03Resolves: tdf#100123 prefer notation priority in detecting range/addressCaolán McNamara1-43/+91
2016-07-26No need for own implementation of erfc() in OpenCLTor Lillqvist3-192/+1
2016-07-25Need to try to avoid TDR also with NVIDIA cards on Windows 7 or earlierLaszlo Nemeth1-3/+2
2016-07-21Resolves: tdf#100847 also external svEmptyCell is 0 in numeric contextEike Rathke1-1/+1
2016-07-18Resolves: tdf#100764 check row when determining bounds for deleted rangeEike Rathke1-2/+8
2016-07-18forward compatibility for several _xlfn.ORG.OPENOFFICE.* functions in OOXMLEike Rathke1-1/+8
2016-07-12tdf#100883 - opencl impls. that use SEH are still bad.Michael Meeks1-0/+5
2016-07-12desktop: validate OpenCL drivers before use.Michael Meeks4-19/+19
2016-07-12opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl1-2/+15
2016-07-11tdf#99512 - opencl - restrict scope of vlookup optimization to doubles.Michael Meeks1-1/+30
2016-07-08tdf#100753 propagate error with VAR and STDEV functions.Winfried Donkers1-0/+9
2016-07-08Resolves: rhbz#1353069 don't clear XATTR_FILL* from stylesheet if...Caolán McNamara1-1/+1
2016-07-06Resolves: tdf#90285 do not reuse the same StartListeningContextEike Rathke1-1/+2
2016-07-06Resolves: tdf#90285 during sheet copying the old sheets retain their old indexCaolán McNamara5-21/+21
2016-07-05explicitly disable partial cell shift with change-tracking, tdf#73335 relatedEike Rathke1-0/+20
2016-07-05Resolves: tdf#91995 copying cells to undo doc shallow copied note pointerCaolán McNamara1-0/+4
2016-07-04tdf#73335 sc: ODF export: ignore ScChangeAction SC_CAT_NONE harderMichael Stahl1-1/+6
2016-07-01Step towards disposing of ScDataFormDlg properlyKatarina Behrens2-3/+9
2016-06-29tdf#100641 correct OOXML function name is EFFECT instead of EFFECTIVEEike Rathke1-0/+22
2016-06-29tdf#75387: Don't case-fold strings for formula group calculationsTor Lillqvist1-4/+4
2016-06-29tdf#96540 dragging between sheets can change the current cursor positionCaolán McNamara5-3/+37
2016-06-28tdf#98515: Bail out early if kernel would have ridiculously many parametersTor Lillqvist1-0/+13
2016-06-23Resolves: tdf#100460 queryContentCells doesn't count annotations...Caolán McNamara3-0/+17
2016-06-20tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian2-2/+2
2016-06-14Resolves: tdf#90419 diminish precision error in Series FillEike Rathke1-4/+39
2016-06-14tdf#100342 fix order of weekdays in NETWORKDAYSWinfried Donkers1-1/+2
2016-06-14check ExternalSingleRef token for svDouble typeEike Rathke1-1/+6
2016-06-11Resolves: tdf#100285 EASTERSUNDAY() check valid year between 1583 and 9956Eike Rathke1-0/+6
2016-06-10tdf#97340 : Handle autofilter search for dates correctlyDennis Francis2-27/+152
2016-06-10tdf#100257 - Data : XML Source does not workNoel Grandin2-11/+21
2016-06-09Resolves: tdf#89186 descend into dimension children to obtain leaf resultEike Rathke1-0/+18
2016-06-07Resolves: tdf#88237 crash without java but with nlp solver installedCaolán McNamara1-14/+21
2016-06-03Resolves: tdf#98880 ensure backing context of DoubleVectorRefToken...Caolán McNamara5-5/+24
2016-05-31tdf#100160 - Changing OpenCL state doesn't update sheetMarco Cecchetti8-0/+63
2016-05-31tdf#84411 - OpenCL: S/W interpreter throws std::out_of_range errorMarco Cecchetti1-0/+4
2016-05-31we need the space="preserve" also for formatted strings, tdf#96912Markus Mohrhard1-1/+1
2016-05-31Resolves: tdf#97158 CopyOneCellFromClip() does not handle multiple sheetsEike Rathke1-0/+4
2016-05-26tdf#86282 handle both, base name and Sheet1, as external reference sheet nameEike Rathke4-32/+192
2016-05-24Resolves: tdf#99733 don't crash on moving range of cellsCaolán McNamara2-0/+10
2016-05-23Resolves: tdf#93101 handle external references and propagate errorEike Rathke3-16/+112
2016-05-20Resolves: tdf#83746 wrapAddress() didn't do what it was supposed to doEike Rathke1-6/+47
2016-05-20use vector replication for single row/column arraysEike Rathke1-6/+6
2016-05-20handle svExternalDoubleRef just the same as svMatrix in MATCHEike Rathke1-4/+0
2016-05-20always use GetNewMat() in interpreter context instead of plain ScFullMatrix()Eike Rathke1-3/+3
2016-05-19Resolves: tdf#86502 split formula groups referring bounds shifted intoEike Rathke1-7/+31
2016-05-19clang-tidy misc-unused-raiiNoel Grandin2-3/+3
2016-05-17tdf#99255 Calc crashing on Undo after Spell CorrectionArul Michael1-1/+5
2016-05-13Resolves: tdf#99730 lower the barrier for inferior systems, cripple the testEike Rathke1-3/+9
2016-05-12Missing break in switchStephan Bergmann1-0/+1
2016-05-12Missing break in switchStephan Bergmann1-0/+1