summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2017-06-27tdf#40713: dBASE, don't lose dbt fileJulien Nabet
2017-06-27Resolves: tdf#108292 WalkAndMatchElements: really limit the matchEike Rathke
2017-06-26tdf#89139: pivotCache: output sharedItems children only for string fieldsMike Kaganski
2017-06-26tdf#89139: dump pivotField itemsMike Kaganski
2017-06-21Resolves: tdf#104875 defer filter detection to first load/update of externalEike Rathke
2017-06-19Resolves: tdf#104989 a matrix/array formula cell needs to have dimensionsEike Rathke
2017-06-13tdf#106423: dbase file can have no recordsJulien Nabet
2017-06-06sc::ColRowSpan::mnEnd is inclusiveEike Rathke
2017-06-06Resolves: tdf#108279 dimension rows are 32-bit and don't wrap at 64kEike Rathke
2017-05-31tdf#104219 Don't export color information when color is automaticBartosz Kosiorek
2017-05-30import stream on the LibreOffice side, tdf#107827Markus Mohrhard
2017-05-30use empty document in orcus gnumeric import, tdf#107828Markus Mohrhard
2017-05-30PushError() instead of SetError() so there's a result tokenEike Rathke
2017-05-30tdf#108049 VBA exception avoided in ScVbaRange::setStyleJustin Luth
2017-05-30tdf#108017 xlsb import: protection settings were reversedJustin Luth
2017-05-29tdf#107389: Wrong positioning of AutoFilter buttons in tiledrendering modeTamás Zolnai
2017-05-29sc lok: prevent wrong assignment aEnd.Y()Henry Castro
2017-05-23tdf#107945: properly iterate over mtv during pivot cache loading.Kohei Yoshida
2017-05-22tdf#107920: Crash when using ScCompiler in condformatJulien Nabet
2017-05-22tdf#107892: fix negative values case with maxifsJulien Nabet
2017-05-19Respect read-only config items in Options/Calc/Calculate dialogAron Budea
2017-05-18sc lok: fix wrong assignment aEnd.X()Henry Castro
2017-05-17sc lok: Don't crash on comment undo.Jan Holesovsky
2017-05-16tdf#43535: support additional sheet protection options.Kohei Yoshida
2017-05-16lok: sc: selection overlay was not updated on document size changedMarco Cecchetti
2017-05-16lok: sc: invalidate cached position on undo row/col operationsMarco Cecchetti
2017-05-16lok: sc: insert a row affects another view's selection on another tabMarco Cecchetti
2017-05-16lok: sc: invalidate col/row header on undo row/col operationsMarco Cecchetti
2017-05-16lok: sc: make row/col header updating, on row/col operations, tab-awareMarco Cecchetti
2017-05-16lok: sc: fix for row/col header updating on changing tabMarco Cecchetti
2017-05-16lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti
2017-05-16lok: sc: address and formula text field empty on creating a new viewMarco Cecchetti
2017-05-16lok: sc: notify cell cursor position to address control in clientMarco Cecchetti
2017-05-16tdf#82326 calc 32bits unable to open files with a lot of cond formattingfrederic vroman
2017-05-16tdf#106051 Notify listeners on top and bottom of split formula groupArul Michael
2017-05-16tdf#93171 Subtotal function with function indexes don't updateArul Michael
2017-05-16tdf#107572: retrieve Default autoformatJulien Nabet
2017-05-15finally switch the workaround offEike Rathke
2017-05-15turn assert into SAL_INFOEike Rathke
2017-05-15control deletion of SdrCaptionObj within ScCaptionPtr by refcountEike Rathke
2017-05-15bail out early if there is no caption to removeEike Rathke
2017-05-15in RemoveCaption() forget() instead of reset(nullptr)Eike Rathke
2017-05-15deleting pModel also deletes the SdrCaptionObjEike Rathke
2017-05-15set mbNotOwner at various placesEike Rathke
2017-05-15reset variables when not ownerEike Rathke
2017-05-15rename ScCaptionPtr (mb|set)InUndo to (mb|set)NotOwnerEike Rathke
2017-05-15there are still cases where the caption pointer is danglingEike Rathke
2017-05-15finally free the SdrObject in ScCaptionPtr::decRefAndDestroy()Eike Rathke
2017-05-15flag ScCaptionPtr::setInUndo() in ScUndoReplaceNoteEike Rathke
2017-05-15introduce ScCaptionPtr InUndoEike Rathke