[Libreoffice-commits] core.git: sw/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Mar 20 08:05:08 UTC 2019
sw/source/core/text/porftn.hxx | 12 ++++++++++++
1 file changed, 12 insertions(+)
New commits:
commit 6b70f5f5ed5c489b034cc1bb9583294be4d4c400
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue Mar 19 21:33:55 2019 +0100
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed Mar 20 09:04:42 2019 +0100
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 at collabora.com>
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:
More information about the Libreoffice-commits
mailing list