summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doccomp.cxx
AgeCommit message (Expand)Author
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-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
2017-11-13Replace list by vector vRedlines (sw)Julien Nabet
2017-11-07loplugin:constparams in swNoel Grandin
2017-09-14clang-tidy modernize-use-emplace in swNoel Grandin
2017-08-25tdf#109267 sw: fix confusing return value of AppendRedline()Michael Stahl
2017-08-03loplugin:constparams in sw part1Noel Grandin
2017-07-11loplugin:useuniqueptr in swNoel Grandin
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann
2017-06-02Improved loplugin:redundantcast static_cast handling: swStephan Bergmann
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock
2017-04-12convert SwComparePosition to scoped enumNoel Grandin
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin
2017-03-23Remove unused #include <cctype>Stephan Bergmann
2017-03-22Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann
2017-03-16Clean up integers representing "redline authors"Stephan Bergmann
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2017-03-07tdf#106218 sw: compare document: tweak special handling of EndOfContentMichael Stahl
2017-03-02Complete the transition of SwRedlineTable::size_typeStephan Bergmann
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-26loplugin: unnecessary destructor swNoel Grandin
2017-01-21fix confusing function argumentsJochen Nitschke
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin