summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2017-08-04Related: tdf#109856 redo 'insert multiple tabs after' inserts too many tabsCaolán McNamara1-1/+0
2017-08-04Resolves: tdf#109856 undo 'insert multiple tabs after' doesn't workCaolán McNamara1-1/+1
2017-08-03lok - add support for in place chart editingMarco Cecchetti1-7/+48
2017-07-31Resolves: tdf#106872 only request selected shapesCaolán McNamara3-43/+45
2017-07-31ofz: survive missing macro supportCaolán McNamara1-0/+3
2017-07-31Related: tdf#106872 amount of a11y selection listeners constantly growsCaolán McNamara1-0/+2
2017-07-31Resolves: tdf#75650 reset boolean number format to General for new formulaEike Rathke1-4/+22
2017-07-31Blind fix tdf#108612 explicitly checking for and against clipboard documentEike Rathke1-1/+4
2017-07-28lok: sc: copy / paste confusion -- workaroundMarco Cecchetti4-2/+58
2017-07-26lok: sc: edit view gets misplaced by other view actions on row/columnMarco Cecchetti5-30/+46
2017-07-26sc lok: disable Undo/Redo state if conflict with other viewsHenry Castro2-0/+69
2017-07-14tdf#108758 : do not write to undo document when...Dennis Francis1-2/+4
2017-07-12tdf#79304 - Handle CrossedOutItems in HTML export.Sean Stangl1-4/+11
2017-07-12tdf#108789 quick fix for 5.3 branch onlyJulien Nabet1-4/+0
2017-07-10lok: sc: missing invalidation on pasting text and deleting a cellMarco Cecchetti1-1/+17
2017-07-06handle SID_ENCRYPTIONDATA for shared password protected docs, tdf#56173Markus Mohrhard1-0/+7
2017-07-06always import page scaling, tdf#65848Markus Mohrhard1-1/+1
2017-07-06Resolves: tdf#108671 mark named expression single reference #REF! if deletedEike Rathke1-0/+59
2017-07-05sc lok: disable items of the overlay managerHenry Castro1-12/+12
2017-07-05support for saving a modified image instead of original versionMarco Cecchetti1-3/+23
2017-07-03pBASM can be nullptr in copy docs, e.g. during insert sheet from docMarkus Mohrhard1-0/+3
2017-06-27tdf#40713: dBASE, don't lose dbt fileJulien Nabet1-0/+6
2017-06-27Resolves: tdf#108292 WalkAndMatchElements: really limit the matchEike Rathke1-4/+9
2017-06-26tdf#89139: pivotCache: output sharedItems children only for string fieldsMike Kaganski1-37/+65
2017-06-26tdf#89139: dump pivotField itemsMike Kaganski1-5/+97
2017-06-21Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke2-7/+8
2017-06-19Resolves: tdf#104989 a matrix/array formula cell needs to have dimensionsEike Rathke2-0/+8
2017-06-13tdf#106423: dbase file can have no recordsJulien Nabet1-1/+2
2017-06-06sc::ColRowSpan::mnEnd is inclusiveEike Rathke1-2/+2
2017-06-06Resolves: tdf#108279 dimension rows are 32-bit and don't wrap at 64kEike Rathke1-1/+1
2017-05-31tdf#104219 Don't export color information when color is automaticBartosz Kosiorek2-5/+13
2017-05-30import stream on the LibreOffice side, tdf#107827Markus Mohrhard1-3/+13
2017-05-30use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard3-0/+11
2017-05-30PushError() instead of SetError() so there's a result tokenEike Rathke1-5/+5
2017-05-30tdf#108049 VBA exception avoided in ScVbaRange::setStyleJustin Luth1-1/+2
2017-05-30tdf#108017 xlsb import: protection settings were reversedJustin Luth3-26/+41
2017-05-29tdf#107389: Wrong positioning of AutoFilter buttons in tiledrendering modeTamás Zolnai1-1/+4
2017-05-29sc lok: prevent wrong assignment aEnd.Y()Henry Castro1-1/+1
2017-05-23tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida16-25/+324
2017-05-22tdf#107920: Crash when using ScCompiler in condformatJulien Nabet1-0/+2
2017-05-22tdf#107892: fix negative values case with maxifsJulien Nabet2-2/+2
2017-05-19Respect read-only config items in Options/Calc/Calculate dialogAron Budea2-0/+19
2017-05-18sc lok: fix wrong assignment aEnd.X()Henry Castro1-2/+3
2017-05-17sc lok: Don't crash on comment undo.Jan Holesovsky2-1/+3
2017-05-16tdf#43535: support additional sheet protection options.Kohei Yoshida18-10/+357
2017-05-16lok: sc: selection overlay was not updated on document size changedMarco Cecchetti1-0/+2
2017-05-16lok: sc: invalidate cached position on undo row/col operationsMarco Cecchetti2-1/+46
2017-05-16lok: sc: insert a row affects another view's selection on another tabMarco Cecchetti4-137/+199
2017-05-16lok: sc: invalidate col/row header on undo row/col operationsMarco Cecchetti2-1/+23
2017-05-16lok: sc: make row/col header updating, on row/col operations, tab-awareMarco Cecchetti3-9/+34