summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/node.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-18convert ND constants to o3tl::typed_flagsNoel Grandin1-30/+31
2016-11-18includes should be at the top of the fileNoel Grandin1-2/+1
2016-10-19coverity#1371301 Missing move assignment operatorCaolán McNamara1-1/+1
2016-10-12convert PD_ constants to typed_flagsNoel Grandin1-2/+2
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-2/+2
2016-09-21tdf#102233: avoid infinite loop recursion in IsProtect node methodJulien Nabet1-2/+6
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-03-22loplugin:constantparam in swNoel Grandin1-4/+3
2016-03-09loplugin:constantparam in swNoel Grandin1-5/+4
2016-03-04loplugin:unuseddefaultparam in swNoel Grandin1-3/+3
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin1-9/+4
2016-01-21loplugin: unused return valuesNoel Grandin1-2/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-88/+88
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-11new loplugin: memoryvarNoel Grandin1-6/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-70/+70
2015-11-02sw: prefix members of SwContentNodeMiklos Vajna1-9/+9
2015-10-30sw: prefix members of SwNodeMiklos Vajna1-37/+37
2015-10-29sw: prefix members of SwStartNodeMiklos Vajna1-6/+6
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-9/+9
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-11/+11
2015-06-25remove custom RTTI from SwIndexNoel Grandin1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-6/+6
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-241/+241
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-09sw: remove debug codeMichael Stahl1-17/+0
2015-05-09sw: fix assert with frames anchored in redlines on rhbz490395-1.odtMichael Stahl1-0/+47
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-4/+4
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-4/+4
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-3/+3
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-16core/docnode: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-2/+2
2015-03-01Extract SwNode::dumpAsXml() from nodedumpMiklos Vajna1-0/+32
2015-03-01Extract SwStartNode::dumpAsXml() from nodedumpMiklos Vajna1-0/+52
2015-02-18boost->stdCaolán McNamara1-8/+8
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-2/+2
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-3/+5
2014-12-27fdo#84714 ODT export: write <loext:table> inside <draw:custom-shape>Miklos Vajna1-0/+3
2014-11-25loplugin: cstylecastNoel Grandin1-3/+3
2014-11-21do not use sal_uInt16 for indexing stl vectorLuboš Luňák1-5/+5
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-3/+2
2014-11-18loplugin: cstylecastNoel Grandin1-40/+40
2014-11-16sw: convert 'a ? b : sal_False' to 'a && b'Matteo Casalin1-3/+1
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-2/+2