summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-13 10:25:17 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-13 10:25:17 +0000
commitab8ab872c69c11a8a799c9f7d5b286e964071277 (patch)
tree342281dd1e89041012def40547372a508982f435 /offapi/com/sun/star/style
parent5e52dcb0a992a6f19ae48aef0bf55e921f60454c (diff)
INTEGRATION: CWS swlists01 (1.23.4); FILE MERGED
2008/05/08 16:40:27 od 1.23.4.2: RESYNC: (1.23-1.24); FILE MERGED 2008/05/08 15:02:15 od 1.23.4.1: #i86732# - correct documentation - add property <ListId>
Diffstat (limited to 'offapi/com/sun/star/style')
-rw-r--r--offapi/com/sun/star/style/ParagraphProperties.idl17
1 files changed, 13 insertions, 4 deletions
diff --git a/offapi/com/sun/star/style/ParagraphProperties.idl b/offapi/com/sun/star/style/ParagraphProperties.idl
index 3715c533de7b..eff5c91aa645 100644
--- a/offapi/com/sun/star/style/ParagraphProperties.idl
+++ b/offapi/com/sun/star/style/ParagraphProperties.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: ParagraphProperties.idl,v $
- * $Revision: 1.24 $
+ * $Revision: 1.25 $
*
* This file is part of OpenOffice.org.
*
@@ -426,19 +426,28 @@ published service ParagraphProperties
[optional, property] com::sun::star::container::XNameContainer ParaUserDefinedAttributes;
//-------------------------------------------------------------------------
- /** returns <TRUE/> if the numbering of a paragraph is a number but
- has no symbol.
+ /** returns <FALSE/> if the paragraph is part of a numbering, but has no
+ numbering label.
+ <p>A paragraph is part of a numbering, if a style for a numbering is
+ set - see NumberingStyleName.</p>
<p>If the paragraph is not part of a numbering the property is void.</p>
*/
[optional, property, maybevoid] boolean NumberingIsNumber;
+
//-------------------------------------------------------------------------
/** the property determines if borders set at a paragraph are merged with the
- previous paragraph.
+ next paragraph.
<p>Borders are only merged if they are identical.</p>
*/
[optional, property, maybevoid] boolean ParaIsConnectBorder;
+ //-------------------------------------------------------------------------
+ /** specifies the id of the list to which the paragraph belongs
+
+ */
+ [optional, property] string ListId;
+
};
//=============================================================================