summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/PostItMgr.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-05-27tdf#133348 remove from list before calling SetActiveSidebarWinJulien Nabet1-2/+4
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-09-19remove SwClient/SwModify in sw/source/uibaseBjoern Michaelsen1-1/+0
2019-08-20loplugin:constvars in swNoel Grandin1-3/+3
2019-08-15replace ".get->" with "->"Noel Grandin1-2/+2
2019-08-14Change some handling for resolved commentsScott Clarke1-3/+8
2019-08-08tdf#119228 Add 'Resolved Comments' option to the View menu.Scott Clarke1-0/+15
2019-08-06tdf#119228 Add accessors for resolved stateScott Clarke1-0/+42
2019-08-02sw comments on frames: no overlay in the LOK API, either: insert caseMiklos Vajna1-1/+8
2019-08-02Fix typosAndrea Gelmini1-1/+1
2019-07-25tdf#119228 Add storage and serialisation for the Resolved flagScott Clarke1-0/+1
2019-07-25cid#1448432 Division or modulo by zeroCaolán McNamara1-2/+2
2019-06-21sw comments on frames: fix layout to place anchor next to the imageMiklos Vajna1-1/+1
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen1-0/+1
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2019-01-24loplugin:constparams in swNoel Grandin1-1/+1
2019-01-15rename GetBroadCaster->GetBroadcasterNoel Grandin1-8/+8
2019-01-15use unique_ptr in SwPostItMgrNoel Grandin1-23/+22
2019-01-11sw_redlinehide: fix infinite loop when deleting commentsMichael Stahl1-3/+31
2018-12-18sw_redlinehide_4b: consider the comments in the marginMichael Stahl1-4/+14
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-8/+5
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai1-2/+2
2018-10-30Simplify containers iterations in sw/source/ui*Arkadiy Illarionov1-39/+35
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-11Resolves: tdf#120487 postit losing focus triggering recreation of postitCaolán McNamara1-1/+4
2018-10-03loplugin:constfields in swNoel Grandin1-2/+2
2018-09-14weld SwCharDlgCaolán McNamara1-1/+1
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-1/+0
2018-08-17sw: Replace std::list with std::vector for simplicityTakeshi Abe1-4/+2
2018-07-25loplugin:useuniqueptr in SwPostItMgrNoel Grandin1-7/+6
2018-03-15loplugin:useuniqueptr in SwPostItPageItemNoel Grandin1-13/+13
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-4/+4
2018-02-22loplugin:redundantcopy extend to ColorNoel Grandin1-3/+3
2018-01-31Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-6/+6
2017-12-19inline use-once typedefsNoel Grandin1-1/+1
2017-12-04Replace list by vector for mvPostItFields (sw)Julien Nabet1-9/+10
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-1/+1
2017-11-18Remove redundant checkMike Kaganski1-7/+4
2017-11-17loplugin:useuniqueptr in SwPostItMgrNoel Grandin1-4/+1
2017-11-17Use auto/for range loops in PostItMgr (second pass)Julien Nabet1-20/+21
2017-11-153813dd1315 follow-up: revert incorrect loop changesMike Kaganski1-3/+3
2017-11-15Use auto/for range loops in PostItMgr (first pass)Julien Nabet1-121/+115
2017-10-21loplugin:redundantcast handle dynamic_castNoel Grandin1-3/+3
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski1-8/+8
2017-09-23these are cast to sal_Int32 immediatelyCaolán McNamara1-5/+5
2017-09-23want to add these together before multiply the resultCaolán McNamara1-1/+1
2017-09-23coverity#1418340 Division or modulo by zeroCaolán McNamara1-1/+3
2017-09-13no need to call GetNumerator() / GetDenominator() for FractionNoel Grandin1-5/+5