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