19 #ifndef __com_sun_star_beans_XTolerantMultiPropertySet_idl__
20 #define __com_sun_star_beans_XTolerantMultiPropertySet_idl__
31 module
com { module sun { module star { module beans {
80 [in] sequence< string > aPropertyNames,
81 [in] sequence< any > aValues )
103 [in] sequence< string > aPropertyNames );
128 [in] sequence< string > aPropertyNames );
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
provides access to multiple iformation of a set of properties with a single call.
Definition: XTolerantMultiPropertySet.idl:49
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:48
Definition: Ambiguous.idl:22