summaryrefslogtreecommitdiff
path: root/sc/inc/postit.hxx
AgeCommit message (Expand)Author
2023-11-01pass SfxItemSet by const & to CreateNoteFromObjectDataNoel Grandin
2023-08-13defer turning xlsx notes into SdrCaptions until activatedCaolán McNamara
2023-08-12add a CreateNoteFromObjectPropertiesCaolán McNamara
2023-08-11split out a common CreateNoteDataCaolán McNamara
2023-08-11split out common ScPostIt insertion pieceCaolán McNamara
2023-08-01cool#6911 report the position of comments as cell addressesCaolán McNamara
2023-04-19loplugin::unusedmethodsNoel Grandin
2023-04-18sc drawstyles: Assign the Note style to imported commentsMaxim Monastirsky
2023-04-07sc drawstyles: Keep style assignment for commentsMaxim Monastirsky
2022-08-29ref-count SdrObjectNoel Grandin
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-02-14Recheck modules s[a-c]* with IWYUGabor Kelemen
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-09-24no need to allocate this SfxItemSet on the heapNoel Grandin
2021-08-19ofz#37300 Direct-leakCaolán McNamara
2021-08-18loplugin:constparamsNoel Grandin
2021-03-23tdf#124176 Use pragma once in s*Vincent LE GARREC
2020-03-12Revert "loplugin:constfields in sc"Noel Grandin
2019-11-05make some classes module-privateNoel Grandin
2019-09-01Fix '..'Andrea Gelmini
2019-08-23Mark move ctors/assignments noexceptMike Kaganski
2019-02-28reintroduce ScCaptionPtrLuboš Luňák
2019-01-16pass ScPostIt around by unique_ptrNoel Grandin
2018-10-15loplugin:constfields in scNoel Grandin
2018-07-27sc: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann
2018-06-26sc: replace ScCaptionPtr with std::shared_ptr, tdf#117997, tdf#117228Henry Castro
2018-05-17tdf#42949 Fix IWYU warnings in sc/inc/[pq]*Gabor Kelemen
2018-04-27loplugin:constantparamNoel Grandin
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-03-15loplugin:unused-returns in scNoel Grandin
2017-12-31improve const-correctness in ScCaptionPtrNoel Grandin
2017-10-31loplugin:constantparam in scNoel Grandin
2017-05-16lok: sc: misplaced comment mark on inserting/deleting/resizing row/colMarco Cecchetti
2017-04-11rename ScCaptionPtr (mb|set)InUndo to (mb|set)NotOwnerEike Rathke
2017-04-10introduce ScCaptionPtr InUndoEike Rathke
2017-04-10Add bool bIgnoreUndo parameter to removeFromDrawPageAndFree()Eike Rathke
2017-04-10move implementation from RemoveCaption() to removeFromDrawPageAndFree()Eike Rathke
2017-04-10can't keep track of drawlayer insertionEike Rathke
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-09add/use ScCaptionPtr::removeFromDrawPage()Eike Rathke
2017-03-09add ScCaptionPtr::insertToDrawPage()Eike Rathke
2017-03-08let ScNoteUtil::CreateTempCaption() return ScCaptionPtrEike Rathke
2017-03-07coverity#1401471 implement move assignment and move ctor at ScCaptionPtrEike Rathke
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-27move assign() into operator=() and add the relevant bits to copy-ctorEike Rathke
2017-02-27rework ScCaptionPtr to have a distinct head elementEike Rathke
2017-02-24correct descriptionEike Rathke
2017-02-24a first stab against the note caption ownership messEike Rathke
2017-01-18tdf#104967 preserve isolated notes data in clipboard when closing documentEike Rathke
2016-08-29loplugin:countusersofdefaultparamsNoel Grandin