summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doclay.cxx
AgeCommit message (Expand)Author
2020-09-19tdf#135623: modified generation of unique fly nameVasily Melenchuk
2020-01-21tdf#129582 sw: fix copying of flys in header/footer in DOCX/RTF importMichael Stahl
2020-01-21DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna
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
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-05-12coverity#1406101 Dereference null return valueCaolán McNamara
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin
2017-03-07convert RES_FIELDS to scoped enumNoel Grandin
2017-03-02elide the SwSurround enumNoel Grandin
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/coreBartosz Kosiorek
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin
2016-08-29Convert SwFrameFormats to boost::multi_indexJan-Marek Glogowski
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann