Home
last modified time | relevance | path

Searched refs:MaxLengthBit (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 … (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLengthBit)) in ApplyRestriction()
88 … (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLengthBit)) in ApplyRestriction()
94 if (aRestriction.HasFeature(Restriction.MaxLengthBit)) in ApplyRestriction()
238 else if (aRestriction.HasFeature(Restriction.MinLengthBit | Restriction.MaxLengthBit)) in CheckLengthRestriction()
243 else if (aRestriction.HasFeature(Restriction.MaxLengthBit)) in CheckLengthRestriction()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java48 public final static int MaxLengthBit = 0x0040; field in Restriction
128 if (HasFeature(MaxLengthBit)) in toString()
201 assert( ! HasFeature(MinLengthBit|MaxLengthBit)); in SetLength()
222 mnFeatures |= MaxLengthBit; in SetMaxLength()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java406 if (aNode.HasFeature(Restriction.MaxLengthBit)) in Visit()