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.cxx310 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() argument
1731 maRelations.back().RelationType = nRelationType; in AddRelation()
1762 sal_Bool SAL_CALL AccessibleRelationSet::containsRelation (sal_Int16 nRelationType) in containsRelation() argument
1769 if (iRelation->RelationType == nRelationType) in containsRelation()
1778 AccessibleRelation SAL_CALL AccessibleRelationSet::getRelationByType (sal_Int16 nRelationType) in getRelationByType() argument
1785 if (iRelation->RelationType == nRelationType) in getRelationByType()

Completed in 21 milliseconds