summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docfmt.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-01sw/source/core/doc: Stop abusing observer pattern for code obfuscation.Bjoern Michaelsen1-2/+2
2020-10-28std::set->o3tl::sorted_vector in swNoel Grandin1-2/+2
2020-10-20use tools::Long in swNoel1-1/+1
2020-10-05SwUndoParagraphSigning never passed null SwDoc*Caolán McNamara1-11/+11
2020-10-05SwUndoDelete::CanGrouping never passed a null SwDoc*Caolán McNamara1-1/+1
2020-10-04DocxTableStyleExport never passed a null SwDoc*Caolán McNamara1-1/+1
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-3/+3
2020-09-15tdf#135682 sw: fix lost selection-all when doc starts with tableMiklos Vajna1-0/+1
2020-08-01loplugin:flatten in sw/core/docNoel Grandin1-34/+34
2020-07-29replace and drop MiscCfgCaolán McNamara1-2/+2
2020-07-21sw: generate unique style name for table box and line framesVasily Melenchuk1-0/+2
2020-04-19loplugin:buriedassign in sw(2)Noel Grandin1-21/+26
2020-03-02speedup sw build a littleNoel Grandin1-0/+6
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin1-1/+1
2020-01-22sw doc model xml dump: show all compat flagsMiklos Vajna1-0/+2
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-13/+0
2019-10-31sw: copy bookmarks in SwDoc::CopyPageDescHeaderFooterImpl()Michael Stahl1-0/+4
2019-10-22loplugin:constantparamNoel Grandin1-1/+1
2019-10-21Related: tdf#124770 sw doc model xml dump: handle page descriptionsMiklos Vajna1-0/+1
2019-10-10remove redundant empty checkJohn Zhang1-8/+5
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski1-6/+2
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-9/+3
2019-09-22Simplify item set creationMike Kaganski1-14/+4
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin1-1/+1
2019-07-22cid#1448262 Dereference before null checkCaolán McNamara1-1/+1
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl1-1/+1
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-2/+2
2019-05-22New loplugin:dataStephan Bergmann1-1/+1
2019-04-20simplify SfxPoolItemArray_Impl (tdf#81765 related)Noel Grandin1-10/+9
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+1
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-1/+1
2019-03-04Revert "new loplugin typedefparam"Noel Grandin1-1/+1
2019-03-04new loplugin typedefparamNoel Grandin1-1/+1
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-10/+9
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-14crashtesting: intermittent threaded crashCaolán McNamara1-9/+11
2018-12-01sw_redlinehide_4a: SwAutoFormat iterates frames, not nodesMichael Stahl1-0/+3
2018-12-01sw_redlinehide_4a: SwEditShell::IsMoveLeftMargin(), MoveLeftMargin()Michael Stahl1-1/+4
2018-12-01sw_redlinehide_4a: adapt SwEditShell::ResetAttr()Michael Stahl1-4/+14
2018-12-01sw_redlinehide_4a: adapt SwEditShell::SetTextFormatColl()Michael Stahl1-2/+16
2018-12-01sw: rename to SwTextNode::GetParaAttr(), at least that's uniqueMichael Stahl1-1/+1
2018-11-16loplugin:buriedassign in swNoel Grandin1-1/+4
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-2/+1
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin1-50/+42
2018-09-14loplugin:useuniqueptr in SwDoc::CopyPageDescHeaderFooterImplNoel Grandin1-6/+5
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-27loplugin:useuniqueptr in SwDocNoel Grandin1-15/+15
2018-04-12sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-03-07use more Color in swNoel Grandin1-1/+1
2018-02-05TypedWhichId in sw(1)Noel Grandin1-1/+1