summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doclay.cxx
AgeCommit message (Expand)Author
2021-01-04loplugin:stringviewparam: operator +=Stephan Bergmann
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-10-04MakeCopy family never called with a null SwDoc* argCaolán McNamara
2020-09-29SwNodes never passed a null SwDoc*Caolán McNamara
2020-09-14tdf#135623: modified generation of unique fly nameVasily Melenchuk
2020-08-01loplugin:flatten in sw/core/docNoel Grandin
2020-06-10loplugin:buriedassign in swNoel Grandin
2020-04-19loplugin:buriedassign in sw(2)Noel Grandin
2020-03-02speedup sw build a littleNoel Grandin
2020-02-05sw: set uniqe name and style to grouped shapesVasily Melenchuk
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl
2020-02-02std::set->o3tl::sorted_vector in SwDocNoel Grandin
2020-01-20tdf#129582 sw: fix copying of flys in header/footer in DOCX/RTF importMichael Stahl
2020-01-20sw: prefix members of SwEndNoteInfo and SwFootnoteInfoMiklos Vajna
2020-01-10DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-11convert SwLabelType to scoped enumNoel Grandin
2019-12-11convert SwFrameSize to scoped enumNoel Grandin
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen
2019-10-28tdf#125191 Give object copies unique namesJim Raykowski
2019-09-27Resolves: tdf#122487 avoid duplicates when auto-naming drawing objectsCaolán McNamara
2019-09-24Fix typosAndrea Gelmini
2019-09-23IsGroupObject == true doesn't mean its a SdrObjGroupCaolán McNamara
2019-08-20loplugin:constvars in swNoel Grandin
2019-08-07Fix typosAndrea Gelmini
2019-05-09avoid copying when placing items into SfxItemSetNoel Grandin
2019-04-28tdf#120703 PVS: nullptr dereferenceMike Kaganski
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-04-22Resolves: tdf#122487 take groups into accountCaolán McNamara
2019-03-28use unique_ptr for SwFieldTypesNoel Grandin
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen
2019-02-10loplugin:indentation in swNoel Grandin
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin
2018-06-27loplugin:useuniqueptr in SwDocNoel Grandin
2018-06-08sw_redlinehide: trivial GetNode() in docfld.cxx,docfly.cxx,doclay.cxxMichael Stahl
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin
2017-12-20convert RES_FMT constants to TypedWhichIdNoel Grandin
2017-12-19Correct the assertionMike Kaganski
2017-12-03Replace some lists by vectors in sw/doc partJulien Nabet
2017-11-13Fix typosAndrea Gelmini