summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/tblrwcl.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-10cppcheck: clarifyConditionJochen Nitschke1-2/+5
2016-10-04loplugin:countusersofdefaultparams in swNoel Grandin1-1/+1
2016-09-23Replace SWRECTFN macro with a classMike Kaganski1-2/+2
2016-09-08loplugin:constantparam in swNoel Grandin1-2/+2
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin1-3/+3
2016-06-27loplugin:singlevalfields in sw(part3)Noel Grandin1-5/+3
2016-05-19tdf#75757: remove inheritance on vector (SwTableBoxes)Bjoern Michaelsen1-14/+14
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-105/+105
2016-04-01loplugin:constantparam in swNoel Grandin1-5/+4
2016-03-31loplugin:constantparam in swNoel Grandin1-2/+2
2016-03-22loplugin:constantparam in swNoel Grandin1-6/+5
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin1-4/+2
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-4/+16
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-219/+219
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-5/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-67/+67
2015-10-27sw: prefix members of SwTableFormulaUpdateMiklos Vajna1-2/+2
2015-10-19sw: prefix members of SwTableMiklos Vajna1-47/+47
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-10-01sw: convert this sal_uLongMichael Stahl1-2/+2
2015-10-01sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-11/+16
2015-09-29coverity#1325054 Explicit null dereferencedCaolán McNamara1-1/+1
2015-09-27sw table styles: Insert column, split table, delete row/column.Jan Holesovsky1-0/+4
2015-09-27sw table styles: Implement table styles in Writer.Jan Holesovsky1-0/+5
2015-09-13boost->stdCaolán McNamara1-6/+4
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-27/+27
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-35/+53
2015-09-07sw: erroneous vector assignment in SwTable::OldMerge()Michael Stahl1-6/+4
2015-08-20loplugin: defaultparamsNoel Grandin1-3/+3
2015-08-03sw: inline use-once typedefsNoel Grandin1-3/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-07-04Fix typosAndrea Gelmini1-2/+2
2015-06-02loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-3/+3
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-563/+563
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-4/+4
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann1-1/+1
2015-04-05Use more proper integer types and range-for loops, reduce scopeMatteo Casalin1-117/+104
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-10/+10
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-13/+13
2015-03-25rename IsLastDepend HasOnlyOneListenerBjoern Michaelsen1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-2/+2
2015-03-16core: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-1/+1
2015-03-16core/doc: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-2/+2
2015-01-26coverity#1266449 Explicit null dereferencedCaolán McNamara1-1/+1