summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
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
2017-05-15move assign() into operator=() and add the relevant bits to copy-ctorEike Rathke
2017-05-15rework ScCaptionPtr to have a distinct head elementEike Rathke
2017-05-15a first stab against the note caption ownership messEike Rathke
2017-05-15move ScDocShell de-/init related to getNewDocShell() and closeDocShell()Eike Rathke
2017-05-08tdf#86001: Pass on the language info from the cell to the engine.Kohei Yoshida
2017-05-07Collabora Office: remove Safe Mode from menus and Windows start menuAndras Timar
2017-05-04Resolves: tdf#99625 add parameter classification for TEXTJOIN and CONCATEike Rathke
2017-05-04Resolves: tdf#107241 don't let floating function description grow infinitelyCaolán McNamara
2017-05-04Resolves: tdf#102525 handle array/matrix formula in cycle cell reference typesEike Rathke
2017-05-04mark all new styles as default styles, tdf#103380, tdf#103330Markus Mohrhard
2017-05-03tdf#107255: detect whether the range has only one data cell.Kohei Yoshida
2017-05-03sc lok:fix up: scrolling issue: the document size is not updated in clientcp-5.3-10Marco Cecchetti
2017-05-03sc lok: Extend MaxTiledCol/Row when painting beoyond the current doc area.Jan Holesovsky
2017-05-03Revert "Calc Lok: prevent a new view from resetting tiled view dimensions"Jan Holesovsky
2017-05-02sc lok: Unit test that pgdown grows the document size for the new view.Jan Holesovsky
2017-05-02Calc Lok: prevent a new view from resetting tiled view dimensionsAshod Nakashian
2017-04-26sc lok: Do not change comment indicator settingPranav Kant
2017-04-25tdf#107310: hybrid cell is a value cell as well as a string cell.Kohei Yoshida
2017-04-24Resolves: tdf#106838 icon set not visible in conditional formattingCaolán McNamara
2017-04-21new loplugin: useuniqueptr: sc part 1 (only the ScMarkArray part)Noel Grandin
2017-04-21LOK - Calc: header, cursor and selection misplaced by other view actionsMarco Cecchetti
2017-04-21sc lok: Notify when comment is added to destination docPranav Kant
2017-04-19call UpdateReference also for single cell copying, tdf#105245Markus Mohrhard