summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/beans/XPropertyState.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-12-15 15:22:48 +0000
committerMichael Hönnig <mi@openoffice.org>2000-12-15 15:22:48 +0000
commitf0f79a7a83045944d53dcf1c7ad3aa6d6a67fb36 (patch)
treeb5fcc117acaa6148686114b33e89dafb8046a82b /udkapi/com/sun/star/beans/XPropertyState.idl
parente2a961641df502675116b77fb6f4b09846488a29 (diff)
lost documentation from src536 inserted
Diffstat (limited to 'udkapi/com/sun/star/beans/XPropertyState.idl')
-rw-r--r--udkapi/com/sun/star/beans/XPropertyState.idl23
1 files changed, 19 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertyState.idl b/udkapi/com/sun/star/beans/XPropertyState.idl
index 454d61cd6..4a48dfe35 100644
--- a/udkapi/com/sun/star/beans/XPropertyState.idl
+++ b/udkapi/com/sun/star/beans/XPropertyState.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyState.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mi $ $Date: 2000-12-11 16:09:35 $
+ * last change: $Author: mi $ $Date: 2000-12-15 16:22:48 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,7 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
@@ -126,7 +126,13 @@ interface XPropertyState: com::sun::star::uno::XInterface
by their names.
<p>The order of the states is correlating to the order of the
- given property names.
+ given property names. </p>
+
+ @param aPropertyNames
+ contains te sequence of property names.
+
+ @throws UnknownPropertyException
+ if one property does not exist.
*/
sequence<com::sun::star::beans::PropertyState> getPropertyStates(
[in] sequence<string> aPropertyName )
@@ -142,6 +148,12 @@ interface XPropertyState: com::sun::star::uno::XInterface
the change events are fired. If it is a constrained property, you
must fire the vetoable event before you change the property value.
</p>
+
+ @param aPropertyname
+ specifies the name of the property.
+
+ @throws UnknownPropertyException
+ if the property does not exist.
*/
void setPropertyToDefault( [in] string PropertyName )
raises( com::sun::star::beans::UnknownPropertyException );
@@ -178,6 +190,9 @@ interface XPropertyState: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.5 2000/12/11 16:09:35 mi
+ documentation syntax fixed and some minor semantic documentation fixes
+
Revision 1.4 2000/11/08 12:28:20 mi
moved from api