Lines Matching refs:GetAccShape
731 ::accessibility::AccessibleShape* GetAccShape(const ScShapeChild& rShape) const;
732 …::accessibility::AccessibleShape* GetAccShape(const ScShapeChildVec& rShapes, sal_Int32 nIndex) co…
833 xAcc = GetAccShape(*aNewItr); in FindChanged()
843 xAcc = GetAccShape(*aOldItr); in FindChanged()
854 xAcc = GetAccShape(*aOldItr); in FindChanged()
864 xAcc = GetAccShape(*aNewItr); in FindChanged()
968 xAccessible = GetAccShape(aItr->maBackShapes, nIndex); in GetBackShape()
998 xAccessible = GetAccShape(aItr->maForeShapes, nIndex); in GetForeShape()
1028 xAccessible = GetAccShape(aItr->maControls, nIndex); in GetControl()
1063 xAcc = GetAccShape(*aFindItr); in GetForegroundShapeAt()
1068 xAcc = GetAccShape(*aCtrlItr); in GetForegroundShapeAt()
1087 xAcc = GetAccShape(*aFindItr); in GetBackgroundShapeAt()
1095 ::accessibility::AccessibleShape* ScShapeChilds::GetAccShape(const ScShapeChild& rShape) const in GetAccShape() function in ScShapeChilds
1120 ::accessibility::AccessibleShape* ScShapeChilds::GetAccShape(const ScShapeChildVec& rShapes, sal_In… in GetAccShape() function in ScShapeChilds
1122 return (GetAccShape(rShapes[nIndex])); in GetAccShape()