Lines Matching refs:pShape
183 AccessibleShape* pShape = in GetChild() local
188 static_cast<uno::XWeak*>(pShape), in GetChild()
192 if ( pShape != NULL ) in GetChild()
194 pShape->Init(); in GetChild()
195 pShape->setIndexInParent(_nIndex); in GetChild()
428 AccessibleShape* pShape = I->GetAccessibleShape (); in SendVisibleAreaEvents() local
429 if (pShape != NULL) in SendVisibleAreaEvents()
430 pShape->ViewForwarderChanged ( in SendVisibleAreaEvents()
554 void ChildrenManagerImpl::AddAccessibleShape (std::auto_ptr<AccessibleShape> pShape) in AddAccessibleShape() argument
556 if (pShape.get() != NULL) in AddAccessibleShape()
557 maAccessibleShapes.push_back (pShape.release()); in AddAccessibleShape()
828 AccessibleShape* pShape = I->GetAccessibleShape(); in ViewForwarderChanged() local
829 if (pShape != NULL) in ViewForwarderChanged()
830 pShape->ViewForwarderChanged (aChangeType, pViewForwarder); in ViewForwarderChanged()
1192 AccessibleShape* pShape = GetAccessibleShape(); in setIndexAtAccessibleShape() local
1193 if ( pShape ) in setIndexAtAccessibleShape()
1194 pShape->setIndexInParent(_nIndex); in setIndexAtAccessibleShape()