Lines Matching refs:mxShape

125       mxShape (rShapeInfo.mxShape),  in AccessibleShape()
132 m_pShape = GetSdrObjectFromXShape(mxShape); in AccessibleShape()
144 mxShape (rxShape), in AccessibleShape()
151 m_pShape = GetSdrObjectFromXShape(mxShape); in AccessibleShape()
175 Reference<drawing::XShapes> xShapes (mxShape, uno::UNO_QUERY); in Init()
190 Reference<text::XText> xText (mxShape, uno::UNO_QUERY); in Init()
195 if (pView != NULL && pWindow != NULL && mxShape.is()) in Init()
198 SdrObject* pSdrObject = GetSdrObjectFromXShape(mxShape); in Init()
248 switch (ShapeTypeHandler::Instance().GetTypeId (mxShape)) in UpdateStates()
254 uno::Reference<beans::XPropertySet> xSet (mxShape, uno::UNO_QUERY); in UpdateStates()
290 return ShapeTypeHandler::CreateAccessibleBaseName( mxShape ); in GetStyle()
444 aSequence[0] = mpParent->GetAccessibleCaption(mxShape); in getAccessibleRelationSet()
612 if ( mxShape.is() ) in getBounds()
623 Reference<beans::XPropertySet> xSet (mxShape, uno::UNO_QUERY); in getBounds()
652 awt::Point aPosition (mxShape->getPosition()); in getBounds()
653 awt::Size aSize (mxShape->getSize()); in getBounds()
798 uno::Reference<beans::XPropertySet> aSet (mxShape, uno::UNO_QUERY); in getForeground()
824 uno::Reference<beans::XPropertySet> aSet (mxShape, uno::UNO_QUERY); in getBackground()
1172 if ( xShape.get() == mxShape.get() ) in notifyEvent()
1277 return ShapeTypeHandler::CreateAccessibleBaseName( mxShape ); in CreateAccessibleBaseName()
1384 DescriptionGenerator aDG (mxShape); in CreateAccessibleDescription()
1386 switch (ShapeTypeHandler::Instance().GetTypeId (mxShape)) in CreateAccessibleDescription()
1438 uno::Reference<drawing::XShapeDescriptor> xDescriptor (mxShape, uno::UNO_QUERY); in CreateAccessibleDescription()
1454 return( mxShape ); in GetXShape()
1473 Reference<lang::XComponent> xComponent (mxShape, uno::UNO_QUERY); in disposing()
1497 mxShape = NULL; in disposing()
1526 Reference<beans::XPropertySet> xSet (mxShape, uno::UNO_QUERY_THROW); in UpdateNameAndDescription()
1556 switch (ShapeTypeHandler::Instance().GetTypeId (mxShape)) in getAccessibleRole()
1622 SdrObject *pObj = GetSdrObjectFromXShape(mxShape); in getGroupPosition()
1683 if ( (*aIter).get() == mxShape.get() ) in getGroupPosition()
1701 SdrObject *pObj = GetSdrObjectFromXShape(mxShape); in getObjectLink()