diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-14 07:37:59 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-14 07:37:59 +0000 |
commit | 7518217547e49f3f14bbd92c04531d5d5b414955 (patch) | |
tree | 1d856c8af2e0cf6846c5fef270329a5b1249eac6 | |
parent | 114ba6366268a4bfb42c0859e2332d48c57ab3ce (diff) |
INTEGRATION: CWS tl21 (1.13.118); FILE MERGED
2006/05/31 10:13:08 tl 1.13.118.1: #i50628# add description of property UserDefinedAttributes to slected services by using css.xml.UserDefinedAttributesSupplier
-rw-r--r-- | offapi/com/sun/star/text/CellProperties.idl | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/offapi/com/sun/star/text/CellProperties.idl b/offapi/com/sun/star/text/CellProperties.idl index 4a1cbe131a5b..659e730ff352 100644 --- a/offapi/com/sun/star/text/CellProperties.idl +++ b/offapi/com/sun/star/text/CellProperties.idl @@ -4,9 +4,9 @@ * * $RCSfile: CellProperties.idl,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: rt $ $Date: 2005-09-08 06:06:33 $ + * last change: $Author: obo $ $Date: 2006-07-14 08:37:59 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -55,6 +55,9 @@ #ifndef __com_sun_star_container_XNameContainer_idl__ #include <com/sun/star/container/XNameContainer.idl> #endif +#ifndef _com_sun_star_xml_UserDefinedAttributesSupplier_idl_ +#include <com/sun/star/xml/UserDefinedAttributesSupplier.idl> +#endif //============================================================================= @@ -69,6 +72,17 @@ */ published service CellProperties { + //------------------------------------------------------------------------- + /** contains user defined attributes. + + @see <type scope="com::sun::star::xml">UserDefinedAttributesSupplier</type> + */ + service com::sun::star::xml::UserDefinedAttributesSupplier; + + //------------------------------------------------------------------------- + + /** gives access to the objects properties + */ interface com::sun::star::beans::XPropertySet; //------------------------------------------------------------------------- @@ -147,15 +161,6 @@ published service CellProperties [property] long BottomBorderDistance; //------------------------------------------------------------------------- - /** contains user defined attributes. - - <p>This <type scope="com::sun::star::container">XNameContainer</type> - supports the service - <type scope="com::sun::star::xml">AttributeContainer</type>.</p> - */ - [property] com::sun::star::container::XNameContainer UserDefinedAttributes; - - //------------------------------------------------------------------------- /** contains the text section the text table is contained in if there is any. */ [readonly, property]com::sun::star::text::XTextSection TextSection; |