LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
AccessibleStateType.idl File Reference

Go to the source code of this file.

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::accessibility
 UNO Accessibility API.
 

Constant Groups

constants  com::sun::star::accessibility::AccessibleStateType
 Collection of state types.
 

Variables

const short INVALID = 0
 Indicates an invalid state. More...
 
const short ACTIVE = 1
 Indicates a window is currently the active window. More...
 
const short ARMED = 2
 Indicates that the object is armed. More...
 
const short BUSY = 3
 Indicates the current object is busy. More...
 
const short CHECKED = 4
 Indicates this object is currently checked. More...
 
const short DEFUNC = 5
 User interface object corresponding to this object no longer exists. More...
 
const short EDITABLE = 6
 Indicates the user can change the contents of this object. More...
 
const short ENABLED = 7
 Indicates this object is enabled. More...
 
const short EXPANDABLE = 8
 Indicates this object allows progressive disclosure of its children. More...
 
const short EXPANDED = 9
 Indicates this object is expanded. More...
 
const short FOCUSABLE = 10
 Object can accept the keyboard focus. More...
 
const short FOCUSED = 11
 Indicates this object currently has the keyboard focus. More...
 
const short HORIZONTAL = 12
 Indicates the orientation of this object is horizontal. More...
 
const short ICONIFIED = 13
 Indicates this object is minimized and is represented only by an icon. More...
 
const short INDETERMINATE = 14
 Sometimes UI elements can have a state indeterminate. More...
 
const short MANAGES_DESCENDANTS = 15
 Indicates the most (all) children are transient and it is not necessary to add listener to the children. More...
 
const short MODAL = 16
 Object is modal. More...
 
const short MULTI_LINE = 17
 Indicates this (text) object can contain multiple lines of text. More...
 
const short MULTI_SELECTABLE = 18
 More than one child may be selected at the same time. More...
 
const short OPAQUE = 19
 Indicates this object paints every pixel within its rectangular region. More...
 
const short PRESSED = 20
 Indicates this object is currently pressed. More...
 
const short RESIZABLE = 21
 Indicates the size of this object is not fixed. More...
 
const short SELECTABLE = 22
 Object is selectable. More...
 
const short SELECTED = 23
 Object is selected. More...
 
const short SENSITIVE = 24
 Indicates this object is sensitive. More...
 
const short SHOWING = 25
 Object is displayed on the screen. More...
 
const short SINGLE_LINE = 26
 Indicates this (text) object can contain only a single line of text. More...
 
const short STALE = 27
 Object information is stale and might not be up to date. More...
 
const short TRANSIENT = 28
 Indicates this object is transient. More...
 
const short VERTICAL = 29
 Indicates the orientation of this object is vertical. More...
 
const short VISIBLE = 30
 Object wants to be displayed on the screen. More...
 
const short MOVEABLE = 31
 Indicates the position of the object is not fixed. More...
 
const short DEFAULT = 32
 Indicates the object is the default button in a window. More...
 
const short OFFSCREEN = 33
 Indicates the object is outside of the screen area. More...
 
const short COLLAPSE = 34
 Indicates that the object is collapsed. More...