Searched refs:nRelationType (Results 1 – 1 of 1) sorted by relevance
277 const sal_Int16 nRelationType,287 virtual sal_Bool SAL_CALL containsRelation (sal_Int16 nRelationType);289 virtual AccessibleRelation SAL_CALL getRelationByType (sal_Int16 nRelationType);1628 const sal_Int16 nRelationType, in AddRelation() argument1632 maRelations.back().RelationType = nRelationType; in AddRelation()1661 sal_Bool SAL_CALL AccessibleRelationSet::containsRelation (sal_Int16 nRelationType) in containsRelation() argument1667 if (iRelation->RelationType == nRelationType) in containsRelation()1676 AccessibleRelation SAL_CALL AccessibleRelationSet::getRelationByType (sal_Int16 nRelationType) in getRelationByType() argument1682 if (iRelation->RelationType == nRelationType) in getRelationByType()