summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2022-11-21 14:17:55 +0100
committerMiklos Vajna <vmiklos@collabora.com>2022-11-21 16:17:01 +0100
commit7bf26fa8c848a15dde1c7c6b94edbee759a523d1 (patch)
treea6c38db08fee0f72b09065ef22cdd4513ff65550 /sw/inc
parent19b586543b08325897278ef8b4a65ac81615978d (diff)
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
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fmtflcnt.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/fmtflcnt.hxx b/sw/inc/fmtflcnt.hxx
index 882e1b328abc..21b8bf33b6f2 100644
--- a/sw/inc/fmtflcnt.hxx
+++ b/sw/inc/fmtflcnt.hxx
@@ -47,6 +47,8 @@ public:
void SetFlyFormat( SwFrameFormat* pNew = nullptr ) { m_pFormat = pNew; }
const SwTextFlyCnt *GetTextFlyCnt() const { return m_pTextAttr; }
+
+ void dumpAsXml(xmlTextWriterPtr pWriter) const override;
};
#endif