summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/node.cxx
AgeCommit message (Expand)Author
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-09-27pass SwAttrSet around explicitlyNoel Grandin
2023-09-01remove AUTOFMT_DOCNODEBjoern Michaelsen
2023-08-23tdf#156116 - A11Y - fix object name does not update in accessibility sidebarBalazs Varga
2023-08-09tdf#147938 sw_redlinehide: move fix into SwNodes::UndoTableOfText()Michael Stahl
2023-08-04tdf#147938 sw_redlinehide: fix undo of table to textMichael Stahl
2023-05-24sw: fix crash in SwNode::GetFlyFormat()Xisco Fauli
2023-04-28Revert "Revert "introduce sw::SpzFrameFormat ...""Bjoern Michaelsen
2023-04-27Revert "introduce sw::SpzFrameFormat ..."Stephan Bergmann
2023-04-24introduce sw::SpzFrameFormat ...Bjoern Michaelsen
2023-04-11introduce SwFrameFormat::IsVisible()Bjoern Michaelsen
2023-02-15SwContentNode: assert on dead codeBjoern Michaelsen
2022-11-25tdf#141438 Clean old comments //FEATURE::CONDCOLLBogdan B
2022-11-24add SwFormatAnchor::GetAnchorNode methodNoel Grandin
2022-11-18sw: handle joining and splitting nodes for online a11y checkTomaž Vajngerl
2022-10-30tdf#126788 fetch node index once hereNoel Grandin
2022-09-25tdf#144939: fix chapter numbering updatesBjoern Michaelsen
2022-09-23add a new SwContentNode::GoNext variantNoel Grandin
2022-09-20add CanJoinNext method that takes a SwPosition*Noel Grandin
2022-08-30SAL_WARN->SAL_INFO in SwContentNode::ChkCondCollNoel Grandin
2022-08-23use more SwPosition::GetNodeNoel Grandin
2022-08-13pass SwNode instead of SwNodeIndex to SwNode constructorsNoel Grandin
2022-08-06make SeekEntry take a SwNode, not an SwNodeIndexNoel Grandin
2022-08-02introduce SwPosition::GetNodeNoel Grandin
2022-07-26convert CRSR_SKIP_* to typed enumNoel Grandin
2022-07-25rename SwIndex->SwContentIndexNoel Grandin
2022-07-25SwIndex/SwIndexReg is only used to deal with SwContentNodesNoel Grandin
2022-06-10sw doc model xml dump: show table row propertiesMiklos Vajna
2022-05-17tdf#148461 sw_redlinehide: fix assert in SwContentNode::DelFrames()Michael Stahl
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen
2022-03-02use SfxItemSet::GetItemIfSet in sw/source/core/docnodeNoel Grandin
2022-02-22Fix typosAndrea Gelmini
2022-02-08add template versions of SwContentNode::GetAttrNoel Grandin
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2021-12-01sw doc model xml dump: show the format of section nodesMiklos Vajna
2021-11-05tdf#134294: fix Chapter heading updatesBjoern Michaelsen
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-10-16Simplify vector initialization in swJulien Nabet
2021-10-10use SfxItemSetFixed in swNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-05tdf#144304 Fix crashes from "speedup dynamic_cast to SwTextFrame"Aron Budea
2021-08-31fix crash in select-allNoel Grandin
2021-08-28speedup dynamic_cast to SwTextFrameNoel Grandin
2021-08-05sw: use more StaticWhichCast() in source/core/docnode/Miklos Vajna
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin
2021-05-31no need to allocate this separatelyNoel Grandin
2021-05-30std::unique_ptr->std::optionalNoel Grandin
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara