summaryrefslogtreecommitdiff
path: root/sw/source/core/table/swtable.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-01-19Resolves: tdf#106322 keep original cell content when assigning number formatEike Rathke1-2/+25
2016-10-20loplugin:expandablemethodds in sw(part1)Noel Grandin1-1/+1
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek1-1/+1
2016-09-08loplugin:constantparam in swNoel Grandin1-2/+2
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann1-2/+2
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-1/+1
2016-06-16Remove the :: prefix in ::std for swMark Page1-1/+1
2016-05-23loplugin:unusedmethods in swNoel Grandin1-9/+0
2016-05-19tdf#75757: remove inheritance on vector (SwTableBoxes)Bjoern Michaelsen1-5/+3
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-9/+9
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-107/+107
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-6/+0
2015-11-11remove IsInDocDTOR() as a public memberBjoern Michaelsen1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-66/+66
2015-10-28sw: prefix members of SwTableBoxMiklos Vajna1-33/+33
2015-10-27sw: prefix members of SwTableLineMiklos Vajna1-5/+5
2015-10-19sw: prefix members of SwTableMiklos Vajna1-30/+30
2015-09-28sw table styles: Kill useless SwTableBox_Impl.Jan Holesovsky1-80/+44
2015-09-27sw table styles: Direct formatting takes precedence over table style.Jan Holesovsky1-3/+6
2015-09-27sw table styles: Insert column, split table, delete row/column.Jan Holesovsky1-0/+1
2015-09-24translate DE->EN, fix typoNicolas Christener1-2/+2
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-6/+6
2015-06-01Use o3tl::make_unique<>Miklos Vajna1-1/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-405/+405
2015-05-17tdf#90883 WRITER: Insert button with multiple rows/columns selectedPhilippe Jung1-0/+25
2015-05-12sw: Rename some variables.Jan Holesovsky1-2/+2
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-24sw: -Werror=sign-compareMiklos Vajna1-4/+4
2015-04-08convert SHADOW_ constants to enum classNoel Grandin1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-2/+2
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-5/+5
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-16core: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-7/+7
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin1-8/+4
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-11/+11
2015-01-24long should be fine hereMatteo Casalin1-4/+4
2015-01-24Group common code (multiplication/division/type conversion)Matteo Casalin1-48/+43
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-8/+8
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-24loplugin: cstylecastNoel Grandin1-30/+30
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-06Related; #i125163# rename IsAdaptedToNewFillPropertiesCaolán McNamara1-3/+3
2014-10-04Use more proper integer typesMatteo Casalin1-50/+59
2014-10-04Test loop invariant outside of the loop itselfMatteo Casalin1-29/+30
2014-10-04Improve formatMatteo Casalin1-48/+44