summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/node.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-26/+26
2021-01-29remove SwCache bookkeeping from SwModifyBjoern Michaelsen1-37/+11
2021-01-11Revert "Revert "NotifyClients no more""Bjoern Michaelsen1-2/+2
2021-01-05Revert "NotifyClients no more"Stephan Bergmann1-2/+2
2021-01-03NotifyClients no moreBjoern Michaelsen1-2/+2
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+1
2020-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl1-1/+1
2020-11-12replace RES_GRF_REREAD_AND_INCACHE with sw::GrfRereadAndInCacheHintBjoern Michaelsen1-5/+1
2020-11-05retire most of SwModifyBjoern Michaelsen1-2/+2
2020-11-02move SwCondCollCondChg on top of SfxHintBjoern Michaelsen1-8/+15
2020-11-01move UpdateAttr sanity check to DBG_UTILBjoern Michaelsen1-0/+4
2020-11-01sw/source/core/doc: Stop abusing observer pattern for code obfuscation.Bjoern Michaelsen1-6/+25
2020-10-29move ClientNotifyAttrChg to calbck.hxx ...Bjoern Michaelsen1-23/+5
2020-10-20use tools::Long in swNoel1-1/+1
2020-10-05sw: improve comments, dump rowspan to nodes.xmlMichael Stahl1-0/+2
2020-09-30loplugin:reducevarscope in swNoel1-1/+1
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-45/+41
2020-09-30SwNodes::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-08-01loplugin:flatten in sw/core/docnodeNoel Grandin1-91/+91
2020-06-10loplugin:buriedassign in swNoel Grandin1-5/+10
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-05-13sw doc model xml dump: show wrap polygon of graphic nodesMiklos Vajna1-0/+37
2020-04-03(related: tdf#130685) sw_redlinehide: fix update of pLastNode/pParaPropsNodeMichael Stahl1-0/+2
2020-03-04tdf#130680 sw_redlinehide: fix crash in SwUndoDeleteMichael Stahl1-7/+18
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-09Fix typoAndrea Gelmini1-1/+1
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-1/+1
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-2/+0
2019-09-26source/core/access: no more SwClientBjoern Michaelsen1-5/+6
2019-08-13sw doc model xml dump: improve OLE node handlingMiklos Vajna1-3/+1
2019-08-09tdf#118699 sw_redlinehide: need some more changes to use the last nodeMichael Stahl1-2/+18
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-6/+4
2019-02-22sw btlr writing mode shell: fix up/down cursor travellingMiklos Vajna1-1/+3
2019-01-09use unique_ptr in SwContentNode::CreateOLENodesArrayNoel Grandin1-3/+3
2018-11-26tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-15sw_redlinehide_3: move assert in SwContentNode::DelFrames()Michael Stahl1-2/+2
2018-11-15sw_redlinehide_3: adapt SwCursorShell::GetContentAtPos()Michael Stahl1-14/+31
2018-11-14Simplify containers iterations in sw/source/core/[d-l]*Arkadiy Illarionov1-7/+4
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-15tdf#118049 tdf#118833 tdf#118725: Fix some SwDepend regressionsBjoern Michaelsen1-1/+3
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-8/+17
2018-09-19sw_redlinehide_2: SwContentNode::DelFrames()Michael Stahl1-17/+20
2018-09-19sw_redlinehide_2: try to keep the pLastNode updated if it's deleted...Michael Stahl1-4/+21
2018-09-19sw_redlinehide_2: check merge flag in various MakeFramesMichael Stahl1-0/+5
2018-09-19sw_redlinehide_2: add layout parameter to *Node::DelFramesMichael Stahl1-4/+6
2018-09-19sw_redlinehide_2: SwContentNode::DelFrames(): ignore merged...Michael Stahl1-2/+11
2018-09-19sw: rename SwNode MakeFrame overloadsMichael Stahl1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-9/+9
2018-08-07sw doc model xml dump: handle frame format of table boxesMiklos Vajna1-0/+7