summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doclay.cxx
AgeCommit message (Expand)Author
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-19loplugin:defaultparamsStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-02Fix typosAndrea Gelmini
2015-09-17Give drawing objects unique names by defaultCaolán McNamara
2015-09-030xFF is reserved in [Height|Width]Percent as a special flagCaolán McNamara
2015-08-20loplugin: defaultparamsNoel Grandin
2015-07-21loplugin:unusedmethods swNoel Grandin
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-05-09sw: remove bogus assert in SwDoc::IsInHeaderFooter()Michael Stahl
2015-05-09sw: fix assert with frames anchored in redlines on rhbz490395-1.odtMichael Stahl
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-18convert DocumentSettingId to an enum classNoel Grandin
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin
2015-03-11convert SetAttrMode to enum classNoel Grandin
2015-02-21Reduce temporariesMatteo Casalin
2015-02-21Use more proper/automatic integer types and range-for loopsMatteo Casalin
2015-02-21Use a vector instead of manual memory allocationMatteo Casalin
2015-01-23do not use manual iterationBjoern Michaelsen
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn
2014-12-04use C++11 iterationBjoern Michaelsen
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-21dead init (clang)Bjoern Michaelsen
2014-11-14loplugin: cstylecastNoel Grandin
2014-11-09speed up SwDoc::IsInHeaderFooter() by using SwFrmFmtAnchorMapLuboš Luňák
2014-11-09do not bother with nice unique names during mailmergeLuboš Luňák
2014-10-15coverity#982478 Dereference after null checkCaolán McNamara
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-07-15Refactored IDocumentTimerAccess in SwDoc into DocumentTimerManager.Valentin Kettner
2014-07-06fix crash on loading ooo32089-1.sxwCaolán McNamara
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara