summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docsort.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-3/+2
2018-11-28loplugin:unusedfields in swNoel Grandin1-3/+0
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen1-0/+1
2018-11-14Simplify containers iterations in sw/source/core/[d-l]*Arkadiy Illarionov1-8/+8
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin1-3/+3
2018-09-19sw: disambiguate SwNode2LayoutMichael Stahl1-1/+1
2018-07-30loplugin:stringloop in swNoel Grandin1-3/+3
2018-06-13loplugin:unusedfields only-used-in-constructor in swNoel Grandin1-2/+1
2017-12-27ofz#4813: Direct-leakCaolán McNamara1-1/+1
2017-12-02Get rid of the css::util::NumberFormat::TEXT abuse as "special" "key"Eike Rathke1-1/+1
2017-11-07loplugin:constparams in swNoel Grandin1-1/+1
2017-10-27Use LocaleDataWrapper::stringToDouble() in StrToDouble, tdf#81671Eike Rathke1-4/+1
2017-10-20use std::unique_ptr in SwSortOptionsNoel Grandin1-1/+1
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-3/+5
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-2/+2
2017-06-15cid#1412761,1412762: Avoid signed intermediary resultsStephan Bergmann1-1/+1
2017-06-15use std::unique_ptr in FlatFndBoxNoel Grandin1-8/+4
2017-06-14Use vector<unique_ptr> for FlatFndBox::ppItemSetsStephan Bergmann1-9/+8
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-3/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-6/+3
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-1/+1
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: swStephan Bergmann1-1/+2
2016-11-23tdf#42949 Remove unused uno headers from /sw/source/coreBartosz Kosiorek1-2/+0
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-1/+1
2016-06-16Remove the :: prefix in ::std for swMark Page1-2/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-24/+24
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-9/+22
2016-01-19loplugin:unusedmethods in sw/Noel Grandin1-5/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-29/+29
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna1-1/+1
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-17/+21
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-17/+17
2015-08-20loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-27sw: replace boost::ptr_multiset with std::multisetMichael Stahl1-8/+6
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-74/+74
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-3/+3
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin1-2/+2
2015-03-01Use more proper integer types and range-for loopsMatteo Casalin1-26/+22
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-1/+1
2015-01-28remove unused typedefsNoel Grandin1-1/+0
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-1/+1