summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-16Bump version to 5.3-12.cp-5.3-12Jan Holesovsky1-1/+1
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 Cecchetti5-22/+34
2017-05-16lok: sc: fix for row/col header updating on changing tabMarco Cecchetti1-0/+2
2017-05-16lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti11-46/+150
2017-05-16tdf#104312, tdf#105428: use static vars in ReplaceStringHookProcAron Budea1-9/+15
2017-05-16lok: sc: address and formula text field empty on creating a new viewMarco Cecchetti4-0/+15
2017-05-16lok: sc: notify cell cursor position to address control in clientMarco Cecchetti5-8/+103
2017-05-16fix gdi resource leak (svx/compressgraphicdialog)Julien Nabet1-1/+1
2017-05-16fix gdi resource leak with unreleased virtual deviceJulien Nabet1-1/+1
2017-05-16tdf#82326 calc 32bits unable to open files with a lot of cond formattingfrederic vroman1-2/+2
2017-05-16fix gdi resource leak with unreleased virtual deviceMarkus Mohrhard1-1/+1
2017-05-16tdf#106051 Notify listeners on top and bottom of split formula groupArul Michael1-0/+6
2017-05-16sd: fix atexit crash in CanvasUpdateRequester::maRequesterMapMichael Stahl4-30/+54
2017-05-16tdf#93171 Subtotal function with function indexes don't updateArul Michael3-0/+15
2017-05-16tdf#107572: retrieve Default autoformatJulien Nabet1-0/+2
2017-05-16tdf#107706 fix crash when closing Calc documentNoel Grandin1-0/+2
2017-05-16Add distro-pack-install-strip targetStephan Bergmann1-5/+12
2017-05-15finally switch the workaround offEike Rathke1-2/+3
2017-05-15turn assert into SAL_INFOEike Rathke1-11/+7
2017-05-15control deletion of SdrCaptionObj within ScCaptionPtr by refcountEike Rathke1-1/+5
2017-05-15bail out early if there is no caption to removeEike Rathke1-1/+3
2017-05-15in RemoveCaption() forget() instead of reset(nullptr)Eike Rathke1-1/+6
2017-05-15deleting pModel also deletes the SdrCaptionObjEike Rathke1-0/+3
2017-05-15set mbNotOwner at various placesEike Rathke1-0/+7
2017-05-15reset variables when not ownerEike Rathke1-2/+9
2017-05-15rename ScCaptionPtr (mb|set)InUndo to (mb|set)NotOwnerEike Rathke3-13/+13
2017-05-15there are still cases where the caption pointer is danglingEike Rathke1-0/+5
2017-05-15finally free the SdrObject in ScCaptionPtr::decRefAndDestroy()Eike Rathke1-10/+12
2017-05-15flag ScCaptionPtr::setInUndo() in ScUndoReplaceNoteEike Rathke1-1/+12
2017-05-15introduce ScCaptionPtr InUndoEike Rathke2-4/+20
2017-05-15Add bool bIgnoreUndo parameter to removeFromDrawPageAndFree()Eike Rathke2-8/+12
2017-05-15move implementation from RemoveCaption() to removeFromDrawPageAndFree()Eike Rathke2-21/+30
2017-05-15narrow the assert condition further downEike Rathke1-3/+4
2017-05-15can't keep track of drawlayer insertionEike Rathke2-12/+4
2017-05-15yet another mxCaption refs==1 case to exclude from assertEike Rathke1-2/+4
2017-05-15no assert for one reference while destroying the Undo documentEike Rathke1-2/+3
2017-05-15finally turn this into a hard assertEike Rathke1-1/+3
2017-05-15it's raining drawing layersEike Rathke1-0/+15
2017-05-15add/use ScCaptionPtr::removeFromDrawPage()Eike Rathke2-2/+21
2017-05-15sprinkle some drawing layers over test casesEike Rathke2-13/+39
2017-05-15probably should work like sketchedEike Rathke1-5/+11
2017-05-15use ScCaptionPtr::insertToDrawPage()Eike Rathke1-3/+4
2017-05-15add ScCaptionPtr::insertToDrawPage()Eike Rathke2-5/+26
2017-05-15move assignment onto self should not happenEike Rathke1-2/+1
2017-05-15let ScNoteUtil::CreateTempCaption() return ScCaptionPtrEike Rathke4-17/+15
2017-05-15coverity#1401471 implement move assignment and move ctor at ScCaptionPtrEike Rathke2-0/+56