Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx277 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() argument
1632 maRelations.back().RelationType = nRelationType; in AddRelation()
1661 sal_Bool SAL_CALL AccessibleRelationSet::containsRelation (sal_Int16 nRelationType) in containsRelation() argument
1667 if (iRelation->RelationType == nRelationType) in containsRelation()
1676 AccessibleRelation SAL_CALL AccessibleRelationSet::getRelationByType (sal_Int16 nRelationType) in getRelationByType() argument
1682 if (iRelation->RelationType == nRelationType) in getRelationByType()