Lines Matching refs:rShape
731 ::accessibility::AccessibleShape* GetAccShape(const ScShapeChild& rShape) const;
1044 sal_Bool operator() (const ScShapeChild& rShape) in operator ()()
1047 if ((VCLRectangle(rShape.mpAccShape->getBounds())).IsInside(maPoint)) in operator ()()
1095 ::accessibility::AccessibleShape* ScShapeChilds::GetAccShape(const ScShapeChild& rShape) const in GetAccShape()
1097 if (!rShape.mpAccShape) in GetAccShape()
1100 …::accessibility::AccessibleShapeInfo aShapeInfo(rShape.mxShape, mpAccDoc, const_cast<ScShapeChilds… in GetAccShape()
1108 aShapeTreeInfo.SetViewForwarder(&(maShapeRanges[rShape.mnRangeId].maViewForwarder)); in GetAccShape()
1109 rShape.mpAccShape = rShapeHandler.CreateAccessibleObject(aShapeInfo, aShapeTreeInfo); in GetAccShape()
1110 if (rShape.mpAccShape) in GetAccShape()
1112 rShape.mpAccShape->acquire(); in GetAccShape()
1113 rShape.mpAccShape->Init(); in GetAccShape()
1117 return rShape.mpAccShape; in GetAccShape()