summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2017-05-15Add bool bIgnoreUndo parameter to removeFromDrawPageAndFree()Eike Rathke
2017-05-15move implementation from RemoveCaption() to removeFromDrawPageAndFree()Eike Rathke
2017-05-15narrow the assert condition further downEike Rathke
2017-05-15can't keep track of drawlayer insertionEike Rathke
2017-05-15yet another mxCaption refs==1 case to exclude from assertEike Rathke
2017-05-15no assert for one reference while destroying the Undo documentEike Rathke
2017-05-15finally turn this into a hard assertEike Rathke
2017-05-15it's raining drawing layersEike Rathke
2017-05-15add/use ScCaptionPtr::removeFromDrawPage()Eike Rathke
2017-05-15sprinkle some drawing layers over test casesEike Rathke
2017-05-15probably should work like sketchedEike Rathke
2017-05-15use ScCaptionPtr::insertToDrawPage()Eike Rathke
2017-05-15add ScCaptionPtr::insertToDrawPage()Eike Rathke
2017-05-15move assignment onto self should not happenEike Rathke
2017-05-15let ScNoteUtil::CreateTempCaption() return ScCaptionPtrEike Rathke
2017-05-15coverity#1401471 implement move assignment and move ctor at ScCaptionPtrEike Rathke
2017-05-15Resolves: tdf#106385 don't release ScCaptionPtr too earlyEike Rathke
2017-05-15a size is a sizeEike Rathke
2017-05-15in decRefAndDestroy() the remaining element must be one and only oneEike Rathke
2017-05-15dissolve() needs to delete head now that it's not a list element anymoreEike Rathke
2017-05-15assert that nullptr captions are not in a listEike Rathke