19 #ifndef __com_sun_star_beans_XMultiPropertySet_idl__
20 #define __com_sun_star_beans_XMultiPropertySet_idl__
36 module
com { module sun { module star { module beans {
78 void setPropertyValues( [in] sequence<string> aPropertyNames,
79 [in] sequence<any> aValues )
95 sequence<any> getPropertyValues( [in] sequence<string> aPropertyNames );
115 void addPropertiesChangeListener( [in] sequence<string> aPropertyNames,
131 void removePropertiesChangeListener(
144 void firePropertiesChangeEvent( [in] sequence<string> aPropertyNames,
receives events which get fired whenever a bound property is changed.
Definition: XPropertiesChangeListener.idl:33
provides access to multiple properties with a single call.
Definition: XMultiPropertySet.idl:41
– idl definition –
Definition: Ambiguous.idl:22
specifies a set of properties.
Definition: XPropertySetInfo.idl:45
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:37
This exception is thrown when a proposed change to a property represents an unacceptable value...
Definition: PropertyVetoException.idl:34
base interface of all UNO interfaces
Definition: XInterface.idl:47