Home
last modified time | relevance | path

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

/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/type/
H A DBlobParser.java44 mnLengthRestriction = Integer.parseInt(aLine[7]); in BlobParser()
47 mnLengthRestriction = null; in BlobParser()
62 if (mnLengthRestriction != null) in Parse()
63 if (sRawValue.length()/2 != mnLengthRestriction) in Parse()
101 private final Integer mnLengthRestriction; field in BlobParser
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DBlobNode.java37 mnLengthRestriction = null; in BlobNode()
62 mnLengthRestriction = aRestriction.GetLength(); in ApplyRestriction()
111 if (mnLengthRestriction != null) in GetRestrictionType()
122 return mnLengthRestriction; in GetLengthRestriction()
130 private Integer mnLengthRestriction; field in BlobNode

Completed in 14 milliseconds