:: com :: sun :: star :: configuration :: backend ::
|
constants group NodeAttribute |
- Description
- These values are used to specify the behavior of a node or property
in a layer.
The values were chosen so they can be combined with values from
SchemaAttribute
- Since
- OOo 1.1.2
- See also
- SchemaAttribute
During merging the values may be combined with static attributes
from the schema.
|
Constants |
FINALIZED |
indicates that a node or property may not be changed or overridden
in subsequent layers
|
MANDATORY |
indicates that a set item may not be removed or replaced
in subsequent layers.
|
READONLY |
indicates that a node or property may not be changed
in this or subsequent layer.
|
FUSE |
indicates that contents shall be fused.
|
MASK |
can be used to mask the node attributes from merged attributes
|
Constants' Details |
FINALIZED
const short FINALIZED = 256;
- Description
- indicates that a node or property may not be changed or overridden
in subsequent layers
|
|
MANDATORY
const short MANDATORY = 512;
- Description
- indicates that a set item may not be removed or replaced
in subsequent layers.
|
|
READONLY
const short READONLY = 1024;
- Description
- indicates that a node or property may not be changed
in this or subsequent layer.
|
|
FUSE
|
MASK
const short MASK = 32512;
- Description
- can be used to mask the node attributes from merged attributes
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.