19#ifndef __com_sun_star_beans_XMultiPropertySet_idl__
20#define __com_sun_star_beans_XMultiPropertySet_idl__
36module
com { module sun { module star { module beans {
79 [in] sequence<any> aValues )
This exception is thrown when a proposed change to a property represents an unacceptable value.
Definition PropertyVetoException.idl:35
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:31
This is a checked exception that wraps an exception thrown by the original target.
Definition WrappedTargetException.idl:38
provides access to multiple properties with a single call.
Definition XMultiPropertySet.idl:42
void removePropertiesChangeListener([in] com::sun::star::beans::XPropertiesChangeListener xListener)
removes an XPropertiesChangeListener from the listener list.
sequence< any > getPropertyValues([in] sequence< string > aPropertyNames)
void setPropertyValues([in] sequence< string > aPropertyNames, [in] sequence< any > aValues)
sets the values to the properties with the specified names.
void firePropertiesChangeEvent([in] sequence< string > aPropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener xListener)
fires a sequence of PropertyChangeEvents to the specified listener.
void addPropertiesChangeListener([in] sequence< string > aPropertyNames, [in] com::sun::star::beans::XPropertiesChangeListener xListener)
adds an XPropertiesChangeListener to the specified property with the specified names.
com::sun::star::beans::XPropertySetInfo getPropertySetInfo()
receives events which get fired whenever a bound property is changed.
Definition XPropertiesChangeListener.idl:34
specifies a set of properties.
Definition XPropertySetInfo.idl:46
base interface of all UNO interfaces
Definition XInterface.idl:48
Definition Ambiguous.idl:22