summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl')
-rw-r--r--udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl35
1 files changed, 18 insertions, 17 deletions
diff --git a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
index 9cf5881b4..fe758c61b 100644
--- a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
+++ b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMultiHierarchicalPropertySet.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:28:20 $
+ * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,10 +119,9 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface
<p> The values of the properties must change before bound
events are fired. The values of constrained properties
should change after the vetoable events are fired, if no
- exception occurs.
- </p>
- <p> Unknown properties are ignored.
- </p>
+ exception occurs. </p>
+
+ <p> Unknown properties are ignored. </p>
@param aHierarchicalPropertyNames
This parameter specifies the names of the properties.
@@ -138,8 +137,8 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface
if one of the values is not a legal value for the
corresponding property or if one of the names
is not a well-formed nested name for this hierarchy.
- <p> An implementation is not required to detect the latter
- condition </p>
+ An implementation is not required to detect the latter
+ condition.
@throws com::sun::star::uno::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
@@ -160,20 +159,19 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** @returns
- a sequence of all values of the properties which are specified
- by their nested names.
+ a sequence of all values of the properties which are specified
+ by their nested names.
- <p> The order of the values in the returned sequence will be the same
- as the order of the names in the argument.
- </p>
- <p> Unknown properties are ignored, in their place <NULL/> will be returned.
- </p>
+ <p> The order of the values in the returned sequence will be the same
+ as the order of the names in the argument. </p>
+
+ <p> Unknown properties are ignored, in their place <NULL/> will be returned. </p>
@throws com::sun::star::uno::lang::IllegalArgumentException
if one of the names is not a well-formed
nested name for this hierarchy.
- <p> An implementation is not required to detect this
- condition </p>
+ An implementation is not required to detect this
+ condition.
@throws com::sun::star::uno::lang::WrappedTargetException
if the implementation has an internal reason for the exception.
@@ -198,6 +196,9 @@ interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.4 2000/11/08 12:28:20 mi
+ moved from api
+
Revision 1.1 2000/10/19 08:32:51 jb
Added HierarchicalPropertySet Interfaces