Home
last modified time | relevance | path

Searched refs:aRestriction (Results 1 – 9 of 9) sorted by relevance

/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/
H A DStringNode.java50 final Restriction aRestriction, in ApplyRestriction() argument
53 assert( ! aRestriction.HasFeature( in ApplyRestriction()
59 if (aRestriction.HasFeature(Restriction.EnumerationBit)) in ApplyRestriction()
74 else if (aRestriction.HasFeature(Restriction.PatternBit)) in ApplyRestriction()
76 msPattern = aRestriction.GetPattern(); in ApplyRestriction()
90 if (aRestriction.HasFeature(Restriction.LengthBit)) in ApplyRestriction()
100 assert(aRestriction.GetFeatureBits() == 0); in ApplyRestriction()
233 final Restriction aRestriction) in CheckLengthRestriction() argument
236 if (aRestriction.HasFeature(Restriction.LengthBit)) in CheckLengthRestriction()
237 return nValueLength == aRestriction.GetLength(); in CheckLengthRestriction()
[all …]
H A DBlobNode.java53 final Restriction aRestriction, in ApplyRestriction() argument
56 if (aRestriction.GetFeatureBits() == 0) in ApplyRestriction()
59 if (aRestriction.GetFeatureBits() != Restriction.LengthBit) in ApplyRestriction()
60 throw new RuntimeException("unsupported restriction on blob: "+aRestriction); in ApplyRestriction()
62 mnLengthRestriction = aRestriction.GetLength(); in ApplyRestriction()
H A DDateTimeNode.java44 final Restriction aRestriction, in ApplyRestriction() argument
47 if (aRestriction.GetFeatureBits() == 0) in ApplyRestriction()
49 System.out.println(aRestriction); in ApplyRestriction()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/
H A DSchemaParser.java692 final Restriction aRestriction = new Restriction( in ParseRestriction() local
706 aRestriction.AddEnumeration(sValue); in ParseRestriction()
710 aRestriction.SetMinInclusive(sValue); in ParseRestriction()
714 aRestriction.SetMinExclusive(sValue); in ParseRestriction()
718 aRestriction.SetMaxInclusive(sValue); in ParseRestriction()
722 aRestriction.SetMaxExclusive(sValue); in ParseRestriction()
726 aRestriction.SetLength(sValue); in ParseRestriction()
730 aRestriction.SetMinLength(sValue); in ParseRestriction()
734 aRestriction.SetMaxLength(sValue); in ParseRestriction()
738 aRestriction.SetPattern(sValue); in ParseRestriction()
[all …]
H A DXmlNamespace.java60 final Restriction aRestriction = new Restriction( in Apply() local
64 aRestriction.AddEnumeration("default"); in Apply()
65 aRestriction.AddEnumeration("preserve"); in Apply()
66 aType.AddChild(aRestriction); in Apply()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/
H A DRequestVisitor.java87 @Override public void Visit (final Restriction aRestriction) in Visit() argument
89 maSchemaOptimizer.RequestType(aRestriction.GetBaseType()); in Visit()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/
H A DNodeVisitorAdapter.java171 public void Visit (final Restriction aRestriction) in Visit() argument
173 Default(aRestriction); in Visit()
H A DINodeVisitor.java74 void Visit (final Restriction aRestriction); in Visit() argument
/trunk/main/xmloff/source/xforms/
H A Dxformsexport.cxx563 SvXMLElementExport aRestriction( rExport, in lcl_exportDataType() local

Completed in 57 milliseconds