Lines Matching refs:mpShapePtr
54 , mpShapePtr( pShapePtr ) in ShapeContext()
60 if ( mpMasterShapePtr.get() && mpShapePtr.get() ) in ~ShapeContext()
61 mpMasterShapePtr->addChild( mpShapePtr ); in ~ShapeContext()
66 return mpShapePtr; in getShape()
85 mpShapePtr->setHidden( aAttribs.getBool( XML_hidden, false ) ); in createFastChildContext()
86 mpShapePtr->setId( xAttribs->getOptionalValue( XML_id ) ); in createFastChildContext()
87 mpShapePtr->setName( xAttribs->getOptionalValue( XML_name ) ); in createFastChildContext()
91 mpShapePtr->setSubType( xAttribs->getOptionalValueToken( XML_type, XML_obj ) ); in createFastChildContext()
92 mpShapePtr->setSubTypeIndex( xAttribs->getOptionalValue( XML_idx ).toInt32() ); in createFastChildContext()
97 xRet = new ShapePropertiesContext( *this, *mpShapePtr ); in createFastChildContext()
101 xRet = new ShapeStyleContext( *this, *mpShapePtr ); in createFastChildContext()
107 mpShapePtr->setTextBody( xTextBody ); in createFastChildContext()