Lines Matching refs:xShape

209     ChildrenManagerImpl::GetChild (const uno::Reference<drawing::XShape>& xShape)  in GetChild()  argument
215 if ( I->mxShape.get() == xShape.get() ) in GetChild()
338 uno::Reference<drawing::XShape> xShape; in CreateListOfVisibleShapes() local
341 xShapeAccess->getByIndex(i) >>= xShape; in CreateListOfVisibleShapes()
342 aPos = xShape->getPosition(); in CreateListOfVisibleShapes()
343 aSize = xShape->getSize(); in CreateListOfVisibleShapes()
353 raDescriptorList.push_back (ChildDescriptor (xShape)); in CreateListOfVisibleShapes()
689 Reference<drawing::XShape> xShape (rEventObject.Source, uno::UNO_QUERY); in disposing() local
694 ChildDescriptor (xShape))); in disposing()
912 ChildrenManagerImpl::GetAccessibleCaption (const uno::Reference<drawing::XShape>& xShape) in GetAccessibleCaption() argument
918 if ( I->mxShape.get() == xShape.get() ) in GetAccessibleCaption()
1071 Reference< XAccessible > xShape(pairShape.first); in UpdateSelection() local
1073 anyShape <<= xShape; in UpdateSelection()
1130 const Reference<drawing::XShape>& xShape) in RegisterAsDisposeListener() argument
1132 Reference<lang::XComponent> xComponent (xShape, uno::UNO_QUERY); in RegisterAsDisposeListener()
1142 const Reference<drawing::XShape>& xShape) in UnregisterAsDisposeListener() argument
1144 Reference<lang::XComponent> xComponent (xShape, uno::UNO_QUERY); in UnregisterAsDisposeListener()
1155 ChildDescriptor::ChildDescriptor (const Reference<drawing::XShape>& xShape) in ChildDescriptor() argument
1156 : mxShape (xShape), in ChildDescriptor()