sw doc model xml dump: show the frame format of as-char images
commit7bf26fa8c848a15dde1c7c6b94edbee759a523d1
authorMiklos Vajna <vmiklos@collabora.com>
Mon, 21 Nov 2022 13:17:55 +0000 (21 14:17 +0100)
committerMiklos Vajna <vmiklos@collabora.com>
Mon, 21 Nov 2022 15:17:01 +0000 (21 16:17 +0100)
treea6c38db08fee0f72b09065ef22cdd4513ff65550
parent19b586543b08325897278ef8b4a65ac81615978d
sw doc model xml dump: show the frame format of as-char images

Old:

<SwTextAttr ptr="0x63e5db0" symbol="12SwTextFlyCnt" start="0" dont-expand="false" whichId="58" m_pAttr="0x63e57f0" which="fly content"/>

New:

<SwTextAttr ptr="0x5af3d70" symbol="12SwTextFlyCnt" start="0" dont-expand="false" whichId="58" m_pAttr="0x5a44ae0" which="fly content">
  <SwFormatFlyCnt ptr="0x5a44ae0" text-attr="0x5af3d70" format="0x5af3bd0">
    <SfxPoolItem whichId="58" typeName="14SwFormatFlyCnt"/>
  </SwFormatFlyCnt>
</SwTextAttr>

Change-Id: Ie4f50d5ee065af920ac21a416f854ef7c7234707
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143031
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
sw/inc/fmtflcnt.hxx
sw/source/core/txtnode/atrflyin.cxx
sw/source/core/txtnode/txatbase.cxx