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 {
79 sequence< com::sun::star::beans::SetPropertyTolerantFailed > setPropertyValuesTolerant(
80 [in] sequence< string > aPropertyNames,
81 [in] sequence< any > aValues )
102 sequence< com::sun::star::beans::GetPropertyTolerantResult > getPropertyValuesTolerant(
103 [in] sequence< string > aPropertyNames );
127 sequence< com::sun::star::beans::GetDirectPropertyTolerantResult > getDirectPropertyValuesTolerant(
128 [in] sequence< string > aPropertyNames );
provides access to multiple iformation of a set of properties with a single call. ...
Definition: XTolerantMultiPropertySet.idl:48
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47