summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/frame.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2023-02-27 20:00:50 +0100
committerMiklos Vajna <vmiklos@collabora.com>2023-02-28 07:02:27 +0000
commitd25567e7e2fb96242b9bd4aca44df6f0287c2aa3 (patch)
treec396e17379b04915237471499b918dc05a19ad9f /sw/source/core/inc/frame.hxx
parent604c464e35807c7e4fa700726a338a9682010a15 (diff)
sw: document SwFrame::Format()
I'm still looking for a clear description of what SwFrame::MakeAll() does. Change-Id: I945f17ca0367329220cfa01b6ccfda1c3472ab28 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147927 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/core/inc/frame.hxx')
-rw-r--r--sw/source/core/inc/frame.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/core/inc/frame.hxx b/sw/source/core/inc/frame.hxx
index e610de6eab70..f1433a10f590 100644
--- a/sw/source/core/inc/frame.hxx
+++ b/sw/source/core/inc/frame.hxx
@@ -657,6 +657,8 @@ public:
// environment (not e.g. for repeating table headlines)
bool IsFootnoteAllowed() const;
+ /// Calculates the frame area size and the print area, in case they are invalid.
+ /// The frame are position is not considered here.
virtual void Format( vcl::RenderContext* pRenderContext, const SwBorderAttrs *pAttrs = nullptr );
virtual void CheckDirection( bool bVert );