| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/ |
| H A D | StringNode.java | 33 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 50 final Restriction aRestriction, in ApplyRestriction() 54 Restriction.MinExclusiveBit in ApplyRestriction() 55 | Restriction.MinInclusiveBit in ApplyRestriction() 56 | Restriction.MaxExclusiveBit in ApplyRestriction() 57 | Restriction.MaxInclusiveBit)); in ApplyRestriction() 59 if (aRestriction.HasFeature(Restriction.EnumerationBit)) in ApplyRestriction() 61 …if (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLengthBi… in ApplyRestriction() 74 else if (aRestriction.HasFeature(Restriction.PatternBit)) in ApplyRestriction() 88 …else if (aRestriction.HasFeature(Restriction.LengthBit|Restriction.MinLengthBit|Restriction.MaxLen… in ApplyRestriction() [all …]
|
| H A D | NumberNode.java | 29 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 87 final Restriction aNode, in ApplyRestriction() 90 if (aNode.HasFeature(Restriction.MinExclusiveBit)) in ApplyRestriction() 92 if (aNode.HasFeature(Restriction.MinInclusiveBit)) in ApplyRestriction() 95 if (aNode.HasFeature(Restriction.MaxExclusiveBit)) in ApplyRestriction() 97 if (aNode.HasFeature(Restriction.MaxInclusiveBit)) in ApplyRestriction() 100 if (aNode.HasFeature(Restriction.EnumerationBit)) in ApplyRestriction()
|
| H A D | BlobNode.java | 28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 53 final Restriction aRestriction, in ApplyRestriction() 59 if (aRestriction.GetFeatureBits() != Restriction.LengthBit) in ApplyRestriction()
|
| H A D | ISimpleTypeNode.java | 27 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 34 final Restriction aNode, in ApplyRestriction()
|
| H A D | DateTimeNode.java | 28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 44 final Restriction aRestriction, in ApplyRestriction()
|
| H A D | UnionNode.java | 28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 44 final Restriction aNode, in ApplyRestriction()
|
| H A D | SimpleTypeDescriptorFactory.java | 34 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 200 public void Visit (final Restriction aNode) in Visit()
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/html/ |
| H A D | HtmlGenerator.java | 60 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 383 public void Visit (final Restriction aNode) in Visit() 390 if (aNode.HasFeature(Restriction.EnumerationBit)) in Visit() 392 if (aNode.HasFeature(Restriction.PatternBit)) in Visit() 394 if (aNode.HasFeature(Restriction.MinExclusiveBit)) in Visit() 396 if (aNode.HasFeature(Restriction.MinInclusiveBit)) in Visit() 398 if (aNode.HasFeature(Restriction.MaxInclusiveBit)) in Visit() 400 if (aNode.HasFeature(Restriction.MaxInclusiveBit)) in Visit() 402 if (aNode.HasFeature(Restriction.LengthBit)) in Visit() 404 if (aNode.HasFeature(Restriction.MinLengthBit)) in Visit() [all …]
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/ |
| H A D | XmlNamespace.java | 28 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 60 final Restriction aRestriction = new Restriction( in Apply()
|
| H A D | SchemaParser.java | 57 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 686 private Restriction ParseRestriction (final Node aParent) in ParseRestriction() 692 final Restriction aRestriction = new Restriction( in ParseRestriction()
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/ |
| H A D | Restriction.java | 39 public class Restriction class 52 public Restriction ( in Restriction() method in Restriction 78 return NodeType.Restriction; in GetNodeType()
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/ |
| H A D | RequestVisitor.java | 34 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 87 @Override public void Visit (final Restriction aRestriction) in Visit()
|
| H A D | CopyVisitor.java | 95 case Restriction: in Default()
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/ |
| H A D | INodeVisitor.java | 43 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 74 void Visit (final Restriction aRestriction); in Visit()
|
| H A D | NodeVisitorAdapter.java | 43 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 171 public void Visit (final Restriction aRestriction) in Visit()
|
| H A D | NodeType.java | 47 Restriction, enumConstant
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ |
| H A D | ValidatingCreator.java | 55 import org.apache.openoffice.ooxml.schema.model.simple.Restriction; 572 public void Visit (final Restriction aNode) in Visit()
|
| /trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ |
| H A D | LogGenerator.java | 39 import org.apache.openoffice.ooxml.schema.model.simple.Restriction;
|
| /trunk/main/offapi/com/sun/star/rdf/ |
| H A D | URIs.idl | 236 /// http://www.w3.org/2002/07/owl#Restriction
|