summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/atrfrm.cxx
AgeCommit message (Expand)Author
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-14tdf#95775: Allow zero shape width/height; fix setting width/height relationMike Kaganski
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02sw: prefix members of SwDrawFrameFormatMiklos Vajna
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-09-29Fix typosAndrea Gelmini
2015-09-16sw: replace boost::ptr_vector with std::vectorMichael Stahl
2015-09-030xFF is reserved in [Height|Width]Percent as a special flagCaolán McNamara
2015-08-20loplugin: defaultparamsNoel Grandin
2015-06-15sw: move IsFlyFrameFormatInHeader into namespace swMichael Stahl
2015-06-15sw: move CheckAnchoredFlyConsistency to frmfmt.hxxMichael Stahl
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann
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