summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/tblsel.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-08-04loplugin:constparams in sw part3Noel Grandin1-1/+1
2017-06-22loplugin:unusedfields in sw part4Noel Grandin1-4/+0
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-04-13convert TableMergeErr to scoped enumNoel Grandin1-6/+6
2017-04-12convert SwTableSearchType to o3tl::typed_flagsNoel Grandin1-17/+17
2017-04-10tdf#39468 Translate German comments in swJens Carl1-4/+4
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-2/+2
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-5/+3
2017-01-02sw: prefix members of FndBox_Miklos Vajna1-36/+36
2016-12-08SwRectFnSet: hide pointer-to-(member)function syntaxMike Kaganski1-55/+55
2016-09-23Replace SWRECTFN macro with a classMike Kaganski1-61/+61
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-2/+2
2016-07-04typo: emtpy → emptyChristian Lohmaier1-1/+1
2016-05-19tdf#75757: remove inheritance on vector (SwTableBoxes)Bjoern Michaelsen1-7/+4
2016-04-22Avoid reserved identifiersStephan Bergmann1-41/+41
2016-03-31tdf#84938 convert FRM_ constants to scoped enumNoel Grandin1-2/+2
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin1-4/+2
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-450/+450
2015-11-11new loplugin: memoryvarNoel Grandin1-5/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-38/+38
2015-10-29sw: fix "long" overflow in lcl_CalcWishMichael Stahl1-1/+2
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-09sw: replace boost::ptr_vector with std::vectorMichael Stahl1-2/+1
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-6/+4
2015-09-07sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-12/+11
2015-08-20loplugin: defaultparamsNoel Grandin1-3/+3
2015-08-03sw: inline use-once typedefsNoel Grandin1-3/+1
2015-06-29SwFrm::Calc: use vcl::RenderContextMiklos Vajna1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-9/+9
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-182/+182
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-03Use range-based for loops, better integer types and avoid some castsMatteo Casalin1-20/+21
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-3/+3
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin1-3/+3
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-7/+7
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin1-1/+1
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-6/+4
2015-01-05Resolves: fdo#87003 Kill BOOST_FOREACH on masterNathan Yee1-2/+1
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-19loplugin: cstylecastNoel Grandin1-60/+60
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin1-6/+6
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-2/+2
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-1/+1
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-13/+14
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-2/+2
2014-06-30fdo#80663: sw: fix crash on Undo of table row/column deleteMichael Stahl1-2/+3
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4