Searched refs:pShapeImp (Results 1 – 4 of 4) sorted by relevance
128 SvxShape* pShapeImp = SvxShape::getImplementation(rShape); in finishShape() local129 if (pShapeImp) in finishShape()131 SdrObject *pSdrObj = pShapeImp->GetSdrObject(); in finishShape()149 SvxShape* pShapeImp = SvxShape::getImplementation(rShape); in finishShape() local150 if (pShapeImp) in finishShape()152 SdrObject *pSdrObj = pShapeImp->GetSdrObject(); in finishShape()
678 SvxShape* pShapeImp(SvxShape::getImplementation(xShape)); in CollectSharedData() local679 if (pShapeImp) in CollectSharedData()681 SdrObject *pSdrObj(pShapeImp->GetSdrObject()); in CollectSharedData()2671 if( SvxShape* pShapeImp = SvxShape::getImplementation( xShape ) ) in CollectInternalShape() local2673 if( SdrObject* pObject = pShapeImp->GetSdrObject() ) in CollectInternalShape()
755 SvxShape* pShapeImp = SvxShape::getImplementation( xShapeSel ); in select() local815 else if ( pShapeImp || xShapeColl.is() ) // Drawing-Layer in select()823 if (pShapeImp) // einzelnes Shape in select()825 SdrObject *pObj = pShapeImp->GetSdrObject(); in select()
1163 SvxShape* pShapeImp = SvxShape::getImplementation(xShape); in GetAnchor() local1165 if (pShapeImp && xShapeProp.is()) in GetAnchor()1167 SdrObject *pSdrObj = pShapeImp->GetSdrObject(); in GetAnchor()
Completed in 102 milliseconds