summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/docsort.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-01loplugin:flatten in sw/core/docNoel Grandin1-11/+11
2020-06-15sw: prefix members of FlatFndBox, SwLayoutCache, SwNode2Layout and ...Miklos Vajna1-28/+28
2020-06-10loplugin:buriedassign in swNoel Grandin1-1/+4
2020-05-24inline some use-once typedefsNoel Grandin1-5/+2
2020-04-19loplugin:buriedassign in sw(2)Noel Grandin1-5/+11
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann1-8/+0
2019-12-11convert SwSortDirection to scoped enumNoel Grandin1-5/+5
2019-12-11convert SwSortOrder to scoped enumNoel Grandin1-1/+1
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-3/+0
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-5/+5
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