Lines Matching refs:pShape
185 AccessibleShape* pShape = in GetChild() local
190 static_cast<uno::XWeak*>(pShape), in GetChild()
194 if ( pShape != NULL ) in GetChild()
196 pShape->Init(); in GetChild()
197 pShape->setIndexInParent(_nIndex); in GetChild()
430 AccessibleShape* pShape = I->GetAccessibleShape (); in SendVisibleAreaEvents() local
431 if (pShape != NULL) in SendVisibleAreaEvents()
432 pShape->ViewForwarderChanged ( in SendVisibleAreaEvents()
556 void ChildrenManagerImpl::AddAccessibleShape (std::auto_ptr<AccessibleShape> pShape) in AddAccessibleShape() argument
558 if (pShape.get() != NULL) in AddAccessibleShape()
559 maAccessibleShapes.push_back (pShape.release()); in AddAccessibleShape()
830 AccessibleShape* pShape = I->GetAccessibleShape(); in ViewForwarderChanged() local
831 if (pShape != NULL) in ViewForwarderChanged()
832 pShape->ViewForwarderChanged (aChangeType, pViewForwarder); in ViewForwarderChanged()
1194 AccessibleShape* pShape = GetAccessibleShape(); in setIndexAtAccessibleShape() local
1195 if ( pShape ) in setIndexAtAccessibleShape()
1196 pShape->setIndexInParent(_nIndex); in setIndexAtAccessibleShape()