summaryrefslogtreecommitdiff
path: root/sw/source/core/frmedt/tblsel.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-3/+0
2014-05-19WaE: -Wunused-variableThomas Arnhold1-3/+0
2014-05-15coverity#705490 Dereference null return valueCaolán McNamara1-2/+3
2014-04-30sw: sal_Bool->boolNoel Grandin1-33/+33
2014-04-16coverity#735516 Logically dead codeCaolán McNamara1-1/+1
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-3/+0
2014-03-31Typo #elsif -> #elifStephan Bergmann1-1/+1
2014-03-29coverity#735516 Logically dead codeCaolán McNamara1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-19/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-12/+12
2013-12-02Integrate branch of IAccessible2Steve Yin1-2/+7
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-2/+1
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann1-1/+2
2013-10-22Bin useless swmod commentsTor Lillqvist1-1/+1
2013-10-07CID#1078699 keep coverity and nesting test happyCaolán McNamara1-0/+2
2013-10-03CID#1078699 confusing indentCaolán McNamara1-4/+13
2013-05-20sw: convert some usage of Point::X/Y to Point::set/getX/Y, take twoJulien Nabet1-12/+12
2013-05-15Resolves: fdo#64584 revert convert Point::X/Y to Point::set/getX/YCaolán McNamara1-12/+12
2013-05-08sw: convert some usage of Point::X/Y to Point::set/getX/YMiklos Vajna1-12/+12
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-1/+1