summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doclay.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin1-3/+3
2019-04-28tdf#120703 PVS: nullptr dereferenceMike Kaganski1-2/+2
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-7/+7
2019-04-22Resolves: tdf#122487 take groups into accountCaolán McNamara1-10/+34
2019-03-28use unique_ptr for SwFieldTypesNoel Grandin1-2/+2
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-02-10loplugin:indentation in swNoel Grandin1-3/+3
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-1/+1
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin1-11/+11
2018-06-27loplugin:useuniqueptr in SwDocNoel Grandin1-2/+2
2018-06-08sw_redlinehide: trivial GetNode() in docfld.cxx,docfly.cxx,doclay.cxxMichael Stahl1-1/+5
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand1-1/+1
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-4/+4
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-1/+3
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-3/+1
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-1/+3
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-1/+1
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-3/+2
2017-12-20convert RES_FMT constants to TypedWhichIdNoel Grandin1-1/+2
2017-12-19Correct the assertionMike Kaganski1-1/+4
2017-12-03Replace some lists by vectors in sw/doc partJulien Nabet1-2/+2
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-14/+10
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-05-12coverity#1406101 Dereference null return valueCaolán McNamara1-4/+8
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-23/+23
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-6/+6
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin1-2/+2
2017-03-02elide the SwSurround enumNoel Grandin1-2/+2
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin1-9/+10
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/coreBartosz Kosiorek1-2/+0
2016-11-21convert inventorId to scoped enumNoel Grandin1-1/+1
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-2/+2
2016-08-29Convert SwFrameFormats to boost::multi_indexJan-Marek Glogowski1-4/+4
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna1-2/+2
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-2/+2
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-2/+2
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-2/+2
2016-03-09loplugin:constantparam in swNoel Grandin1-1/+1
2016-02-29loplugin:unuseddefaultparam in sw (part3)Noel Grandin1-2/+2
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+4
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-01tdf#88443:percent value fixedOliver Specht1-1/+1
2015-12-01tdf#88443: set relative width to objects with captions except formulasOliver Specht1-1/+13