Home
last modified time | relevance | path

Searched refs:MinExclusiveBit (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.java43 public final static int MinExclusiveBit = 0x0002; field in Restriction
161 assert( ! HasFeature(MinExclusiveBit)); in SetMinInclusive()
172 mnFeatures |= MinExclusiveBit; in SetMinExclusive()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java54 Restriction.MinExclusiveBit in ApplyRestriction()
H A DNumberNode.java90 if (aNode.HasFeature(Restriction.MinExclusiveBit)) in ApplyRestriction()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java394 if (aNode.HasFeature(Restriction.MinExclusiveBit)) in Visit()