Searched refs:nRelationType (Results 1 – 1 of 1) sorted by relevance
310 const sal_Int16 nRelationType,322 virtual sal_Bool SAL_CALL containsRelation (sal_Int16 nRelationType)325 virtual AccessibleRelation SAL_CALL getRelationByType (sal_Int16 nRelationType)1727 const sal_Int16 nRelationType, in AddRelation() argument1731 maRelations.back().RelationType = nRelationType; in AddRelation()1762 sal_Bool SAL_CALL AccessibleRelationSet::containsRelation (sal_Int16 nRelationType) in containsRelation() argument1769 if (iRelation->RelationType == nRelationType) in containsRelation()1778 AccessibleRelation SAL_CALL AccessibleRelationSet::getRelationByType (sal_Int16 nRelationType) in getRelationByType() argument1785 if (iRelation->RelationType == nRelationType) in getRelationByType()
Completed in 23 milliseconds