Searched refs:aRelationType (Results 1 – 9 of 9) sorted by relevance
50 sal_Bool containsRelation( sal_Int16 aRelationType )52 AccessibleRelation getRelationByType( sal_Int16 aRelationType )89 sal_Bool AccessibleRelationSetHelperImpl::containsRelation( sal_Int16 aRelationType ) in containsRelation() argument93 AccessibleRelation relationByType = getRelationByType(aRelationType); in containsRelation()97 AccessibleRelation AccessibleRelationSetHelperImpl::getRelationByType( sal_Int16 aRelationType ) in getRelationByType() argument105 if (maRelations[i].RelationType == aRelationType) in getRelationByType()205 AccessibleRelationSetHelper::containsRelation( sal_Int16 aRelationType ) in containsRelation() argument209 return mpHelperImpl->containsRelation(aRelationType); in containsRelation()224 AccessibleRelationSetHelper::getRelationByType( sal_Int16 aRelationType ) in getRelationByType() argument228 return mpHelperImpl->getRelationByType(aRelationType); in getRelationByType()
230 …sal_Bool SAL_CALL OConnectionLineAccess::containsRelation( sal_Int16 aRelationType ) throw (Runtim… in containsRelation() argument232 return AccessibleRelationType::CONTROLLED_BY == aRelationType; in containsRelation()235 …AccessibleRelation SAL_CALL OConnectionLineAccess::getRelationByType( sal_Int16 aRelationType ) th… in getRelationByType() argument237 if( AccessibleRelationType::CONTROLLED_BY == aRelationType ) in getRelationByType()
259 …sal_Bool SAL_CALL OTableWindowAccess::containsRelation( sal_Int16 aRelationType ) throw (RuntimeEx… in containsRelation() argument262 return AccessibleRelationType::CONTROLLER_FOR == aRelationType in containsRelation()266 …AccessibleRelation SAL_CALL OTableWindowAccess::getRelationByType( sal_Int16 aRelationType ) throw… in getRelationByType() argument269 if( AccessibleRelationType::CONTROLLER_FOR == aRelationType && m_pTable) in getRelationByType()
82 @param aRelationType91 boolean containsRelation ([in] short aRelationType);95 @param aRelationType104 AccessibleRelation getRelationByType ([in] short aRelationType);
451 const sal_uInt16 aRelationType, in AddRelation() argument454 AddRelation(ScRange(rCell, rCell), aRelationType, pRelationSet); in AddRelation()458 const sal_uInt16 aRelationType, in AddRelation() argument483 aRelation.RelationType = aRelationType; in AddRelation()
109 virtual sal_Bool SAL_CALL containsRelation( sal_Int16 aRelationType )124 getRelationByType( sal_Int16 aRelationType )
174 const sal_uInt16 aRelationType,177 const sal_uInt16 aRelationType,
105 …virtual sal_Bool SAL_CALL containsRelation( sal_Int16 aRelationType ) throw (::com::sun::star::uno…106 …cessibility::AccessibleRelation SAL_CALL getRelationByType( sal_Int16 aRelationType ) throw (::com…
107 …virtual sal_Bool SAL_CALL containsRelation( sal_Int16 aRelationType ) throw (::com::sun::star::uno…108 …cessibility::AccessibleRelation SAL_CALL getRelationByType( sal_Int16 aRelationType ) throw (::com…
Completed in 37 milliseconds