summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doccomp.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-08-03loplugin:constparams in sw part1Noel Grandin1-1/+1
2017-07-11loplugin:useuniqueptr in swNoel Grandin1-69/+33
2017-06-26fdo#43157 convert OSL_ASSERT to assert in sw/source/coreBernhard Widl1-2/+2
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin1-4/+4
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-3/+3
2017-06-02Improved loplugin:redundantcast static_cast handling: swStephan Bergmann1-1/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-2/+2
2017-05-07tdf#43157: convert sw module away from OSL_ASSERT to assertChris Sherlock1-2/+2
2017-04-12convert SwComparePosition to scoped enumNoel Grandin1-9/+9
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin1-3/+1
2017-03-23Remove unused #include <cctype>Stephan Bergmann1-1/+0
2017-03-22Use rtl::isAscii* instead of ctype.h is* with sal_Unicode argStephan Bergmann1-2/+2
2017-03-16Clean up integers representing "redline authors"Stephan Bergmann1-1/+2
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-4/+4
2017-03-07tdf#106218 sw: compare document: tweak special handling of EndOfContentMichael Stahl1-0/+22
2017-03-02Complete the transition of SwRedlineTable::size_typeStephan Bergmann1-2/+2
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin1-11/+8
2017-01-26loplugin: unnecessary destructor swNoel Grandin1-5/+0
2017-01-21fix confusing function argumentsJochen Nitschke1-2/+2
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin1-9/+8
2017-01-09New loplugin:externvar: swStephan Bergmann1-1/+2
2016-11-29convert ND constants to o3tl::typed_flagsNoel Grandin1-19/+24
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-08loplugin:constantparam in swNoel Grandin1-2/+2
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-20/+20
2016-08-25loplugin:countusersofdefaultparamsNoel Grandin1-1/+1
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin1-1/+1
2016-08-15convert SvxCompareMode to scoped enumNoel Grandin1-5/+6
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-12/+12
2016-06-16Remove the :: prefix in ::std for swMark Page1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-2/+2
2016-03-22loplugin:constantparam in swNoel Grandin1-2/+2
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-12/+37
2016-02-09Formatting changes across all modulesChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-20/+20
2015-10-15cppcheck:variableScopeNoel Grandin1-1/+1
2015-10-13loplugin:mergeclass, merge CompareLine with SwCompareLineNoel Grandin1-49/+28
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-13/+13
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-4/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-88/+88
2015-05-05loplugin:staticmethodsNoel Grandin1-6/+6
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-4/+4
2015-01-25Use more proper integer typesMatteo Casalin1-6/+5