summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/section.cxx
AgeCommit message (Expand)AuthorFilesLines
4 hoursSwModify::Add/Remove always derefs argCaolán McNamara1-1/+1
2024-02-16Deduplicate and unify SwNodes::Go(Next|Prev)(Section)Mike Kaganski1-1/+1
2024-02-14tdf#159565 prerequisite: make hidden sections have zero-height framesMike Kaganski1-6/+1
2023-12-29use more concrete UNO types in swNoel Grandin1-1/+1
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski1-1/+1
2023-04-11introduce SwFrameFormat::IsVisible()Bjoern Michaelsen1-25/+17
2023-01-10sw doc model xml dump: show section namesMiklos Vajna1-0/+9
2022-10-17elide some dynamic_cast in writerNoel Grandin1-1/+1
2022-09-26introduce sw::SectionHidden as plain SfxHintBjoern Michaelsen1-26/+21
2022-08-25use SwNode instead of SwNodeIndex in CorrAbs/CorrRelNoel Grandin1-1/+1
2022-08-23use more SwPosition::GetNodeNoel Grandin1-3/+3
2022-08-23use more SwPosition::GetNode in CopyWithFlyInFlyNoel Grandin1-5/+4
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin1-2/+2
2022-08-16pass SwNode and sal_Int32 to delBookmarksNoel Grandin1-1/+1
2022-08-14use more SwPosition::GetNode instead of nNodeNoel Grandin1-1/+1
2022-08-13pass SwNode instead of SwNodeIndex to SwNode constructorsNoel Grandin1-1/+1
2022-08-13pass SwNode to DelFlyInRange instead of SwNodeIndexNoel Grandin1-1/+1
2022-08-12can store this SwNodeRange on the stackNoel Grandin1-10/+10
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-0/+1
2022-08-07make UpdateFootnote take a SwNode, not an SwNodeIndexNoel Grandin1-1/+1
2022-08-07make IsInHeaderFooter take a SwNode, not an SwNodeIndexNoel Grandin1-1/+1
2022-08-04clang-tidy modernize-pass-by-value in swNoel Grandin1-2/+2
2022-07-26elide some temporaries when constructing SwPositionNoel Grandin1-3/+2
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-1/+1
2022-07-21use more concrete UNO classes in writerNoel Grandin1-4/+8
2022-05-05loplugin:unusedvariableplusNoel Grandin1-1/+0
2022-05-05tdf#148299 Don't unmotivatedly mess with spaces in file namesStephan Bergmann1-18/+1
2022-03-02use SfxItemSet::GetItemIfSet in sw/source/core/docnodeNoel Grandin1-16/+11
2022-01-11tdf#146605 sw: try to fix SwSectionFormat notificationsMichael Stahl1-0/+8
2022-01-10sw: stop inheriting SwSectionData::m_bProtectFlag from parent sectionMichael Stahl1-20/+3
2021-12-01sw doc model xml dump: show the format of section nodesMiklos Vajna1-0/+10
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-7/+7
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-08-30tdf#103612 sw: fix confusing inheritance of section hidden flagMichael Stahl1-5/+0
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin1-4/+4
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-1/+1
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-5/+5
2021-03-07loplugin:staticdynamic now with extra saltNoel1-7/+7
2020-12-06SwSectionFormat: Call SwFrameFormat::SwClientNotify instead of ::ModifyBjoern Michaelsen1-4/+4
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+1
2020-11-23section.cxx: Remove remaining SwClientNotifyCallsBjoern Michaelsen1-27/+17
2020-11-22Refactor SwSectionFormat::UpdateParentBjoern Michaelsen1-66/+24
2020-11-12Make SwClientNotifyCall protectedBjoern Michaelsen1-1/+1
2020-11-05retire most of SwModifyBjoern Michaelsen1-5/+5
2020-11-05get rid of long deprecated SwModify::BroadcastModifyBjoern Michaelsen1-20/+13
2020-11-02sw/source/core/undo: ModifyNotification no more ...Bjoern Michaelsen1-2/+1
2020-10-29Section: dont call obsolete ModifyNotification directlyBjoern Michaelsen1-28/+31
2020-10-26Section/SectionFormat: Modify no more ...Bjoern Michaelsen1-4/+14
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-12/+6
2020-09-07sw: prefix members of PaMIntoCursorShellRing, SwDPage, ...Miklos Vajna1-15/+13