summaryrefslogtreecommitdiff
path: root/sc/inc/postit.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-04sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro1-109/+5
2018-05-17tdf#42949 Fix IWYU warnings in sc/inc/[pq]*Gabor Kelemen1-1/+0
2018-04-27loplugin:constantparamNoel Grandin1-8/+1
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-1/+1
2018-03-15loplugin:unused-returns in scNoel Grandin1-2/+1
2017-12-31improve const-correctness in ScCaptionPtrNoel Grandin1-3/+6
2017-10-31loplugin:constantparam in scNoel Grandin1-2/+2
2017-05-16lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti1-5/+10
2017-04-11rename ScCaptionPtr (mb|set)InUndo to (mb|set)NotOwnerEike Rathke1-2/+2
2017-04-10introduce ScCaptionPtr InUndoEike Rathke1-0/+11
2017-04-10Add bool bIgnoreUndo parameter to removeFromDrawPageAndFree()Eike Rathke1-1/+1
2017-04-10move implementation from RemoveCaption() to removeFromDrawPageAndFree()Eike Rathke1-0/+4
2017-04-10can't keep track of drawlayer insertionEike Rathke1-1/+0
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-3/+3
2017-03-09add/use ScCaptionPtr::removeFromDrawPage()Eike Rathke1-0/+5
2017-03-09add ScCaptionPtr::insertToDrawPage()Eike Rathke1-2/+11
2017-03-08let ScNoteUtil::CreateTempCaption() return ScCaptionPtrEike Rathke1-1/+1
2017-03-07coverity#1401471 implement move assignment and move ctor at ScCaptionPtrEike Rathke1-0/+8
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-4/+4
2017-02-27move assign() into operator=() and add the relevant bits to copy-ctorEike Rathke1-3/+0
2017-02-27rework ScCaptionPtr to have a distinct head elementEike Rathke1-4/+11
2017-02-24correct descriptionEike Rathke1-2/+4
2017-02-24a first stab against the note caption ownership messEike Rathke1-6/+73
2017-01-18tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke1-2/+8
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-07-27Resolves: tdf#65334 cannot search in cell notesCaolán McNamara1-0/+2
2016-03-23loplugin:constantparam in scNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+4
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-1/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida1-0/+12
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard1-58/+1
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa1-8/+0
2013-07-09More removal of implicit inlines, while I'm at it....Kohei Yoshida1-5/+5
2013-07-09These header inline methods cause linkage error on Windows.Kohei Yoshida1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+10
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-05This is no longer true.Kohei Yoshida1-2/+2
2012-10-15fix memory leak in note handlingMarkus Mohrhard1-2/+3
2012-07-08export all notes into odf, fdo#49924Markus Mohrhard1-1/+1
2012-03-05Remove unused codeElton Chung1-2/+0
2012-03-02fix crashs in undo/redo realted to note captionsMarkus Mohrhard1-2/+2
2012-02-29remove mpNote: fix copy/pasteMarkus Mohrhard1-0/+2