summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfmt.cxx
AgeCommit message (Expand)Author
2020-09-16tdf#135682 sw: fix lost selection-all when doc starts with tableMiklos Vajna
2020-08-23sw: generate unique style name for table box and line framesVasily Melenchuk
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen
2019-10-31sw: copy bookmarks in SwDoc::CopyPageDescHeaderFooterImpl()Michael Stahl
2019-10-22loplugin:constantparamNoel Grandin
2019-10-21Related: tdf#124770 sw doc model xml dump: handle page descriptionsMiklos Vajna
2019-10-10remove redundant empty checkJohn Zhang
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-09-22Simplify item set creationMike Kaganski
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-07-22cid#1448262 Dereference before null checkCaolán McNamara
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin
2019-05-22New loplugin:dataStephan Bergmann
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-03-04Revert "new loplugin typedefparam"Noel Grandin
2019-03-04new loplugin typedefparamNoel 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-14crashtesting: intermittent threaded crashCaolán McNamara
2018-12-01sw_redlinehide_4a: SwAutoFormat iterates frames, not nodesMichael Stahl
2018-12-01sw_redlinehide_4a: SwEditShell::IsMoveLeftMargin(), MoveLeftMargin()Michael Stahl
2018-12-01sw_redlinehide_4a: adapt SwEditShell::ResetAttr()Michael Stahl
2018-12-01sw_redlinehide_4a: adapt SwEditShell::SetTextFormatColl()Michael Stahl
2018-12-01sw: rename to SwTextNode::GetParaAttr(), at least that's uniqueMichael Stahl
2018-11-16loplugin:buriedassign in swNoel Grandin
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin
2018-09-14loplugin:useuniqueptr in SwDoc::CopyPageDescHeaderFooterImplNoel Grandin
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-06-27loplugin:useuniqueptr in SwDocNoel Grandin
2018-04-12sw: fix some IWYU warningsMiklos Vajna
2018-03-07use more Color in swNoel Grandin
2018-02-05TypedWhichId in sw(1)Noel Grandin
2018-01-30loplugin:unused-returns in swNoel Grandin
2017-12-25coverity#1426945 Unchecked dynamic_castCaolán McNamara
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin
2017-12-20convert RES_FMT constants to TypedWhichIdNoel Grandin
2017-11-30TypedWhichId for RES_PARAATR constantsNoel Grandin
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-08-07tdf#39468: Translate some random German comments and termsJens Carl
2017-08-03loplugin:constparams in sw part2Noel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann