summaryrefslogtreecommitdiff
path: root/sw/source/core/table
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-4/+5
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-1/+1
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-2/+3
2014-07-15Refactored IDocumentLinksAdministration out of SwDoc.Valentin Kettner1-1/+2
2014-06-30Called C++ object pointer is nullCaolán McNamara1-1/+1
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-2/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-2/+2
2014-06-06coverity#735910 Dereference after null checkCaolán McNamara1-1/+1
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-2/+0
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin2-3/+3
2014-05-08coverity#736155 Dereference null return valueCaolán McNamara1-2/+3
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-30sw: sal_Bool->boolNoel Grandin2-63/+63
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante2-67/+14
2014-04-15Clean up function declarations and some unused functionsStephan Bergmann1-1/+0
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-2/+0