summaryrefslogtreecommitdiff
path: root/sc/source/core/data/postit.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-02-28reintroduce ScCaptionPtrLuboš Luňák1-114/+454
2019-01-29o3tl::make_unique -> std::make_unique in scGabor Kelemen1-7/+6
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin1-5/+5
2018-11-08tdf#42949 Fix IWYU warnings in sc/source/core/data/*cxxGabor Kelemen1-5/+0
2018-10-31cppCheck RedundantAssignment variable bRecordingZdibák Zoltán1-2/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-2/+2
2018-09-10loplugin:simplifyconstruct in scNoel Grandin1-1/+1
2018-09-03pass SdrUndoAction around by std::unique_ptrNoel Grandin1-4/+5
2018-08-02Directly prevent multiple change broadcastsArmin Le Grand1-2/+5
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-4/+0
2018-07-02loplugin:constantparamNoel Grandin1-10/+7
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin1-3/+4
2018-06-26sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro1-446/+108
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-3/+3
2018-04-27loplugin:constantparamNoel Grandin1-2/+2
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-2/+2
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-3/+8
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-8/+3
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-3/+8
2018-03-15loplugin:unused-returns in scNoel Grandin1-3/+2
2018-02-27drop old tools/gen.hxx methods in scNoel Grandin1-1/+1
2018-02-17Revert "loplugin:changetoolsgen in sc" and reapply pluginNoel Grandin1-2/+2
2018-02-14loplugin:changetoolsgen in scNoel Grandin1-16/+16
2018-01-01loplugin:passstuffbyref improved return in scNoel Grandin1-1/+1
2017-12-31improve const-correctness in ScCaptionPtrNoel Grandin1-2/+2
2017-11-23TypedWhichId for sc constantsNoel Grandin1-1/+1
2017-10-31loplugin:constantparam in scNoel Grandin1-5/+5
2017-10-23loplugin:includeform: scStephan Bergmann1-11/+11
2017-08-23loplugin:constparam in sc part2Noel Grandin1-4/+4
2017-05-16lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti1-8/+13
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-13finally switch the workaround offEike Rathke1-2/+3
2017-04-13turn assert into SAL_INFOEike Rathke1-11/+7
2017-04-13control deletion of SdrCaptionObj within ScCaptionPtr by refcountEike Rathke1-1/+5
2017-04-13bail out early if there is no caption to removeEike Rathke1-1/+3
2017-04-13in RemoveCaption() forget() instead of reset(nullptr)Eike Rathke1-1/+6
2017-04-11set mbNotOwner at various placesEike Rathke1-0/+7
2017-04-11reset variables when not ownerEike Rathke1-2/+9
2017-04-11rename ScCaptionPtr (mb|set)InUndo to (mb|set)NotOwnerEike Rathke1-7/+7
2017-04-11there are still cases where the caption pointer is danglingEike Rathke1-0/+5
2017-04-10finally free the SdrObject in ScCaptionPtr::decRefAndDestroy()Eike Rathke1-10/+12
2017-04-10introduce ScCaptionPtr InUndoEike Rathke1-4/+9
2017-04-10Add bool bIgnoreUndo parameter to removeFromDrawPageAndFree()Eike Rathke1-7/+11
2017-04-10move implementation from RemoveCaption() to removeFromDrawPageAndFree()Eike Rathke1-21/+26
2017-04-10narrow the assert condition further downEike Rathke1-3/+4
2017-04-10can't keep track of drawlayer insertionEike Rathke1-11/+4
2017-04-07yet another mxCaption refs==1 case to exclude from assertEike Rathke1-2/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-22/+22
2017-03-22tdf#96099 Reduce no of typedefs used for trivial containersDennis Nielen1-5/+2