LibreOffice
LibreOffice 24.2 SDK API Reference
Modules | Variables
SchemaAttribute.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::configuration
 Access to the tree of configuration data.
 
module  com::sun::star::configuration::backend
 interfaces for configuration backends.
 

Constant Groups

constants  com::sun::star::configuration::backend::SchemaAttribute
 These values are used to specify the behavior of a node or property in the schema.
 

Variables

const short REQUIRED = 1
 indicates that a property value can't be null. More...
 
const short LOCALIZED = 2
 indicates that the content of the node or the value of the property may depend on the locale. More...
 
const short EXTENSIBLE = 4
 indicates that properties can be added to the node at runtime More...
 
const short MASK = 255
 can be used to mask the schema attributes from merged attributes More...