Home
last modified time | relevance | path

Searched refs:MaxExclusiveBit (Results 1 – 3 of 3) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java45 public final static int MaxExclusiveBit = 0x0008; field in Restriction
181 assert( ! HasFeature(MaxExclusiveBit)); in SetMaxInclusive()
192 mnFeatures |= MaxExclusiveBit; in SetMaxExclusive()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java56 | Restriction.MaxExclusiveBit in ApplyRestriction()
H A DNumberNode.java95 if (aNode.HasFeature(Restriction.MaxExclusiveBit)) in ApplyRestriction()