Home
last modified time | relevance | path

Searched refs:SetMaxLength (Results 1 – 2 of 2) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java218 public void SetMaxLength (final String sValue) in SetMaxLength() method in Restriction
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java734 aRestriction.SetMaxLength(sValue); in ParseRestriction()