summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/laycache.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-05-15loplugin:useuniqueptrNoel Grandin1-6/+5
2017-05-12sw laycache: clean up debug code that doesn't even build anymoreMiklos Vajna1-10/+0
2017-05-08loplugin:checkunusedparams in sw(part3)Noel Grandin1-10/+10
2017-05-02sw: prefix members of SwLayHelperMiklos Vajna1-136/+136
2017-04-10tdf#39468 Translate German comments in swJens Carl1-1/+1
2017-04-03sw: [loplugin:sallogareas]Michael Stahl1-3/+3
2017-04-03More integer clean-upStephan Bergmann1-3/+4
2017-04-03loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-04-03loplugin:sallogareasStephan Bergmann1-3/+3
2017-04-03tdf#106237 sw: do some basic sanity checking on layout-cacheMichael Stahl1-8/+53
2016-08-17convert SvxBreak to scoped enumNoel Grandin1-4/+4
2016-06-10remove bBreakAfter& param from SwLayHelper constructorNoel Grandin1-6/+6
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-4/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-110/+110
2015-11-12WaE: loplugin:literaltoboolconversionTor Lillqvist1-1/+1
2015-11-12coverity#1338595 Dereference before null checkCaolán McNamara1-2/+2
2015-11-12OSL_ENSURE followed by unconditional dereference -> assertCaolán McNamara1-1/+1
2015-11-12dynamic cast followed by static castCaolán McNamara1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-10-02sw: replace boost::ptr_vector with std::vectorMichael Stahl1-2/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-22/+22
2014-12-25sal_uInt16 to size_tMatteo Casalin1-2/+2
2014-12-18sw: rename SwFrm::Remove to something uniqueMichael Stahl1-2/+2
2014-11-24loplugin: cstylecastNoel Grandin1-35/+35
2014-10-18sw: remaining unused methodsMiklos Vajna1-63/+0
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-1/+1
2014-09-26remove unnecessary static_cast'sNoel Grandin1-6/+6
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-2/+2
2014-09-01fdo#75757: remove inheritance to std::vectorTakeshi Abe1-3/+3
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentStatistics our of SwDoc.Valentin Kettner1-2/+3
2014-06-24new compilerplugin returnbyrefNoel Grandin1-4/+4
2014-04-30sw: sal_Bool->boolNoel Grandin1-15/+15
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-14typo: avaiable -> availableThomas Arnhold1-1/+1
2014-03-31sw: unused includes in laycacheMiklos Vajna1-12/+0
2014-02-27Remove visual noise from swAlexander Wilms1-6/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-1/+1
2014-02-16fdo#62475 - remove visual noisePhilipp Riemer1-3/+0
2014-02-15fdo#62475 - remove visual noisePhilipp Riemer1-34/+12
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-11/+11
2014-02-07coverity#708854 unused pointer valueNoel Grandin1-5/+5
2014-01-31coverity#984156 : Uninitialized scalar fieldNorbert Thiebaud1-6/+15
2014-01-31coverity#984157 : Uninitialized scalar fieldNorbert Thiebaud1-0/+1
2014-01-17WaE: comparison between signed and unsigned integer expressionsTor Lillqvist1-1/+1
2014-01-15Resolves: #i17171# Writer paragraph cannot be longer than 65534 charactersCaolán McNamara1-14/+14
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-13/+13