summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/ndtxt.cxx
AgeCommit message (Expand)Author
2022-04-27tdf#135978 sw_redlinehide: recreate fly frames anchored to subsequent nodesMichael Stahl
2022-03-17tdf#146851: sw: even numbering=None is still a numberingVasily Melenchuk
2022-03-07tdf#140077 sw_redlinehide: fix crash on SplitNode()Michael Stahl
2021-12-21tdf#137318 sw_redlinehide: fix assert on export moz715138-3.doc to ODFMichael Stahl
2021-12-17tdf#137318 sw_redlinehide: fix JoinNext() if deleted node contains redlinesMichael Stahl
2021-12-16tdf#139843 sw_redlinehide: fix crash while updating reference fieldsMichael Stahl
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-10-16Simplify vector initialization in swJulien Nabet
2021-10-10use SfxItemSetFixed in swNoel Grandin
2021-09-28tdf#143819 sw: fix undo not restoring adjusted anchorMiklos Vajna
2021-09-24no need to allocate this OUString on the heapNoel Grandin
2021-09-22sw: clean up no longer needed debug codeMiklos Vajna
2021-09-09sw: use more StaticWhichCast() in source/core/Miklos Vajna
2021-09-08convert some OSL_ENSURE -> assertNoel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-18ofz#35787 skip expensive ResetAttr if the document is in dtorCaolán McNamara
2021-08-12tdf#129270: sw: do not copy list level on paragraph cutVasily Melenchuk
2021-07-29sw: use more StaticWhichCast() in source/core/txtnode/Miklos Vajna
2021-07-26sw: use followby parameter of outline in Chapter fieldVasily Melenchuk
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-04ofz#35787 TimeoutCaolán McNamara
2021-07-04add a const SwDoc& arg for a follow up optimizationCaolán McNamara
2021-07-01avoid some dynamic_castsNoel Grandin
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin
2021-06-11no need to make a copy hereNoel Grandin
2021-06-11loplugin:unnecessaryreturn in sw/Noel Grandin
2021-05-31no need to allocate this separatelyNoel Grandin
2021-05-24fix leak of wronglist in SwTextNodeNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-22tdf#120469 Move anchored object if enter is inserted at Para begindipanshu124
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-02-01sw: don't repaint all text frames on selecting and deleting several bulletsMiklos Vajna
2021-01-29remove SwCache bookkeeping from SwModifyBjoern Michaelsen
2021-01-29sw: don't repaint all text frames on turning off a bullet for bullet numberingsMiklos Vajna
2021-01-28sw: don't repaint all text frames on text node delete for bullet numberingsMiklos Vajna
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-24Dont double clear cachesBjoern Michaelsen
2021-01-18Revert "Revert "Move SwFntCache link from SwModify down to SwFormat""Bjoern Michaelsen
2021-01-15Revert "Move SwFntCache link from SwModify down to SwFormat"Stephan Bergmann
2021-01-13Move SwFntCache link from SwModify down to SwFormatBjoern Michaelsen
2021-01-11Revert "Revert "NotifyClients no more""Bjoern Michaelsen
2021-01-09~SwModify: do not silently tolerate clients registered past deathBjoern Michaelsen
2021-01-05Revert "NotifyClients no more"Stephan Bergmann
2021-01-03NotifyClients no moreBjoern Michaelsen
2020-12-24tdf#138136 tdf#38093 add option to treat sub outline levels as contentJim Raykowski
2020-12-10tdf#134626 sw: fix UBSan warning about deleted SwTextFormatCollMichael Stahl
2020-12-08Simplify attribute set definitions a littleMike Kaganski
2020-12-01tdf#134626 assertion in ~SwTextNodeCaolán McNamara