summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-08-24Resolves: tdf#101137 handle empty elements in matrix concatenationEike Rathke3-18/+80
2016-08-24Resolves: tdf#101347 conditional formatting super slow on exitCaolán McNamara1-1/+6
2016-08-10Resolves: tdf#101309 crash on deleted SdrObjectCaolán McNamara2-4/+14
2016-08-09Resolves: rhbz#1364406 inherit the actual format index also for date and timeEike Rathke1-3/+12
2016-08-09Resolves: tdf#100582 SetMatColsRows() when constructing matrix ScFormulaCellEike Rathke1-1/+13
2016-08-08GetInputHdl may return nullptrMarkus Mohrhard1-1/+2
2016-08-05mapping ERROR.TYPE to ORG.OPENOFFICE.ERRORTYPE was always wrongEike Rathke1-1/+1
2016-08-03Resolves: tdf#97193 restore pre 5-1 values for INS_INSROWS and INS_INSCOLSCaolán McNamara1-3/+3
2016-08-03Resolves: tdf#100123 prefer notation priority in detecting range/addressCaolán McNamara1-43/+91
2016-08-03masses of MessBoxes not being disposed promptlyCaolán McNamara25-35/+35
2016-08-02Resolves: tdf#101246 errors are not stringsEike Rathke1-12/+12
2016-08-02limit SelectionFillDOOM to 24117248 cells, tdf#60021 tdf#60056 relatedEike Rathke1-5/+10
2016-07-31add missing nullptr checkMarkus Mohrhard1-1/+2
2016-07-30Resolves: tdf#60056 disallow Fill and Random when entire sheet is selectedEike Rathke5-5/+36
2016-07-30missing nullptr checkMarkus Mohrhard1-1/+1
2016-07-29tdf#97831 follow up : remove unused arguments from stackWinfried Donkers1-0/+16
2016-07-28Resolves: tdf#60021 disallow Paste when entire sheet is selectedEike Rathke4-1/+30
2016-07-28Drop OpenCL details from the 'Detailed Calculation Settings' dialogTor Lillqvist4-995/+1
2016-07-28handle notes on empty cells, display search results, tdf#65334 follow-upEike Rathke4-29/+112
2016-07-27Resolves: tdf#65334 cannot search in cell notesCaolán McNamara3-4/+30
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-19Resolves: tdf#99360 Revert "tdf#93889 Remove a busy loop"Eike Rathke2-21/+37
2016-07-18forward compatibility for several _xlfn.ORG.OPENOFFICE.* functions in OOXMLEike Rathke1-1/+8
2016-07-18Resolves: tdf#100764 check row when determining bounds for deleted rangeEike Rathke1-2/+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-10/+17
2016-07-12opencl: OpenCLZone, detect CL device change and disable CL on crashTomaž Vajngerl1-2/+15
2016-07-11Resolves: tdf#100573 revert original attempt to resolves tdf#46637Caolán McNamara1-1/+1
2016-07-11Resolves: tdf#100847 also external svEmptyCell is 0 in numeric contextEike Rathke1-1/+1
2016-07-11tdf#99512 - opencl - restrict scope of vlookup optimization to doubles.Michael Meeks1-1/+30
2016-07-08Resolves: rhbz#1352881 turn off undo generation during undoCaolán McNamara1-2/+34
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-05Resolves: tdf#90285 do not reuse the same StartListeningContextEike Rathke1-1/+2
2016-07-05Resolves: 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#100761 after insert note, focus cannot return to inputbarCaolán McNamara3-6/+5
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#75387: Don't case-fold strings for formula group calculationsTor Lillqvist1-4/+4
2016-06-28tdf#98515: Bail out early if kernel would have ridiculously many parametersTor Lillqvist1-0/+13
2016-06-27correct OOXML function name is EFFECT instead of EFFECTIVEEike Rathke1-0/+22
2016-06-26tdf#84834 sc: stricter type detection for dBASE filesMichael Stahl1-0/+23
2016-06-23Resolves: tdf#100460 queryContentCells doesn't count annotations...Caolán McNamara3-1/+17
2016-06-21tdf#96540 dragging between sheets can change the current cursor positionCaolán McNamara5-3/+37
2016-06-20Resolves: tdf#99310 data validity cell range dropdown empty under windowsCaolán McNamara1-3/+0
2016-06-17tdf#98955 hardware_concurrency not ideal for thread poolsAshod Nakashian2-2/+2
2016-06-15do not override nGlobalError with error from ConvertStringToValue()Eike Rathke1-3/+4