Lines Matching refs:pRrelationSet

691 						Reference<XAccessibleRelationSet> pRrelationSet = pRContext->getAccessibleRelationSet();  in get_accKeyboardShortcut()  local
692 if(!pRrelationSet.is()) in get_accKeyboardShortcut()
697 long nRelCount = pRrelationSet->getRelationCount(); in get_accKeyboardShortcut()
718 if( pRrelationSet->getRelation(i).RelationType == 6 ) in get_accKeyboardShortcut()
720 accRelation = pRrelationSet->getRelation(i); in get_accKeyboardShortcut()
737 pRrelationSet = pRLebelContext->getAccessibleRelationSet(); in get_accKeyboardShortcut()
738 nRelCount = pRrelationSet->getRelationCount(); in get_accKeyboardShortcut()
743 if( pRrelationSet->getRelation(j).RelationType == 5 ) in get_accKeyboardShortcut()
745 accRelation = pRrelationSet->getRelation(j); in get_accKeyboardShortcut()
1670 Reference<XAccessibleRelationSet> pRrelationSet = pRContext.get()->getAccessibleRelationSet(); in get_nRelations() local
1671 if(!pRrelationSet.is()) in get_nRelations()
1677 *nRelations = pRrelationSet->getRelationCount(); in get_nRelations()
1715 Reference<XAccessibleRelationSet> pRrelationSet = pRContext.get()->getAccessibleRelationSet(); in get_relation() local
1716 if(!pRrelationSet.is()) in get_relation()
1734 AccessibleRelation accRelation = pRrelationSet->getRelation(relationIndex); in get_relation()
1766 Reference<XAccessibleRelationSet> pRrelationSet = pRContext.get()->getAccessibleRelationSet(); in get_relations() local
1767 if(!pRrelationSet.is()) in get_relations()
1773 long nCount = pRrelationSet->getRelationCount(); in get_relations()
1797 AccessibleRelation accRelation = pRrelationSet->getRelation(i); in get_relations()
1881 Reference<XAccessibleRelationSet> pRrelationSet = pRContext->getAccessibleRelationSet(); in getTheParentOfMember() local
1882 long nRelations = pRrelationSet->getRelationCount(); in getTheParentOfMember()
1885 AccessibleRelation accRelation = pRrelationSet->getRelation(i); in getTheParentOfMember()
1948 Reference<XAccessibleRelationSet> pRrelationSet = pRContext->getAccessibleRelationSet(); in get_groupPosition() local
1949 long nRel = pRrelationSet->getRelationCount(); in get_groupPosition()
1952 AccessibleRelation accRelation = pRrelationSet->getRelation(i); in get_groupPosition()