Home
last modified time | relevance | path

Searched refs:LengthBit (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.java46 public final static int LengthBit = 0x0010; field in Restriction
118 if (HasFeature(LengthBit)) in toString()
202 mnFeatures |= LengthBit; in SetLength()
211 assert( ! HasFeature(LengthBit)); in SetMinLength()
221 assert( ! HasFeature(LengthBit)); in SetMaxLength()
/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()
90 if (aRestriction.HasFeature(Restriction.LengthBit)) in ApplyRestriction()
236 if (aRestriction.HasFeature(Restriction.LengthBit)) in CheckLengthRestriction()
H A DBlobNode.java59 if (aRestriction.GetFeatureBits() != Restriction.LengthBit) in ApplyRestriction()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/
H A DHtmlGenerator.java402 if (aNode.HasFeature(Restriction.LengthBit)) in Visit()