summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/atrfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-145/+145
2015-11-14tdf#95775: Allow zero shape width/height; fix setting width/height relationMike Kaganski1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-9/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-54/+54
2015-11-02sw: prefix members of SwDrawFrameFormatMiklos Vajna1-4/+4
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-7/+7
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-09-16sw: replace boost::ptr_vector with std::vectorMichael Stahl1-12/+9
2015-09-030xFF is reserved in [Height|Width]Percent as a special flagCaolán McNamara1-10/+10
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-15sw: move IsFlyFrameFormatInHeader into namespace swMichael Stahl1-2/+2
2015-06-15sw: move CheckAnchoredFlyConsistency to frmfmt.hxxMichael Stahl1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-446/+446
2015-05-13sw: fix wrong assert for broken documents like abi11860-2.odtMichael Stahl1-1/+4
2015-05-09loplugin:externandnotdefinedStephan Bergmann1-0/+1
2015-05-09sw: add assertions to check invariants of frame anchoringMichael Stahl1-0/+61
2015-05-09sw: fix assert with frames anchored in redlines on rhbz490395-1.odtMichael Stahl1-40/+11
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl1-4/+5
2015-04-21tdf#39547 Image title/description is lost after changing anchorNiklas Johansson1-6/+14
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-17/+17
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-6/+6
2015-03-24rename GetDepends->HasWriterListener and make it a boolBjoern Michaelsen1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-16Pipe legacy Modify calls through SwClientModifyBjoern Michaelsen1-1/+2
2015-03-16core/layout: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-7/+7
2015-03-16use SwIterator<>Bjoern Michaelsen1-7/+4
2015-03-03SwFmtHoriOrient: rename member variables missing their prefixesMiklos Vajna1-17/+17
2015-02-16sw: clean up remaining format collection dumpersMiklos Vajna1-0/+8
2015-02-12Extract SwFrmFmt::dumpAsXml() from docnodeMiklos Vajna1-0/+25
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-6/+6
2015-01-21Factor out SwFmtPageDesc::dumpAsXml() from docnodeMiklos Vajna1-0/+14
2015-01-15Factor out SwFmtNoBalancedColumns::dumpAsXml() from docnodeMiklos Vajna1-0/+8
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2014-12-28Factor out SwFmtCol::dumpAsXml() from docnodeMiklos Vajna1-0/+32
2014-12-22Factor out SwFmtSurround::dumpAsXml() from docnodeMiklos Vajna1-0/+17
2014-12-22Factor out SwFmtAnchor::dumpAsXml() from nodedumpMiklos Vajna1-0/+24
2014-12-22Factor out SwFmtHoriOrient::dumpAsXml() from nodedumpMiklos Vajna1-0/+11
2014-12-22Factor out SwFmtVertOrient::dumpAsXml() from nodedumpMiklos Vajna1-0/+10
2014-12-20Factor out SwFmtFrmSize::dumpAsXml() from nodedumpMiklos Vajna1-0/+19
2014-12-19Factor out SwFmtCntnt::dumpAsXml() from nodedumpMiklos Vajna1-0/+8
2014-12-10Use Any specializations for bool, instead of SetValueMatteo Casalin1-58/+19
2014-11-25loplugin: cstylecastNoel Grandin1-3/+3
2014-11-19loplugin: cstylecastNoel Grandin1-56/+56
2014-11-16Use boolean operators instead of ?: with sal_True/sal_FalseMatteo Casalin1-4/+4
2014-11-16Reformat: code after {Matteo Casalin1-3/+6
2014-11-16sal_uInt16 to more proper integer types, make some constificationMatteo Casalin1-9/+9