sw/source/core/inc/frame.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit d25567e7e2fb96242b9bd4aca44df6f0287c2aa3
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Mon Feb 27 20:00:50 2023 +0100
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Feb 28 07:02:27 2023 +0000

    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 <vmik...@collabora.com>

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 );

Reply via email to