summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doccomp.cxx
AgeCommit message (Expand)Author
2021-05-26fix leak of SwCompareLine in CompareDataNoel Grandin
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-11-03Avoid UBSan pointer-overflowStephan Bergmann
2020-10-20use tools::Long in swNoel
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara
2020-08-01loplugin:flatten in sw/core/docNoel Grandin
2020-05-29loplugin:simplifybool in swNoel Grandin
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-19loplugin:buriedassign in sw(3)Noel Grandin
2020-04-06sw: prefix members of LineArrayComparator, SwCompareLine, SwUndoCompDoc ...Miklos Vajna
2020-03-30sw: prefix members of Compare::MovedData, CompareData, Hash and ...Miklos Vajna
2020-03-23sw: prefix members of ArrayComparator, CommonSubseq, CompareSequence and ...Miklos Vajna
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2020-03-02speedup sw build a littleNoel Grandin
2020-02-27tdf#130960 compare documents does not workNoel Grandin
2020-02-05sw: convert CopyRange boolean parameters to enumMichael Stahl
2020-02-03loplugin:constantparamNoel Grandin
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-24loplugin:makeshared in swNoel Grandin
2020-01-10DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna
2019-12-23sal_Char->char in swNoel Grandin
2019-12-11convert SectionType to scoped enumNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen
2019-10-10More loplugin:redundantpointeropsStephan Bergmann
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl
2019-06-20tdf#125660 sw_redlinehide: don't create redlines for GrfNode/OLENodeMichael Stahl
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin
2019-05-22New loplugin:dataStephan Bergmann
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-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-16loplugin:buriedassign in swNoel Grandin
2018-11-15sw_redlinehide_3: pass layout into SwTextNode::GetExpandText()Michael Stahl
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin
2018-10-03loplugin:constfields in swNoel Grandin
2018-09-12loplugin:simplifyconstruct in swNoel Grandin
2018-09-12loplugin:useuniqueptr in CompareNoel Grandin
2018-06-13loplugin:unusedfields only-used-in-constructor in swNoel Grandin
2018-03-29loplugin:useuniqueptr in CompareDataNoel Grandin
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-24loplugin:countusersofdefaultparams in sw (1)Noel Grandin
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann