19 #ifndef __com_sun_star_beans_XPropertyContainer_idl__
20 #define __com_sun_star_beans_XPropertyContainer_idl__
37 module
com { module sun { module star { module beans {
67 void addProperty( [in]
string Name,
68 [in]
short Attributes,
69 [in] any DefaultValue )
83 void removeProperty( [in]
string Name )
– idl definition –
Definition: Ambiguous.idl:22
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:34
makes it possible to add and remove properties to or from an object.
Definition: XPropertyContainer.idl:46
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
This exception is thrown to indicate that removing a property from an XPropertyContainer is not allow...
Definition: NotRemoveableException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:47
This exception is thrown to indicate the use of a type which is not appropriate.
Definition: IllegalTypeException.idl:35
This exception is thrown to indicate that a property with this name already exists in the object...
Definition: PropertyExistException.idl:34