LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
PropertyControlType.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::inspection
 interfaces for inspecting UNO objects via property handlers.
 

Constant Groups

constants  com::sun::star::inspection::PropertyControlType
 describes pre-defined possible control types to be used to display and enter property values within an ObjectInspector.
 

Variables

const short ListBox = 1
 denotes a control which allows the user to choose from a list of possible property values More...
 
const short ComboBox = 2
 denotes a control which allows the user to choose from a list of possible property values, combined with the possibility to enter a new property value. More...
 
const short TextField = 3
 denotes a control which allows the user to enter property values consisting of a single line of text More...
 
const short MultiLineTextField = 4
 denotes a control which allows the user to enter pure text, including line breaks More...
 
const short CharacterField = 5
 denotes a control which allows the user to enter a single character More...
 
const short StringListField = 6
 denotes a control which allows the user to enter a list of single-line strings More...
 
const short ColorListBox = 7
 denotes a control which allows the user to choose from a list of colors. More...
 
const short NumericField = 8
 denotes a control which allows the user to enter a numerical value More...
 
const short DateField = 9
 denotes a control which allows the user to enter a date value More...
 
const short TimeField = 10
 denotes a control which allows the user to enter a time value More...
 
const short DateTimeField = 11
 denotes a control which allows the user to enter a combined date/time value More...
 
const short HyperlinkField = 12
 denotes a control which displays a string in a hyperlink-like appearance More...
 
const short Unknown = 13
 denotes a non-standard property control, which is usually provided by an XPropertyHandler More...