summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-05-03it's raining drawing layersprivate/hcvcastro/undo-row-commentEike Rathke1-0/+15
2017-05-03sprinkle some drawing layers over test casesEike Rathke2-13/+39
2017-05-03less ugly ClosingClipboardSource()Eike Rathke3-4/+18
2017-05-03do not test for different caption pointers ...Eike Rathke1-1/+3
2017-05-03this should be GetOrCreateCaption()Eike Rathke1-1/+1
2017-05-03unit test for copying note from clipboard after closing orig doc, tdf#104967Eike Rathke1-0/+36
2017-05-03this should had been GetNote() and GetCaption()Eike Rathke1-2/+2
2017-05-03move ScDocShell de-/init related to getNewDocShell() and closeDocShell()Eike Rathke2-8/+24
2017-05-03unit test for cell merge with note caption undo, tdf#105667Eike Rathke1-0/+21
2017-05-02finally switch the workaround offEike Rathke1-2/+3
2017-05-02turn assert into SAL_INFOEike Rathke1-11/+7
2017-05-02control deletion of SdrCaptionObj within ScCaptionPtr by refcountEike Rathke1-1/+5
2017-05-02bail out early if there is no caption to removeEike Rathke1-1/+3
2017-05-02in RemoveCaption() forget() instead of reset(nullptr)Eike Rathke1-1/+6
2017-05-02set mbNotOwner at various placesEike Rathke1-0/+7
2017-05-02reset variables when not ownerEike Rathke1-2/+9
2017-05-02rename ScCaptionPtr (mb|set)InUndo to (mb|set)NotOwnerEike Rathke3-13/+13
2017-05-02flag ScCaptionPtr::setInUndo() in ScUndoReplaceNoteEike Rathke1-1/+12
2017-05-02there are still cases where the caption pointer is danglingEike Rathke1-0/+5
2017-05-02finally free the SdrObject in ScCaptionPtr::decRefAndDestroy()Eike Rathke1-10/+12
2017-05-02introduce ScCaptionPtr InUndoEike Rathke2-4/+20
2017-05-02Add bool bIgnoreUndo parameter to removeFromDrawPageAndFree()Eike Rathke2-8/+12
2017-05-02move implementation from RemoveCaption() to removeFromDrawPageAndFree()Eike Rathke2-21/+30
2017-05-02narrow the assert condition further downEike Rathke1-3/+4
2017-05-02can't keep track of drawlayer insertionEike Rathke2-12/+4
2017-05-02yet another mxCaption refs==1 case to exclude from assertEike Rathke1-2/+4
2017-05-02tdf#96099 Reduce no of typedefs used for trivial containersDennis Nielen1-5/+2
2017-05-02no assert for one reference while destroying the Undo documentEike Rathke1-2/+3
2017-05-02finally turn this into a hard assertEike Rathke1-1/+3
2017-05-02add/use ScCaptionPtr::removeFromDrawPage()Eike Rathke2-2/+21
2017-05-02probably should work like sketchedEike Rathke1-5/+11
2017-05-02use ScCaptionPtr::insertToDrawPage()Eike Rathke1-3/+4
2017-05-02add ScCaptionPtr::insertToDrawPage()Eike Rathke2-5/+26
2017-05-02move assignment onto self should not happenEike Rathke1-2/+1
2017-05-02let ScNoteUtil::CreateTempCaption() return ScCaptionPtrEike Rathke4-17/+15
2017-05-02coverity#1401471 implement move assignment and move ctor at ScCaptionPtrEike Rathke2-4/+60
2017-05-02Resolves: tdf#106385 don't release ScCaptionPtr too earlyEike Rathke1-4/+5
2017-05-02in decRefAndDestroy() the remaining element must be one and only oneEike Rathke1-8/+5
2017-05-02dissolve() needs to delete head now that it's not a list element anymoreEike Rathke1-2/+5
2017-05-02assert that nullptr captions are not in a listEike Rathke1-2/+4
2017-05-02move assign() into operator=() and add the relevant bits to copy-ctorEike Rathke2-28/+31
2017-05-02rework ScCaptionPtr to have a distinct head elementEike Rathke2-64/+84
2017-05-02a first stab against the note caption ownership messEike Rathke6-99/+391
2017-05-02tdf#106359: missing leading dotMike Kaganski1-1/+1
2017-04-27tdf#107392 ODF import: fix z-order sorting of SVG imagescp-5.3-8-winMiklos Vajna9-8/+62
2017-04-26Bump version to 5.3-8cp-5.3-8Andras Timar1-1/+1
2017-04-26Hack-around an unclear Windows problem in the test.Jan Holesovsky1-2/+10
2017-04-26sc lok: Do not change comment indicator settingPranav Kant1-4/+0
2017-04-26tdf#107205 vcl: don't always use D2DWriteTextOutRendererMichael Stahl2-7/+15
2017-04-26Enable MSP patchingAndras Timar4-3/+4