|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module beans {
void addVetoableChangeListener([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener)
adds an XVetoableChangeListener to the specified property with the name PropertyName.
provides information about and access to the properties from an implementation.
Definition: XPropertySet.idl:46
specifies a set of properties.
Definition: XPropertySetInfo.idl:38
any getPropertyValue([in] string PropertyName)
This exception is thrown to indicate that the property name is unknown to the implementation.
Definition: UnknownPropertyException.idl:31
void removePropertyChangeListener([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener aListener)
removes an XPropertyChangeListener from the listener list.
void addPropertyChangeListener([in] string aPropertyName, [in] com::sun::star::beans::XPropertyChangeListener xListener)
adds an XPropertyChangeListener to the specified property.
is used to receive PropertyChangeEvents whenever a "constrained" property is changed.
Definition: XVetoableChangeListener.idl:32
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:34
This exception is thrown when a proposed change to a property represents an unacceptable value.
Definition: PropertyVetoException.idl:31
com::sun::star::beans::XPropertySetInfo getPropertySetInfo()
Definition: Ambiguous.idl:20
void setPropertyValue([in] string aPropertyName, [in] any aValue)
sets the value of the property with the specified name.
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:27
base interface of all UNO interfaces
Definition: XInterface.idl:46
is used to receive PropertyChangeEvents whenever a bound property is changed.
Definition: XPropertyChangeListener.idl:29
void removeVetoableChangeListener([in] string PropertyName, [in] com::sun::star::beans::XVetoableChangeListener aListener)
removes an XVetoableChangeListener from the listener list.