summaryrefslogtreecommitdiff
path: root/sw/source/core/txtnode/atrftn.cxx
AgeCommit message (Expand)Author
2023-09-18use more concrete UNO types in swNoel Grandin
2023-03-29loplugin:stringadd in swNoel Grandin
2023-01-23sw doc model xml dump: show endnote info about footnote formatsMiklos Vajna
2022-11-25tdf#141438 Clean old comments //FEATURE::CONDCOLLBogdan B
2022-10-31tdf#126788 return concrete type from CreateXTextRangeNoel Grandin
2022-09-29use more SwPosition::AdjustContentNoel Grandin
2022-08-23use more SwPosition::GetNode in CopyWithFlyInFlyNoel Grandin
2022-08-10unique_ptr->optional in SwTextFootnoteNoel Grandin
2022-08-07make SwNodeIndex constructors explicitNoel Grandin
2022-08-07make UpdateFootnote take a SwNode, not an SwNodeIndexNoel Grandin
2022-08-06make MakeTextSection take a SwNode, not an SwNodeIndexNoel Grandin
2022-07-21use more concrete UNO classes in writerNoel Grandin
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara
2021-02-09sw doc model xml dump: show more details of SwTextFootnoteMiklos Vajna
2021-01-11Revert "Revert "NotifyClients no more""Bjoern Michaelsen
2021-01-05Revert "NotifyClients no more"Stephan Bergmann
2021-01-03NotifyClients no moreBjoern Michaelsen
2020-12-06SwFormatFootname: Modify no moreBjoern Michaelsen
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-11-05retire most of SwModifyBjoern Michaelsen
2020-11-05Ensure no class directly derives from SwModifyBjoern Michaelsen
2020-10-31Remove remaining ModifyNotifications on TextNodeBjoern Michaelsen
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara
2020-09-30SwNodes::GetDoc can return a reference insteadCaolán McNamara
2020-08-14loplugin:simplifybool moreNoel Grandin
2020-07-31loplugin:flatten in sw/core/txtnodeNoel Grandin
2020-06-10loplugin:buriedassign in swNoel Grandin
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-01-20sw: prefix members of SwEndNoteInfo and SwFootnoteInfoMiklos Vajna
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-02tdf#42949 Fix IWYU warnings in sw/source/core/[o-t]*/*cxxGabor Kelemen
2019-10-28tdf#121441 improve DOCX footnote importJan-Marek Glogowski
2019-10-22loplugin:constantparamNoel Grandin
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl
2018-12-18sw_redlinehide_4b: FrameMode::Existing is not idempotentMichael Stahl
2018-11-15sw_redlinehide_3: adapt SwFormatFootnote::GetFootnoteText()Michael Stahl
2018-11-15sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl
2018-11-15sw_redlinehide_3: invalidate footnotes in UnHideRedlinesMichael Stahl
2018-11-15sw_redlinehide_3: use appropriate footnote number in text formattingMichael Stahl
2018-11-15sw_redlinehide_3: add second footnote numberMichael Stahl
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov
2018-09-19sw_redlinehide_2: fix use-after-free in SwFootnoteFrameMichael Stahl
2018-06-08sw_redlinehide: use unwrapping SwIterator when iterating SwTextNodeMichael Stahl
2018-02-28Fix some IWYU warningsMiklos Vajna
2018-02-20sw: DELETEZ to unique_ptr in SwTextFootnoteMichael Stahl
2017-08-04loplugin:constparams in sw part4Noel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann