summaryrefslogtreecommitdiff
path: root/sw/source/core/table
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-28coverity#705106 Integer overflowed argumentCaolán McNamara1-0/+6
2014-03-24sal_uInt16 to size_t and optimizationsMatteo Casalin1-31/+34
2014-03-19coverity#704884 Dereference after null checkCaolán McNamara1-1/+1
2014-03-19libstdc++ abs vs std::abs confusion (-Werror,-Wabsolute-value)Stephan Bergmann1-1/+1
2014-03-18workaround for rounding errors when handling merged cells (fdo#38414)Luboš Luňák1-3/+13
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann1-1/+2
2014-02-27Remove visual noise from swAlexander Wilms2-13/+0
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
2014-02-24Remove some temporaries around calls to SvNumberFormatter methodsMatteo Casalin1-6/+3
2014-02-23Remove unneccessary commentsAlexander Wilms2-2/+2
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-7/+7
2014-02-11coverity#704928 Dereference after null checkCaolán McNamara1-1/+1
2014-02-11coverity#704926 Dereference after null checkCaolán McNamara1-2/+4
2014-02-11coverity#704927 Dereference after null checkCaolán McNamara1-10/+2
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-17bool improvementsStephan Bergmann1-1/+1
2014-01-15starting chopping out aEmptyOUStrCaolán McNamara1-1/+1
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-1/+1
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-2/+2
2013-12-19xub_StrLen to sal_Int32Matteo Casalin1-2/+2
2013-12-15xub_StrLen/sal_uLong to sal_Int32 + minor optimizationsMatteo Casalin1-1/+1