summaryrefslogtreecommitdiff
path: root/sc/inc/postit.hxx
AgeCommit message (Expand)Author
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
2016-07-27Resolves: tdf#65334 cannot search in cell notesCaolán McNamara
2016-03-23loplugin:constantparam in scNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-04-19fixincludeguards.sh: scThomas Arnhold
2013-10-23Avoid exposing the internal cell note storage outside ScDocument.Kohei Yoshida
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa
2013-07-09More removal of implicit inlines, while I'm at it....Kohei Yoshida
2013-07-09These header inline methods cause linkage error on Windows.Kohei Yoshida
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin