Lines Matching refs:pShape
491 ScAccessibleShapeData* pShape = maZOrderedShapes[index]; in GetAccControlShapeFromModel() local
492 if (pShape) in GetAccControlShapeFromModel()
494 ::accessibility::AccessibleShape* pAccShape = pShape->pAccShape; in GetAccControlShapeFromModel()
512 ScAccessibleShapeData* pShape = maZOrderedShapes[index]; in GetAccessibleCaption() local
513 if (pShape && pShape->xShape == xShape ) in GetAccessibleCaption()
515 …r::uno::Reference< ::com::sun::star::accessibility::XAccessible > xNewChild( pShape->pAccShape ); in GetAccessibleCaption()
588 ScAccessibleShapeData* pShape = maZOrderedShapes[i]; in GetAt() local
589 if (pShape) in GetAt()
591 if (!pShape->pAccShape) in GetAt()
592 Get(pShape); in GetAt()
594 if (pShape->pAccShape) in GetAt()
597 aPoint -= VCLRectangle(pShape->pAccShape->getBounds()).TopLeft(); in GetAt()
598 if (pShape->pAccShape->containsPoint(AWTPoint(aPoint))) in GetAt()
600 xAccessible = pShape->pAccShape; in GetAt()
1255 ScAccessibleShapeData* pShape = new ScAccessibleShapeData(); in AddShape() local
1256 pShape->xShape = xShape; in AddShape()
1257 SortedShapes::iterator aNewItr = maZOrderedShapes.insert(aFindItr, pShape); in AddShape()
1258 SetAnchor(xShape, pShape); in AddShape()
1268 pShape->bSelectable = sal_False; in AddShape()
1270 pShape->bSelectable = sal_True; in AddShape()
1291 pShape->bSelected = sal_True; in AddShape()