summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2022-11-28 13:34:25 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2022-11-28 21:01:05 +0100
commitacc08fb5d3427f882d55e43167e9cca0eb344c24 (patch)
tree66271cea2555f251f8f90b5441c8ebeea5b9a538 /sw/inc
parent24cc33655c7d54741c8b8d80244a285471558f0f (diff)
Add some more utility methods to SwFormatAnchor
Change-Id: I3ad607428470b95d32891cc18e8e82f0cf113626 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143380 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/fmtanchr.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/fmtanchr.hxx b/sw/inc/fmtanchr.hxx
index 8a4001319b25..fb6702378b66 100644
--- a/sw/inc/fmtanchr.hxx
+++ b/sw/inc/fmtanchr.hxx
@@ -72,6 +72,8 @@ public:
SwNode* GetAnchorNode() const;
const SwPosition* GetContentAnchor() const { return m_oContentAnchor ? &*m_oContentAnchor : nullptr; }
+ SwContentNode* GetAnchorContentNode() const;
+ sal_Int32 GetAnchorContentOffset() const;
void SetAnchor( const SwPosition *pPos );
// #i28701#