Lines Matching refs:set
58 XAccessibleRelationSet set = getAccessibleRelation(para1); in contents_flows_to() local
62 if (set != null) { in contents_flows_to()
65 set.getRelationCount()); in contents_flows_to()
67 firstrelation = set.getRelation(0).RelationType; in contents_flows_to()
68 Object oTmp = set.getRelation(0).TargetSet[0]; in contents_flows_to()
87 XAccessibleRelationSet set = getAccessibleRelation(para2); in contents_flows_from() local
91 if (set != null) { in contents_flows_from()
94 set.getRelationCount()); in contents_flows_from()
96 short tmprelation = set.getRelation(0).RelationType; in contents_flows_from()
99 Object oTmp = set.getRelation(0).TargetSet[0]; in contents_flows_from()
105 Object oTmp = set.getRelation(0).TargetSet[0]; in contents_flows_from()
113 tmprelation = set.getRelation(1).RelationType; in contents_flows_from()
116 Object oTmp = set.getRelation(1).TargetSet[0]; in contents_flows_from()
122 Object oTmp = set.getRelation(1).TargetSet[0]; in contents_flows_from()
198 XAccessibleRelationSet set = oObj.getAccessibleRelationSet(); in getAccessibleRelation() local
199 return set; in getAccessibleRelation()