Home
last modified time | relevance | path

Searched refs:MinInclusiveBit (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.java42 public final static int MinInclusiveBit = 0x0001; field in Restriction
162 mnFeatures |= MinInclusiveBit; in SetMinInclusive()
171 assert( ! HasFeature(MinInclusiveBit)); in SetMinExclusive()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java55 | Restriction.MinInclusiveBit in ApplyRestriction()
H A DNumberNode.java92 if (aNode.HasFeature(Restriction.MinInclusiveBit)) in ApplyRestriction()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java396 if (aNode.HasFeature(Restriction.MinInclusiveBit)) in Visit()