diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2019-03-19 21:33:55 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-03-20 09:04:42 +0100 |
commit | 6b70f5f5ed5c489b034cc1bb9583294be4d4c400 (patch) | |
tree | fa703abcc093271481ed51f0bb9066eef7a7419a /sw/source | |
parent | fe99737a16958c9f790be770eae36dc8a333fe06 (diff) |
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: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source')
-rw-r--r-- | sw/source/core/text/porftn.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sw/source/core/text/porftn.hxx b/sw/source/core/text/porftn.hxx index 087687588010..06f05a15e7d1 100644 --- a/sw/source/core/text/porftn.hxx +++ b/sw/source/core/text/porftn.hxx @@ -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: |