summaryrefslogtreecommitdiffstats
path: root/udkapi/com/sun/star/beans/XPropertyContainer.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
commit77ca3618e6cdcd48e1b90f97c0ec236e77ee6f84 (patch)
tree947d1eaa6e8fa28b5105f2341063fb45b5e2bcb1 /udkapi/com/sun/star/beans/XPropertyContainer.idl
parent#81964# New threads always have to run in MTA cause UNO recycles threads (diff)
downloadcore-77ca3618e6cdcd48e1b90f97c0ec236e77ee6f84.tar.gz
core-77ca3618e6cdcd48e1b90f97c0ec236e77ee6f84.zip
lost documentation from src536 inserted
Diffstat (limited to 'udkapi/com/sun/star/beans/XPropertyContainer.idl')
-rw-r--r--udkapi/com/sun/star/beans/XPropertyContainer.idl27
1 files changed, 24 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/beans/XPropertyContainer.idl b/udkapi/com/sun/star/beans/XPropertyContainer.idl
index 6efe07da5133..16da7262e04c 100644
--- a/udkapi/com/sun/star/beans/XPropertyContainer.idl
+++ b/udkapi/com/sun/star/beans/XPropertyContainer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XPropertyContainer.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
@@ -91,7 +91,7 @@
//=============================================================================
- module com { module sun { module star { module beans {
+module com { module sun { module star { module beans {
//=============================================================================
@@ -106,6 +106,18 @@ interface XPropertyContainer: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::beans::XPropertyContainer::addProperty
/** adds a property to the object.
+ @param aName
+ specifies the name of the new property.
+
+ @param xType
+ specifies the type of the new property.
+
+ @throws PropertyExistException
+ if a property with the same name already exists.
+
+ @throws IllegalTypeException
+ if the specified type is not allowed.
+
@see com::sun::star::beans::PropertyAttribute
*/
void addProperty( [in] string Name,
@@ -119,6 +131,12 @@ interface XPropertyContainer: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::beans::XPropertyContainer::removeProperty
/** removes a property from the object.
+
+ @param aName
+ specified the name of the property.
+
+ @throws UnknownPropertyException
+ if the property does not exist.
*/
void removeProperty( [in] string Name )
raises( com::sun::star::beans::UnknownPropertyException,
@@ -132,6 +150,9 @@ interface XPropertyContainer: 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