diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-05-02 17:40:10 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-05-02 17:42:24 +0200 |
commit | 042da092165eea856596db5ba5f18ea1273b88eb (patch) | |
tree | 3a29cb7130c059e277df8d7eeb61a7c32db03fa1 /offapi/com | |
parent | b1419d37db297a4228bb0df463a1ab06c0c6183d (diff) |
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
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/text/NumberingLevel.idl | 5 |
1 files changed, 5 insertions, 0 deletions
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 <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>. */ |