summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/ndtxt.cxx
AgeCommit message (Expand)Author
2021-01-15tdf#134101, tdf#134626 sw: fix UBSan warning about deleted SwTextFormatCollMichael Stahl
2020-12-01tdf#134626 assertion in ~SwTextNodeCaolán McNamara
2020-11-19sw_redlinehide: fix assert on Replace with nothingMichael Stahl
2020-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-05retire most of SwModifyBjoern Michaelsen
2020-11-01sw/source/core/txtnode: ModifyNotification no more ...Bjoern Michaelsen
2020-11-01sw/source/core/doc: Stop abusing observer pattern for code obfuscation.Bjoern Michaelsen
2020-10-31atrfld: ModifyNotification no more ...Bjoern Michaelsen
2020-10-28std::set->o3tl::sorted_vector in swNoel Grandin
2020-10-20use tools::Long in swNoel
2020-10-13sw_redlinehide: fix crash in SwTextNode::SplitContentNode()Michael Stahl
2020-10-10tdf#132289 missing styles when inserting file with listSerge Krot
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara
2020-09-30SwNodes::GetDoc can return a reference insteadCaolán McNamara
2020-09-29SwNodes never passed a null SwDoc*Caolán McNamara
2020-08-25tdf#135018 sw_redlinehide: fix accept delete redline at start of bodyMichael Stahl
2020-08-24Related tdf#100492 Detect click into empty fieldSamuel Mehrbrodt
2020-08-17tdf#132892 Revert "sw: paragraph-sign: erase metafields ... correctly"Caolán McNamara
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-07-31loplugin:flatten in sw/core/txtnodeNoel Grandin
2020-07-30tdf#38093 Writer outline folding - outline visibility and on canvas uiJim Raykowski
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-03-02speedup sw build a littleNoel Grandin
2020-02-06rename SetOfst -> SetOffsetNoel Grandin
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin
2020-02-04rename GetOfst -> GetOffsetNoel Grandin
2020-01-24loplugin:makeshared in swNoel Grandin
2020-01-20sw: prefix members of SwEndNoteInfo and SwFootnoteInfoMiklos Vajna
2020-01-08Fix typoAndrea Gelmini
2020-01-07sw: don't send LOK notifications about redlines during saveMiklos Vajna
2019-12-11convert PrepareHint to scoped enumNoel Grandin
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen
2019-11-13sw: avoid partial expansion of bookmark over new fieldmarkMichael Stahl
2019-10-17Remove some memset callsMike Kaganski
2019-10-04sw: add CH_TXT_ATR_FIELDSEPMichael Stahl
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-08-09tdf#126627 sw_redlinehide: fix corner case in SwUndoDelete::UndoImpl()Michael Stahl
2019-08-05Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann
2019-07-23tdf#126340 sw_redlinehide: only move merged frames in JoinPrevMichael Stahl
2019-05-30tdf#125372 writer, file with lots of hints very slow to open, part6Noel Grandin
2019-05-30tdf#125372 writer, file with lots of hints very slow to open, part5Noel Grandin
2019-05-28tdf#125372 writer, file with lots of hints very slow to open, part3Noel Grandin
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-04-14tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-04-14loplugin:sequentialassign in swNoel Grandin