23module 
com {  module sun {  module star {  module beans {
 
   72                [in] sequence< string > aPropertyNames,
 
   73                [in] sequence< any >    aValues )
 
   95                [in] sequence< string > aPropertyNames );
 
  120                [in] sequence< string > aPropertyNames );
 
 
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
provides access to multiple iformation of a set of properties with a single call.
Definition XTolerantMultiPropertySet.idl:41
sequence< com::sun::star::beans::GetPropertyTolerantResult > getPropertyValuesTolerant([in] sequence< string > aPropertyNames)
retrieve the values of the specified properties
sequence< com::sun::star::beans::SetPropertyTolerantFailed > setPropertyValuesTolerant([in] sequence< string > aPropertyNames, [in] sequence< any > aValues)
sets the values to the properties with the specified names.
sequence< com::sun::star::beans::GetDirectPropertyTolerantResult > getDirectPropertyValuesTolerant([in] sequence< string > aPropertyNames)
retrieve only those values of the specified properties which are direct values.
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20