LibreOffice
LibreOffice 7.4 SDK API Reference
Loading...
Searching...
No Matches
Modules | Macros | Variables
NodeAttribute.idl File Reference

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::NodeAttribute
 These values are used to specify the behavior of a node or property in a layer.
 

Macros

#define __com_sun_star_configuration_backend_NodeAttribute_idl__
 

Variables

const short FINALIZED = 256
 indicates that a node or property may not be changed or overridden in subsequent layers More...
 
const short MANDATORY = 512
 indicates that a set item may not be removed or replaced in subsequent layers. More...
 
const short READONLY = 1024
 indicates that a node or property may not be changed in this or subsequent layer. More...
 
const short FUSE = 2048
 indicates that contents shall be fused. More...
 
const short MASK = 32512
 can be used to mask the node attributes from merged attributes More...
 

Macro Definition Documentation

◆ __com_sun_star_configuration_backend_NodeAttribute_idl__

#define __com_sun_star_configuration_backend_NodeAttribute_idl__