summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/rolbck.cxx
AgeCommit message (Expand)Author
2020-06-12tdf#101856 copy missing bookmark propertiesSerge Krot
2019-11-20sw: fix invalid downcast of SwDrawFrameFormat in DelContentIndex()Michael Stahl
2019-11-20ofz#18554 sw: fix Null-dereference due to overlapping fieldmarksMichael Stahl
2019-11-19tdf#128739 sw: delete fieldmarks if exactly selected ...Michael Stahl
2019-10-23sw: fieldmark insert/delete UndoMichael Stahl
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-09-30pNew could be nullptrMike Kaganski
2019-09-30Simplify iterating in SwRegHistory::MakeSetWhichIds a littleMike Kaganski
2019-09-28loplugin:constmethod in swNoel Grandin
2019-05-31tdf#125372 writer, file with lots of hints very slow to open, part8Noel Grandin
2019-05-30GetAnyEnd does not need to return a pointerNoel Grandin
2019-05-30tdf#125372 writer, file with lots of hints very slow to open, part7Noel Grandin
2019-04-26tdf#123313 sw: towards fixing ToX Update Undo wrt. CrossReferenceMichael Stahl
2019-04-24simplify call sites of SfxItemPool::PutNoel Grandin
2019-03-28return by unique_ptr from SwFieldType::CopyNoel Grandin
2019-03-09MSForms: Implement undo / redo for insertion of legacy form fieldsTamás Zolnai
2019-03-04tdf#123313 sw: workaround Undo problem with ToX UpdateMichael Stahl
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl
2018-08-29Replace find_if with proper quantifier algorithmsArkadiy Illarionov
2018-07-19loplugin:unusedmethodsNoel Grandin
2018-07-16loplugin:useuniqueptr in SwHistoryNoel Grandin
2018-06-11coverity#1436014 silence Dereference null return valueCaolán McNamara
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen
2017-12-13TypedWhichId in sw (TXTATTR)Noel Grandin
2017-12-12TypeWhichId in swNoel Grandin
2017-09-27tdf#112679 sw: fix copying of fieldmarksMichael Stahl
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-04loplugin:constparams in sw part5Noel Grandin
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: swStephan Bergmann
2017-06-02Improved loplugin:redundantcast static_cast handling: swStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock
2017-05-03tdf#88555 sw: reduce usage of dynamic_cast in SwFormatsModifyBase::ContainsMichael Stahl
2017-05-03tdf#88555 sw: remove dynamic_cast from SwFrameFormats::ContainsMichael Stahl
2017-03-25Fix typosAndrea Gelmini
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2017-03-14remove noise UUUU tags in commentsNoel Grandin
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2017-01-10tdf#105077 sw: fix wrong assert corner-case in SwRegHistory::InsertItemsMichael Stahl
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin
2016-08-19coverity#1371339 Dereference null return valueCaolán McNamara
2016-08-17convert SvxBreak to scoped enumNoel Grandin
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann
2016-05-01loplugin:simplifybool in swJochen Nitschke