[Libreoffice-commits] core.git: offapi/com
Michael Stahl (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 3 15:01:03 UTC 2019
offapi/com/sun/star/style/ParagraphProperties.idl | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
New commits:
commit e04b6f3c0cdacf2a3cdcd3f34bad54c8764ff1ed
Author: Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Tue Sep 3 11:47:01 2019 +0200
Commit: Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Tue Sep 3 17:00:10 2019 +0200
offapi: add 2 undocumented ParagraphProperties from CWS sw301bf04
These exist since OOo 3.0.1 but were never documented; at least the
ListLabelString looks generally useful.
Append them instead of inserting them before OutlineLevel because the
compare tool complains about the changed order.
Change-Id: Ie70272913de3cc6df34295e68235651f0fa0f7e4
Reviewed-on: https://gerrit.libreoffice.org/78555
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl at cib.de>
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl
index ba7f8b634c80..27b9457fdde9 100644
--- a/offapi/com/sun/star/style/ParagraphProperties.idl
+++ b/offapi/com/sun/star/style/ParagraphProperties.idl
@@ -391,6 +391,22 @@ published service ParagraphProperties
@since LibreOffice 6.1
*/
[optional, property] com::sun::star::graphic::XGraphic ParaBackGraphic;
+
+ /** specifies that a child node of a parent node that is not counted
+ is continuing the numbering of parent's previous node's sub tree.
+
+ @since OOo 3.0.1
+
+ @note misspelling retained for compatibility
+ */
+ [optional, property, readonly] boolean ContinueingPreviousSubTree;
+
+ /** allows reading the generated numbering list label.
+
+ @since OOo 3.0.1
+ */
+ [optional, property, readonly] string ListLabelString;
+
};
More information about the Libreoffice-commits
mailing list