summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/atrfrm.cxx
AgeCommit message (Expand)Author
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-13sw: fix wrong assert for broken documents like abi11860-2.odtMichael Stahl
2015-05-09loplugin:externandnotdefinedStephan Bergmann
2015-05-09sw: add assertions to check invariants of frame anchoringMichael Stahl
2015-05-09sw: fix assert with frames anchored in redlines on rhbz490395-1.odtMichael Stahl
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl
2015-04-21tdf#39547 Image title/description is lost after changing anchorNiklas Johansson
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen
2015-03-16Pipe legacy Modify calls through SwClientModifyBjoern Michaelsen
2015-03-16core/layout: dont use 'shortcut' that is longer than the originalBjoern Michaelsen
2015-03-16use SwIterator<>Bjoern Michaelsen
2015-03-03SwFmtHoriOrient: rename member variables missing their prefixesMiklos Vajna
2015-02-16sw: clean up remaining format collection dumpersMiklos Vajna
2015-02-12Extract SwFrmFmt::dumpAsXml() from docnodeMiklos Vajna
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann
2015-01-21Factor out SwFmtPageDesc::dumpAsXml() from docnodeMiklos Vajna
2015-01-15Factor out SwFmtNoBalancedColumns::dumpAsXml() from docnodeMiklos Vajna
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-12-28Factor out SwFmtCol::dumpAsXml() from docnodeMiklos Vajna
2014-12-22Factor out SwFmtSurround::dumpAsXml() from docnodeMiklos Vajna
2014-12-22Factor out SwFmtAnchor::dumpAsXml() from nodedumpMiklos Vajna
2014-12-22Factor out SwFmtHoriOrient::dumpAsXml() from nodedumpMiklos Vajna
2014-12-22Factor out SwFmtVertOrient::dumpAsXml() from nodedumpMiklos Vajna
2014-12-20Factor out SwFmtFrmSize::dumpAsXml() from nodedumpMiklos Vajna
2014-12-19Factor out SwFmtCntnt::dumpAsXml() from nodedumpMiklos Vajna
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-19loplugin: cstylecastNoel Grandin
2014-11-16Use boolean operators instead of ?: with sal_True/sal_FalseMatteo Casalin
2014-11-16Reformat: code after {Matteo Casalin
2014-11-16sal_uInt16 to more proper integer types, make some constificationMatteo Casalin
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara
2014-11-09WaE: private field 'doc' is not usedTor Lillqvist
2014-11-09faster mapping from nodes to SwFrmFmt's anchored at themLuboš Luňák
2014-10-27sw: assert SfxPoolItem::operator==Michael Stahl
2014-10-06Related; #i125163# rename IsAdaptedToNewFillPropertiesCaolán McNamara
2014-10-01coverity#704894 Explicit NULL derefencedCaolán McNamara
2014-09-29Resolves: fdo#81277 missing table cell background color in doc/html importCaolán McNamara
2014-09-06SwSortedObjs: Count() to size() and use size_t consistentlyMatteo Casalin
2014-08-20i#105557: thread-safe caching of SwXFrame instancesMichael Stahl
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner
2014-08-12-Werror,-Wundefined-bool-conversionStephan Bergmann
2014-07-15Fixed build fail on MacOSX after f634ec5 .Valentin Kettner
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-02coverity#705381 Mixing enum typesCaolán McNamara