summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Resolves: tdf#101562 ScRefUpdate::Update() needs to flag sticky even unchangedEike Rathke2-4/+21
2016-10-10skip hidden rows/columns for spellchecking, tdf#99607Markus Mohrhard1-2/+22
2016-10-05Resolves: tdf#101711 revert attempt to drop unused bg imagesCaolán McNamara1-1/+1
2016-10-04tdf#99386, broadcast that cell content changed after merge cells undo/redoMarkus Mohrhard1-0/+2
2016-10-04tdf#101910, mark ScRangeList updated when DeleteArea was usedMarkus Mohrhard2-4/+20
2016-10-04support TargetFrame in url field import/export code, tdf#77873Markus Mohrhard7-8/+20
2016-10-03Avoid pointless single-line wrapper for OpenCL isnan()Tor Lillqvist9-554/+553
2016-10-03tdf#101843, ensure repeated rows set the hidden/filtered flag correctlyMarkus Mohrhard1-0/+6
2016-09-30tdf#101894 Copying a single sheet with a chart on it garbles the chartNoel Grandin1-7/+3
2016-09-27tdf#101104 this paranoid safety check actually causes a bugMarkus Mohrhard1-4/+0
2016-09-27Resolves: rhbz#1378521 csv dialog a11y returns a new accessible on every queryCaolán McNamara2-4/+38
2016-09-20tdf#100393, handle copying one cell to multiple cols with cond formatMarkus Mohrhard1-2/+5
2016-09-20Resolves: tdf#102215 do not return coded double error for single matrix valueEike Rathke1-2/+24
2016-09-16disable generation of ole previews in ODF format until after loadCaolán McNamara5-9/+43
2016-09-16tdf#101541 function WORKDAY.INTL not working properlyWinfried Donkers1-9/+13
2016-09-02tdf#101866: Get rid of two more erroneous upper-casings of stringsTor Lillqvist1-2/+2
2016-09-02exclude also single quoted strings from function name suggestionEike Rathke1-5/+12
2016-09-01let's make Impress crash less - SfxStyleFamily editionMichael Stahl1-2/+2
2016-08-30Resolves: tdf#88257 handle FILTERXML array/matrix contextEike Rathke1-18/+101
2016-08-29tdf#91305 fix sort calcYan Pashkovsky1-2/+26
2016-08-23Resolves: tdf#101137 handle empty elements in matrix concatenationEike Rathke3-18/+80
2016-08-22tdf#70565 Set correct default values to "0" of xfId attributeBartosz Kosiorek1-1/+15
2016-08-18Resolves: tdf#101347 conditional formatting super slow on exitCaolán McNamara1-1/+6
2016-08-18tdf#48767 Fix orientation issue after export to .xlsx (lo-5-2)Bartosz Kosiorek1-1/+4
2016-08-16check SelectionForbidsPaste() on EnterBlock()Eike Rathke1-0/+6
2016-08-16Resolves: tdf#100852 update miBroadcasterPos before copying itEike Rathke1-0/+20
2016-08-16Resolves: tdf#101165 crash on deselecting all filtersCaolán McNamara1-1/+4
2016-08-11recognize another release's unknown currency saved as symbol we knowEike Rathke1-0/+9
2016-08-11Resolves: tdf#96568 check SelectionFillDOOM() on EnterMatrix()Eike Rathke2-2/+7
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