summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/frame.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-01-30 08:59:15 +0100
committerMiklos Vajna <vmiklos@collabora.com>2023-01-30 08:51:21 +0000
commit66d235012c0c02db3b25f91a0fc981c66ed7388e (patch)
treece8d5747f2f52e951139dbdee154fb199a13f779 /sw/source/core/inc/frame.hxx
parentea093514e4fc3a66f57e07486863c22e32db4245 (diff)
sw: add an initial SwFrame::GetNextFlyLeaf()
To be called by SwFrame::GetLeaf() in the future. Towards an initial layout for multi-page fly frames. Change-Id: I62f895c2db89513fe124113c81c9f14bfb8ed697 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146337 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/source/core/inc/frame.hxx')
-rw-r--r--sw/source/core/inc/frame.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index e5b4c4c9bf5c..8102a7e26e56 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -544,6 +544,7 @@ public:
SwLayoutFrame *GetNextLeaf ( MakePageType eMakePage );
SwLayoutFrame *GetNextFootnoteLeaf( MakePageType eMakePage );
SwLayoutFrame *GetNextSctLeaf( MakePageType eMakePage );
+ SwLayoutFrame *GetNextFlyLeaf( MakePageType eMakePage );
SwLayoutFrame *GetNextCellLeaf();
SwLayoutFrame *GetPrevLeaf ();
SwLayoutFrame *GetPrevFootnoteLeaf( MakePageType eMakeFootnote );