Lines Matching refs:pShape
1387 SvxShape* pShape = NULL; in _CreateShape() local
1395 pShape = new SvxShapeText( pObj ); in _CreateShape()
1399 …pShape->SetShapeType(OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation.PageShape"))… in _CreateShape()
1403 …pShape->SetShapeType(OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation.TitleTextSha… in _CreateShape()
1408 pShape = new SvxShapeText( pObj ); in _CreateShape()
1409 …pShape->SetShapeType(OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.presentation.OutlinerShap… in _CreateShape()
1415 Reference< drawing::XShape > xShape( pShape ); in _CreateShape()
1484 if( !pShape ) in _CreateShape()
1485 pShape = SvxShape::getImplementation( xShape ); in _CreateShape()
1487 if( pShape ) in _CreateShape()
1488 pShape->SetShapeType( aShapeType ); in _CreateShape()
2507 SvxShape* pShape = SvxShape::getImplementation( xShape ); in remove() local
2508 if( pShape ) in remove()
2510 SdrObject* pObj = pShape->GetSdrObject(); in remove()
3152 SvxShape* pShape = SvxShape::getImplementation( xShape ); in remove() local
3153 if( pShape ) in remove()
3155 SdrObject* pObj = pShape->GetSdrObject(); in remove()