LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_beans_XPropertyAccess_idl__
20 #define __com_sun_star_beans_XPropertyAccess_idl__
36 module
com { module sun { module star { module beans {
void setPropertyValues([in] sequence< com::sun::star::beans::PropertyValue > aProps)
sets the values of given properties.
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:35
sequence< com::sun::star::beans::PropertyValue > getPropertyValues()
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:38
makes it possible to access all property values and to set them at once.
Definition: XPropertyAccess.idl:51
This exception is thrown when a proposed change to a property represents an unacceptable value.
Definition: PropertyVetoException.idl:35
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48