summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/ndtxt.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-30sw: don't repaint all text frames on selecting and deleting several bulletsMiklos Vajna1-13/+5
2021-03-30sw: don't repaint all text frames on turning off a bullet for bullet numberingsMiklos Vajna1-1/+3
2021-03-30sw: don't repaint all text frames on text node delete for bullet numberingsMiklos Vajna1-1/+49
2021-01-15tdf#134101, tdf#134626 sw: fix UBSan warning about deleted SwTextFormatCollMichael Stahl1-0/+2
2020-12-01tdf#134626 assertion in ~SwTextNodeCaolán McNamara1-7/+4
2020-11-19sw_redlinehide: fix assert on Replace with nothingMichael Stahl1-2/+5
2020-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl1-6/+6
2020-11-16replace std::min(std::max()) with std::clampNoel1-1/+1
2020-11-05retire most of SwModifyBjoern Michaelsen1-1/+1
2020-11-01sw/source/core/txtnode: ModifyNotification no more ...Bjoern Michaelsen1-11/+8
2020-11-01sw/source/core/doc: Stop abusing observer pattern for code obfuscation.Bjoern Michaelsen1-1/+1
2020-10-31atrfld: ModifyNotification no more ...Bjoern Michaelsen1-49/+54
2020-10-28std::set->o3tl::sorted_vector in swNoel Grandin1-6/+6
2020-10-20use tools::Long in swNoel1-5/+5
2020-10-13sw_redlinehide: fix crash in SwTextNode::SplitContentNode()Michael Stahl1-25/+1
2020-10-10tdf#132289 missing styles when inserting file with listSerge Krot1-1/+3
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-83/+71
2020-09-30SwNodes::GetDoc can return a reference insteadCaolán McNamara1-9/+9
2020-09-29SwNodes never passed a null SwDoc*Caolán McNamara1-1/+1
2020-08-25tdf#135018 sw_redlinehide: fix accept delete redline at start of bodyMichael Stahl1-1/+4
2020-08-24Related tdf#100492 Detect click into empty fieldSamuel Mehrbrodt1-1/+1
2020-08-17tdf#132892 Revert "sw: paragraph-sign: erase metafields ... correctly"Caolán McNamara1-5/+4
2020-08-14loplugin:simplifybool moreNoel Grandin1-2/+2
2020-07-31loplugin:flatten in sw/core/txtnodeNoel Grandin1-161/+161
2020-07-30tdf#38093 Writer outline folding - outline visibility and on canvas uiJim Raykowski1-0/+20
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-4/+4
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-1/+1
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-06rename SetOfst -> SetOffsetNoel Grandin1-1/+1
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-5/+5
2020-02-04rename GetOfst -> GetOffsetNoel Grandin1-1/+1
2020-01-24loplugin:makeshared in swNoel Grandin1-1/+1
2020-01-20sw: prefix members of SwEndNoteInfo and SwFootnoteInfoMiklos Vajna1-3/+3
2020-01-08Fix typoAndrea Gelmini1-1/+1
2020-01-07sw: don't send LOK notifications about redlines during saveMiklos Vajna1-1/+3
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-1/+1
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen1-13/+2
2019-11-13sw: avoid partial expansion of bookmark over new fieldmarkMichael Stahl1-2/+5
2019-10-17Remove some memset callsMike Kaganski1-2/+1
2019-10-04sw: add CH_TXT_ATR_FIELDSEPMichael Stahl1-0/+1
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-1/+1
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-4/+2
2019-08-09tdf#126627 sw_redlinehide: fix corner case in SwUndoDelete::UndoImpl()Michael Stahl1-1/+1
2019-08-05Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): swStephan Bergmann1-3/+3
2019-07-23tdf#126340 sw_redlinehide: only move merged frames in JoinPrevMichael Stahl1-1/+2
2019-05-30tdf#125372 writer, file with lots of hints very slow to open, part6Noel Grandin1-7/+7
2019-05-30tdf#125372 writer, file with lots of hints very slow to open, part5Noel Grandin1-10/+6
2019-05-28tdf#125372 writer, file with lots of hints very slow to open, part3Noel Grandin1-33/+35
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-2/+2