Kaydet (Commit) 6b70f5f5 authored tarafından Miklos Vajna's avatar Miklos Vajna

sw: document what quo vadis and ergo sum portions portions actually do

Thanks Michael Stahl for the hint that they are related to multi-page
footnotes.

Change-Id: If7d839ff01e96070bfcb51952d5e7aea0fd05d14
Reviewed-on: https://gerrit.libreoffice.org/69442
Tested-by: Jenkins
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
üst fe99737a
......@@ -55,6 +55,12 @@ public:
{ SetWhichPor( PortionType::FootnoteNum ); }
};
/**
* Used in footnotes if they break across pages, master has this portion at the end.
*
* Created only in case Tools -> Footnotes and Endnotes sets the End of footnote to a non-empty
* value.
*/
class SwQuoVadisPortion : public SwFieldPortion
{
OUString aErgo;
......@@ -75,6 +81,12 @@ public:
virtual void HandlePortion( SwPortionHandler& rPH ) const override;
};
/**
* Used in footnotes if they break across pages, follow starts with this portion.
*
* Created only in case Tools -> Footnotes and Endnotes sets the Start of next page to a non-empty
* value.
*/
class SwErgoSumPortion : public SwFieldPortion
{
public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment