summaryrefslogtreecommitdiff
path: root/sc/source/core/data/postit.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-01Resolves: tdf#138549 use GetSpecialTextBoxShadow to identify ScPostItCaolán McNamara1-11/+0
2020-11-23tdf#138428 don't record SetName("ScPostIt") in undoCaolán McNamara1-0/+8
2020-11-19Resolves: tdf#114956 skip broadcast optimization for ScPostItsCaolán McNamara1-0/+3
2020-11-16replace std::max(std::min()) with std::clampNoel1-2/+2
2020-10-28convert some more long -> tools::LongNoel1-5/+5
2020-10-20use tools::Long in scNoel1-20/+20
2020-07-30loplugin:flatten in sc/core/dataNoel Grandin1-88/+88
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-5/+5
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-1/+1
2020-02-04tdf#129789 bitmap in comment lost on loadNoel Grandin1-1/+1
2020-01-24loplugin:makeshared in scNoel Grandin1-2/+2
2019-12-07rename ScEditEngineDefaulter::SetTextCaolán McNamara1-1/+1
2019-10-01save/restore locking properly in ScPostIt::CreateCaptionFromInitDataNoel Grandin1-1/+2
2019-09-26loplugin:constmethod in scNoel Grandin1-2/+2
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-4/+4
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+1
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+3
2019-04-26Fix typoAndrea Gelmini1-1/+1
2019-04-26tdf#119650 slow saving spreadsheet with comments, part 2Noel Grandin1-19/+18
2019-04-26flatten ScPostIt::CreateCaptionFromInitDataNoel Grandin1-66/+67
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