summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/doclay.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-4/+4
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-09-17Give drawing objects unique names by defaultCaolán McNamara1-10/+33
2015-09-030xFF is reserved in [Height|Width]Percent as a special flagCaolán McNamara1-2/+2
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-21loplugin:unusedmethods swNoel Grandin1-16/+0
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet1-4/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-341/+341
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-1/+1
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-2/+2
2015-05-09sw: remove bogus assert in SwDoc::IsInHeaderFooter()Michael Stahl1-3/+0
2015-05-09sw: fix assert with frames anchored in redlines on rhbz490395-1.odtMichael Stahl1-9/+9
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-1/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-1/+1
2015-03-11convert SwMoveFlags and SwInsertFlags from enum to enum classNoel Grandin1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-2/+2
2015-02-21Reduce temporariesMatteo Casalin1-14/+8
2015-02-21Use more proper/automatic integer types and range-for loopsMatteo Casalin1-15/+10
2015-02-21Use a vector instead of manual memory allocationMatteo Casalin1-9/+9
2015-01-23do not use manual iterationBjoern Michaelsen1-19/+13
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-3/+3
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-5/+7
2014-12-04use C++11 iterationBjoern Michaelsen1-14/+12
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-21dead init (clang)Bjoern Michaelsen1-2/+1
2014-11-14loplugin: cstylecastNoel Grandin1-17/+17
2014-11-09speed up SwDoc::IsInHeaderFooter() by using SwFrmFmtAnchorMapLuboš Luňák1-21/+23
2014-11-09do not bother with nice unique names during mailmergeLuboš Luňák1-0/+9
2014-10-15coverity#982478 Dereference after null checkCaolán McNamara1-6/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-13/+13
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin1-1/+1
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-9/+10
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-451/+8
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-7/+8
2014-08-12Refactored IDocumentFieldsAccess out of SwDoc.Valentin Kettner1-4/+5
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-3/+4
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-115/+6
2014-07-15Refactored IDocumentTimerAccess in SwDoc into DocumentTimerManager.Valentin Kettner1-123/+0
2014-07-06fix crash on loading ooo32089-1.sxwCaolán McNamara1-2/+2
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand1-1/+0
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-06-13SwDoc::DelLayoutFmt: don't delete content of a draw formatMiklos Vajna1-2/+7
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-11/+12
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-2/+3
2014-05-28coverity#704955 Unchecked dynamic_castCaolán McNamara1-1/+1