Home
last modified time | relevance | path

Searched refs:PatternBit (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.java49 public final static int PatternBit = 0x0080; field in Restriction
231 mnFeatures |= PatternBit; in SetPattern()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java74 else if (aRestriction.HasFeature(Restriction.PatternBit)) in ApplyRestriction()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java392 if (aNode.HasFeature(Restriction.PatternBit)) in Visit()