Home
last modified time | relevance | path

Searched refs:RelationshipType (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DRelatedParts.java75 RelationshipType.CreateFromString(sType), in RelatedParts()
89 final RelationshipType eType, in AddRelationship()
114 public Iterable<PartName> GetTargetsForType (final RelationshipType eType) in GetTargetsForType()
131 public PartName GetSingleTargetForType (final RelationshipType eType) in GetSingleTargetForType()
151 private final Map<RelationshipType, Vector<PartName>> maTypeToTargetsMap;
H A DRelationshipType.java24 public enum RelationshipType enum
61 public static RelationshipType CreateFromString (final String sType) in CreateFromString()
H A DPart.java55 public Part getPartByRelationshipType (final RelationshipType eType) in getPartByRelationshipType()
H A DPackage.java56 …final PartName aDocumentPartName = maRelatedParts.GetSingleTargetForType(RelationshipType.OfficeDo… in Package()