Lines Matching refs:pShape
1039 SvxShape* pShape = NULL; in createInstance() local
1117 pShape = CreateSvxShapeByTypeAndInventor( nType, SdrInventor ); in createInstance()
1120 if( pShape && !mbClipBoard ) in createInstance()
1121 pShape->SetShapeType(aServiceSpecifier); in createInstance()
1123 xRet = (uno::XWeak*)pShape; in createInstance()
1127 SvxShape* pShape = CreateSvxShapeByTypeAndInventor( OBJ_TABLE, SdrInventor ); in createInstance() local
1128 if( pShape && !mbClipBoard ) in createInstance()
1129 pShape->SetShapeType(aServiceSpecifier); in createInstance()
1131 xRet = (uno::XWeak*)pShape; in createInstance()
2170 SvxShape* pShape = SvxShape::getImplementation( xShape ); in render() local
2172 if( pShape ) in render()
2174 SdrObject* pObj = pShape->GetSdrObject(); in render()