From 042da092165eea856596db5ba5f18ea1273b88eb Mon Sep 17 00:00:00 2001 From: Luboš Luňák Date: Wed, 2 May 2012 17:40:10 +0200 Subject: finish handling of w:pStyle in numbering (bnc#751028) Now each such numbering should be properly assigned to the given paragraph style. Change-Id: I97a796dfb3f4a46f0fee0663852b3a40c3eaa922 --- offapi/com/sun/star/text/NumberingLevel.idl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'offapi/com') diff --git a/offapi/com/sun/star/text/NumberingLevel.idl b/offapi/com/sun/star/text/NumberingLevel.idl index 62de9f499d9c..53600333d111 100644 --- a/offapi/com/sun/star/text/NumberingLevel.idl +++ b/offapi/com/sun/star/text/NumberingLevel.idl @@ -176,6 +176,11 @@ published service NumberingLevel */ [property] string HeadingStyleName; + /** contains the name of the paragraph style that should use this numbering. + This is ignored for chapter numbering rules, use HeadingStyleName. + */ + [optional, property] string ParagraphStyleName; + /** contains the color for the symbol. This is only valid if the numbering type is NumberingType::CHAR_SPECIAL. */ -- cgit v1.2.3