summaryrefslogtreecommitdiff
path: root/sw/inc/node.hxx
AgeCommit message (Expand)Author
2022-11-16Fix typoAndrea Gelmini
2022-11-15sw: Run a11y check for all content nodesTomaž Vajngerl
2022-10-22loplugin:unusedmethodsNoel Grandin
2022-10-07use more SwPositionNoel Grandin
2022-09-23add a new SwContentNode::GoNext variantNoel Grandin
2022-09-20add CanJoinNext method that takes a SwPosition*Noel Grandin
2022-08-26make the parameter to SwTableNode::MakeOwnFrames optionalNoel Grandin
2022-08-23asserts unnecessary for SwNode::operator==Noel Grandin
2022-08-17add comparison operators for SwNodeNoel Grandin
2022-08-13pass SwNode instead of SwNodeIndex to SwNode constructorsNoel 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-02-08add template versions of SwContentNode::GetAttrNoel Grandin
2021-12-01sw doc model xml dump: show the format of section nodesMiklos Vajna
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin
2021-09-29expand out SwNodePtr typedefNoel Grandin
2021-06-18loplugin:finalclasses in swNoel Grandin
2021-05-31no need to allocate this separatelyNoel Grandin
2021-05-30std::unique_ptr->std::optionalNoel Grandin
2021-01-29remove SwCache bookkeeping from SwModifyBjoern Michaelsen
2020-11-02move SwCondCollCondChg on top of SfxHintBjoern Michaelsen
2020-11-01Make SwClient::ModifyNotification non-virtualBjoern Michaelsen
2020-11-01sw/source/core/doc: Stop abusing observer pattern for code obfuscation.Bjoern Michaelsen
2020-10-20use tools::Long in swNoel
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara
2020-09-30SwNodes::GetDoc can return a reference insteadCaolán McNamara
2020-09-01tdf#135056 sw_redlinehide: when moving sections to undo nodes-array,Michael Stahl
2020-05-09compact namespace in swNoel Grandin
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2019-11-04loplugin:finalclasses in sw/incNoel Grandin
2019-09-28loplugin:constmethod in swNoel Grandin
2019-09-26source/core/access: no more SwClientBjoern Michaelsen
2019-09-20no more SwClient in sw/source/filter/ww8Bjoern Michaelsen
2019-08-01Fix typosAndrea Gelmini
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann
2019-02-28use the xmlTextWriterPtr typedef consistentlyNoel Grandin
2019-01-09use unique_ptr in SwContentNode::CreateOLENodesArrayNoel Grandin
2018-11-15sw_redlinehide_3: adapt SwCursorShell::GetContentAtPos()Michael Stahl
2018-10-03loplugin:constfields in swNoel Grandin
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl
2018-09-19sw_redlinehide_2: SwContentNode::DelFrames()Michael Stahl
2018-09-19sw: add a real create-no-frames flag to MakeCopy/MakeTextNodeMichael Stahl
2018-09-19sw_redlinehide_2: try to keep the pLastNode updated if it's deleted...Michael Stahl
2018-09-19sw_redlinehide_2: fix ordering of SplitNode usage of ContentIdxStoreMichael Stahl
2018-09-19sw_redlinehide_2: add layout parameter to *Node::DelFramesMichael Stahl
2018-09-19sw: rename SwNode MakeFrame overloadsMichael Stahl
2018-08-16remove mempoolNoel Grandin