LibreOffice
LibreOffice 4.2 SDK API Reference
|
these constants describe a state of a ItemStatus. More...
Variables | |
const short | unknown = 0 |
specifies an unknown state. More... | |
const short | disabled = 1 |
specifies that the property is currently disabled. More... | |
const short | read_only = 2 |
specifies that the property is currently read-only. More... | |
const short | dont_care = 16 |
specifies that the property is currently in a don't care state. More... | |
const short | default_value = 32 |
specifies that the property is currently in a default state. More... | |
const short | set = 64 |
specifies that the property is currently in a set state. More... | |
const short default_value = 32 |
specifies that the property is currently in a default state.
const short disabled = 1 |
specifies that the property is currently disabled.
const short dont_care = 16 |
specifies that the property is currently in a don't care state.
This is normally used if a selection provides more than one state for a property at the same time.
const short read_only = 2 |
specifies that the property is currently read-only.
const short set = 64 |
specifies that the property is currently in a set state.
const short unknown = 0 |
specifies an unknown state.