summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/tblcpy.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-20use tools::Long in swNoel1-1/+1
2020-08-01loplugin:flatten in sw/core/docNoel Grandin1-118/+118
2020-06-10loplugin:buriedassign in swNoel Grandin1-2/+4
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-4/+1
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl1-1/+1
2019-03-28use unique_ptr in SwTable::InsTableNoel Grandin1-7/+6
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-2/+1
2018-11-14Simplify containers iterations in sw/source/core/[d-l]*Arkadiy Illarionov1-24/+11
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-07-29Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-2/+2
2017-12-27ofz#4813: Direct-leakCaolán McNamara1-2/+2
2017-12-03Replace some lists by vectors in sw/doc partJulien Nabet1-3/+2
2017-11-27loplugin:countusersofdefaultparams in sw (2)Noel Grandin1-2/+2
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-2/+2
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-2/+2
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-5/+4
2016-12-15tdf#104554: fix iterator calculusJulien Nabet1-1/+0
2016-11-21Revert "Revert "std::list<sal_uLong> to deque""Julien Nabet1-2/+3
2016-10-18Revert "std::list<sal_uLong> to deque"Caolán McNamara1-2/+1
2016-09-01std::list<sal_uLong> to dequeNoel Grandin1-1/+2
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-1/+1
2016-05-19tdf#75757: remove inheritance on vector (SwTableBoxes)Bjoern Michaelsen1-2/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-24/+24
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-4/+2
2016-04-12clang-tidy performance-unnecessary-value-param in swNoel Grandin1-3/+3
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-7/+7
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-18/+18
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna1-3/+3
2015-10-02tdf#94205 Use o3tl::make_unique instead of new + std::movebureken1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-11/+15
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-10/+10
2015-08-20loplugin: defaultparamsNoel Grandin1-5/+5
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-108/+108
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-05Reduce scope and improve readabilityMatteo Casalin1-7/+6
2015-04-05Use +=Matteo Casalin1-4/+3
2015-04-05Use more proper integer types and range-for loopsMatteo Casalin1-49/+41
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-3/+2
2014-11-23kill some follow-up dead initsBjoern Michaelsen1-3/+1
2014-11-21dead init (clang)Bjoern Michaelsen1-2/+1
2014-11-18loplugin: cstylecastNoel Grandin1-1/+1
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-4/+4