From e04b6f3c0cdacf2a3cdcd3f34bad54c8764ff1ed Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 3 Sep 2019 11:47:01 +0200 Subject: 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 --- offapi/com/sun/star/style/ParagraphProperties.idl | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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; + }; -- cgit