22 module 
com { module sun { module star { module beans {
    44     sequence<com::sun::star::beans::PropertyState> getPropertyStates(
    45             [in] sequence<string> aPropertyName )
    56     void setAllPropertiesToDefault();
    72     void setPropertiesToDefault( [in] sequence<string> aPropertyNames )
    94     sequence<any> getPropertyDefaults(
    95                 [in] sequence<string> aPropertyNames )
 Definition: Ambiguous.idl:20
 
This exception is thrown to indicate that the property name is unknown to the implementation. 
Definition: UnknownPropertyException.idl:30
 
makes it possible to query information about the state of one or more properties. ...
Definition: XMultiPropertyStates.idl:31
 
This is a checked exception that wraps an exception thrown by the original target. 
Definition: WrappedTargetException.idl:33
 
base interface of all UNO interfaces 
Definition: XInterface.idl:45