summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/nodes.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-09-29expand out SwNodePtr typedefNoel Grandin1-9/+7
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-2/+2
2021-02-01sw: don't repaint all text frames on selecting and deleting several bulletsMiklos Vajna1-2/+11
2020-12-23Rename sorted_vector::erase(size_t) to erase_atJan-Marek Glogowski1-2/+2
2020-10-20use tools::Long in swNoel1-4/+4
2020-10-13static_cast after dynamic_castNoel1-3/+2
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara1-3/+3
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-18/+18
2020-09-30SwNodes::GetDoc can return a reference insteadCaolán McNamara1-24/+23
2020-09-29SwNodes never passed a null SwDoc*Caolán McNamara1-5/+3
2020-09-01tdf#135056 sw_redlinehide: when moving sections to undo nodes-array,Michael Stahl1-1/+6
2020-08-29Fix typosAndrea Gelmini1-1/+1
2020-08-01loplugin:flatten in sw/core/docnodeNoel Grandin1-42/+44
2020-06-19tdf#132326 sw_redlinehide: no frames allowed in Undo SwNodesArrayMichael Stahl1-1/+5
2020-05-29loplugin:simplifybool in swNoel Grandin1-6/+6
2019-11-26sw: remove SwNodes::CheckNodesRange()Michael Stahl1-34/+9
2019-11-26sw: document CheckNodesRange functionsMichael Stahl1-2/+2
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-3/+1
2019-08-07Fix typosAndrea Gelmini1-3/+3
2019-07-29sw: SwSttNdPtrs -> SwStartNodePointersMiklos Vajna1-4/+4
2019-04-26sw: trivial OSL_FAIL to assert in nodes.cxxMichael Stahl1-5/+5
2019-03-12UNO SwTextTable: uso SvtListener instead of SwClientBjoern Michaelsen1-3/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-3/+3
2018-11-16loplugin:buriedassign in swNoel Grandin1-1/+4
2018-11-16Fix typosAndrea Gelmini1-2/+2
2018-11-15sw_redlinehide_3: remove dubious fallback code from SwNodes::ChgNode()Michael Stahl1-9/+0
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-19sw: add a real create-no-frames flag to MakeCopy/MakeTextNodeMichael Stahl1-5/+2
2018-09-19sw_redlinehide_2: fix ordering of SplitNode usage of ContentIdxStoreMichael Stahl1-2/+2
2018-09-19sw_redlinehide_2: add layout parameter to *Node::DelFramesMichael Stahl1-5/+5
2018-09-19sw: rename SwNode MakeFrame overloadsMichael Stahl1-7/+7
2018-09-17New loplugin:externalStephan Bergmann1-2/+2
2018-05-03Fix: nNodeCnt could be set to negative valueSerge Krot1-4/+4
2018-04-05Translate German variable namesJohnny_M1-91/+91
2018-04-04loplugin:useuniqueptr in SwNodesNoel Grandin1-6/+6
2017-12-20Remove unnecessary nested block levelTor Lillqvist1-42/+40
2017-12-11Fix typos and grammarIlmari Lauhakangas1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-10-03new loplugin:blockblockNoel Grandin1-28/+26
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M1-3/+3
2017-08-03loplugin:constparams in sw part2Noel Grandin1-1/+1
2017-07-13improve useuniqueptr loplugin to find arraysNoel Grandin1-1/+1
2017-07-07Revert "use std::vector in BigPtrArray"Noel Grandin1-1/+1
2017-07-02loplugin:casttovoid: swStephan Bergmann1-1/+0
2017-06-28use std::vector in BigPtrArrayNoel Grandin1-1/+1
2017-06-27use std::array in BlockInfoNoel Grandin1-2/+2
2017-06-27inline ElementPtrNoel Grandin1-3/+3