22 module 
com {  module sun {  module star {  module beans {
    42     sequence<com::sun::star::beans::PropertyValue> getPropertyValues();
    50     void setPropertyValues( [in] sequence<com::sun::star::beans::PropertyValue> aProps )
 Definition: Ambiguous.idl:20
 
This exception is thrown to indicate that the property name is unknown to the implementation. 
Definition: UnknownPropertyException.idl:30
 
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:25
 
This is a checked exception that wraps an exception thrown by the original target. 
Definition: WrappedTargetException.idl:33
 
This exception is thrown when a proposed change to a property represents an unacceptable value...
Definition: PropertyVetoException.idl:30
 
makes it possible to access all property values and to set them at once. 
Definition: XPropertyAccess.idl:36
 
base interface of all UNO interfaces 
Definition: XInterface.idl:45