summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/NumberingLevel.idl
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2000-12-19 13:17:36 +0000
committerChristian Lippka <cl@openoffice.org>2000-12-19 13:17:36 +0000
commit297a50e5421734d786fa5c1bb3fe531ae17c4ac1 (patch)
treeb47e0370e4bffda7ab89d2fafbfc21d1bf51fee1 /offapi/com/sun/star/text/NumberingLevel.idl
parent0c6fae0567dbf7e9b44306403818b599cf76a349 (diff)
#82348# made functionality not available in impress/draw optional
Diffstat (limited to 'offapi/com/sun/star/text/NumberingLevel.idl')
-rw-r--r--offapi/com/sun/star/text/NumberingLevel.idl21
1 files changed, 15 insertions, 6 deletions
diff --git a/offapi/com/sun/star/text/NumberingLevel.idl b/offapi/com/sun/star/text/NumberingLevel.idl
index 60d52c86ff2b..8726f435d08c 100644
--- a/offapi/com/sun/star/text/NumberingLevel.idl
+++ b/offapi/com/sun/star/text/NumberingLevel.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: NumberingLevel.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:26 $
+ * last change: $Author: cl $ $Date: 2000-12-19 14:17:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,7 +90,7 @@ service NumberingLevel
// DocMerge from xml: property com::sun::star::text::NumberingLevel::ParentNumbering
/** number of upper levels that are included in the current numbering symbol.
*/
- [property] short ParentNumbering;
+ [optional, property] short ParentNumbering;
//-------------------------------------------------------------------------
@@ -111,7 +111,7 @@ service NumberingLevel
// DocMerge from xml: property com::sun::star::text::NumberingLevel::CharStyleName
/** Name of the character style that is used for the numbering symbol.
*/
- [property] string CharStyleName;
+ [optional, property] string CharStyleName;
//-------------------------------------------------------------------------
@@ -163,7 +163,7 @@ service NumberingLevel
<const scope="com::sun::star::style">NumberingType::BITMAP</const> or
<const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.</p>
*/
- [property] short StartWith;
+ [optional, property] short StartWith;
//-------------------------------------------------------------------------
@@ -178,7 +178,7 @@ service NumberingLevel
/** specifies the distance between the numbering symbol and the text of
the paragraph.
*/
- [property] long SymbolTextDistance;
+ [optional, property] long SymbolTextDistance;
//-------------------------------------------------------------------------
@@ -204,6 +204,15 @@ service NumberingLevel
*/
[property] string HeadingStyleName;
+ /** 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>.
+ */
+ [optional, property] long BulletColor;
+
+ /** contains the size of the symbol relative to the high of the paragraph. This is only valid if the
+ numbering type is <const scope="com::sun::star::style">NumberingType::CHAR_SPECIAL</const>.
+ */
+ [optional, property] short BulletRelSize;
};
//=============================================================================