Home
last modified time | relevance | path

Searched refs:EnumerationBit (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.java50 public final static int EnumerationBit = 0x0100; field in Restriction
152 mnFeatures |= EnumerationBit; in AddEnumeration()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java59 if (aRestriction.HasFeature(Restriction.EnumerationBit)) in ApplyRestriction()
H A DNumberNode.java100 if (aNode.HasFeature(Restriction.EnumerationBit)) in ApplyRestriction()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java390 if (aNode.HasFeature(Restriction.EnumerationBit)) in Visit()