summaryrefslogtreecommitdiff
path: root/sw/source/core/docnode/ndsect.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-4/+4
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+0
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-3/+3
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-08-29Adapt loplugin:stringconstant to improved OUStringLiteral1Stephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-1/+1
2016-04-12Avoid reserved identifierStephan Bergmann1-2/+2
2016-03-09loplugin:constantparam in swNoel Grandin1-7/+6
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-49/+49
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-33/+33
2015-10-30sw: prefix members of SwNodeMiklos Vajna1-3/+3
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-02loplugin:unusedmethodsNoel Grandin1-30/+0
2015-08-20loplugin: defaultparamsNoel Grandin1-4/+4
2015-08-14sw: use std::unique_ptr in docnodeMiklos Vajna1-2/+2
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-173/+173
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-6/+6
2015-05-03tdf#89783: sal_uInt16 replacement by size_t: sectionsVasily Melenchuk1-2/+2
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-1/+1
2015-04-12Use more proper types and range-for loopsMatteo Casalin1-8/+6
2015-04-12Reduce scope and make code more readableMatteo Casalin1-6/+13
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-8/+8
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+2
2014-11-18loplugin: cstylecastNoel Grandin1-12/+12
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-5/+5
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-09do not bother with nice unique names during mailmergeLuboš Luňák1-0/+11
2014-11-09actually use return value of GetUniqueSectionName() in SwDoc::UpdateSection()Luboš Luňák1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-4/+4
2014-09-06Use size_t consistently, constify, reduce scopeMatteo Casalin1-1/+1
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-4/+5
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-6/+7
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-7/+7
2014-08-07Avoid unnecessary illegal downcasts from SwFrmFmt to SwSectionFmtStephan Bergmann1-3/+2
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-4/+4
2014-07-15Refactored IDocumentLinksAdministration out of SwDoc.Valentin Kettner1-6/+6
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-0/+1
2014-06-19Prevent null pointer dereferenceStephan Bergmann1-1/+4
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-10/+10