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