LibreOffice
LibreOffice 24.2 SDK API Reference
|
specifies information being retrieved about a single property. More...
import"GetPropertyTolerantResult.idl";
Public Attributes | |
short | Result |
specifies a success or error code for the retrieval operation. More... | |
com::sun::star::beans::PropertyState | State |
contains the state of the property. More... | |
any | Value |
contains the value of the property. More... | |
specifies information being retrieved about a single property.
short Result |
specifies a success or error code for the retrieval operation.
contains the state of the property.
The value is undefined if Result is not com::sun::star::beans::TolerantPropertySetResultType::SUCCESS.
any Value |
contains the value of the property.
The value is undefined if Result is not com::sun::star::beans::TolerantPropertySetResultType::SUCCESS.