summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/style/ParagraphStyle.idl
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-14 07:36:59 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-14 07:36:59 +0000
commitfc21c7fe73718fb7928d77a11d9a9682a86b7ce7 (patch)
tree86d7eb3e798295ee54bfbb800165a005a3a51910 /offapi/com/sun/star/style/ParagraphStyle.idl
parent79d0887c97df2d75a33a1ed7291c95d5bebbe71a (diff)
INTEGRATION: CWS tl21 (1.8.120); FILE MERGED
2006/05/31 10:15:29 tl 1.8.120.1: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier
Diffstat (limited to 'offapi/com/sun/star/style/ParagraphStyle.idl')
-rw-r--r--offapi/com/sun/star/style/ParagraphStyle.idl20
1 files changed, 13 insertions, 7 deletions
diff --git a/offapi/com/sun/star/style/ParagraphStyle.idl b/offapi/com/sun/star/style/ParagraphStyle.idl
index fd332d623b33..22d353d71907 100644
--- a/offapi/com/sun/star/style/ParagraphStyle.idl
+++ b/offapi/com/sun/star/style/ParagraphStyle.idl
@@ -4,9 +4,9 @@
*
* $RCSfile: ParagraphStyle.idl,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 05:31:52 $
+ * last change: $Author: obo $ $Date: 2006-07-14 08:36:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -43,6 +43,10 @@
#include <com/sun/star/style/Style.idl>
#endif
+#ifndef _com_sun_star_xml_ParaUserDefinedAttributesSupplier_idl_
+#include <com/sun/star/xml/ParaUserDefinedAttributesSupplier.idl>
+#endif
+
//=============================================================================
module com { module sun { module star { module style {
@@ -59,10 +63,16 @@ published service ParagraphStyle
service Style;
//-------------------------------------------------------------------------
+ /** contains user defined attributes for paragraphs.
+
+ @see <type scope="com::sun::star::xml">ParaUserDefinedAttributesSupplier</type>
+ */
+ [optional] service com::sun::star::xml::ParaUserDefinedAttributesSupplier;
+
+ //-------------------------------------------------------------------------
/// specifies the style properties.
service ParagraphProperties;
- // DocMerge from xml: property com::sun::star::style::ParagraphStyle::ParaLeftMarginRelative
/** determines the left margin of the paragraph relative to the ParaLeftMargin
of the parent style.
@@ -73,7 +83,6 @@ published service ParagraphStyle
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::style::ParagraphStyle::ParaRightMarginRelative
/** determines the right margin of the paragraph relative to the ParaRightMargin
of the parent style.
@@ -84,7 +93,6 @@ published service ParagraphStyle
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::style::ParagraphStyle::ParaTopMarginRelative
/** determines the top margin of the paragraph relative to the ParaTopMargin
of the parent style.
@@ -95,7 +103,6 @@ published service ParagraphStyle
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::style::ParagraphStyle::ParaBottomMarginRelative
/** determines the Bottom margin of the paragraph relative to the ParaBottomMargin
of the parent style.
@@ -105,7 +112,6 @@ published service ParagraphStyle
[property] long ParaBottomMarginRelative;
//-------------------------------------------------------------------------
- // DocMerge from xml: property com::sun::star::style::ParagraphStyle::Category
/** determines the category of a paragraph style.@see com.sun.star.style.ParagraphStyleCategory
*/
[property] short Category;