summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-09-03 11:47:01 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-09-03 17:00:10 +0200
commite04b6f3c0cdacf2a3cdcd3f34bad54c8764ff1ed (patch)
tree22b49fc24e4aeb619df0ebab74f1dee07dc94037 /offapi
parentfa50388b822b63e5140763dacabdf863f59854cc (diff)
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@cib.de>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/style/ParagraphProperties.idl16
1 files changed, 16 insertions, 0 deletions
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;
+
};