Home
last modified time | relevance | path

Searched refs:MaxInclusiveBit (Results 1 – 4 of 4) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java44 public final static int MaxInclusiveBit = 0x0004; field in Restriction
182 mnFeatures |= MaxInclusiveBit; in SetMaxInclusive()
191 assert( ! HasFeature(MaxInclusiveBit)); in SetMaxExclusive()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java398 if (aNode.HasFeature(Restriction.MaxInclusiveBit)) in Visit()
400 if (aNode.HasFeature(Restriction.MaxInclusiveBit)) in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java57 | Restriction.MaxInclusiveBit)); in ApplyRestriction()
H A DNumberNode.java97 if (aNode.HasFeature(Restriction.MaxInclusiveBit)) in ApplyRestriction()