summaryrefslogtreecommitdiff
path: root/sw/source/core/table
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon2-150/+150
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-6/+0
2015-11-11new loplugin: memoryvarNoel Grandin1-2/+1
2015-11-11remove IsInDocDTOR() as a public memberBjoern Michaelsen1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-91/+91
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 Vajna2-62/+62
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+1
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-09-02sw: use std::unique_ptr<> in swnewtableMiklos Vajna1-2/+1
2015-08-20loplugin: defaultparamsNoel Grandin2-10/+10
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-3/+3
2015-06-01Use o3tl::make_unique<>Miklos Vajna1-1/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2-469/+469
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-23Avoid out-of-bounds container index on import of ooo112657-2.rtfMatúš Kukan1-1/+1
2015-04-23Avoid dereference a past-the-end iterator on import of fdo81650-2.docxMatúš Kukan1-11/+14
2015-04-08convert SHADOW_ constants to enum classNoel Grandin1-2/+2
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-2/+2
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-5/+5
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen2-2/+2
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 Grandin2-9/+5
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-11/+11
2015-02-02coverity#705106 rearrange the assert and conditionCaolán McNamara1-5/+3
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 Weghorn2-8/+4
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-24loplugin: cstylecastNoel Grandin2-33/+33
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin2-2/+2
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-26sal_uInt16 to size_tMatteo Casalin1-83/+86
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
2014-09-29Resolves: fdo#81277 missing table cell background color in doc/html importCaolán McNamara1-0/+15
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-23/+23