Home
last modified time | relevance | path

Searched refs:MinLengthBit (Results 1 – 3 of 3) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java61 …if (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLengthBi… in ApplyRestriction()
88 …else if (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLen… in ApplyRestriction()
92 if (aRestriction.HasFeature(Restriction.MinLengthBit)) in ApplyRestriction()
238 else if (aRestriction.HasFeature(Restriction.MinLengthBit | Restriction.MaxLengthBit)) in CheckLengthRestriction()
241 else if (aRestriction.HasFeature(Restriction.MinLengthBit)) in CheckLengthRestriction()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java47 public final static int MinLengthBit = 0x0020; field in Restriction
123 if (HasFeature(MinLengthBit)) in toString()
201 assert( ! HasFeature(MinLengthBit|MaxLengthBit)); in SetLength()
212 mnFeatures |= MinLengthBit; in SetMinLength()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java404 if (aNode.HasFeature(Restriction.MinLengthBit)) in Visit()