LibreOffice
LibreOffice 4.2 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Modules | Variables
ItemState.idl File Reference

Go to the source code of this file.

Modules

module  com
 – idl definition –
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::frame
 Desktop environment framework interfaces.
 
module  com::sun::star::frame::status
 various status properties.
 

Constant Groups

constants com::sun::star::frame::status::ItemState
 these constants describe a state of a ItemStatus.
 

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...