Lines Matching refs:mpGroupShapePtr

50 , mpGroupShapePtr( pGroupShapePtr )  in ShapeGroupContext()
57 if ( mpMasterShapePtr.get() && mpGroupShapePtr.get() ) in ~ShapeGroupContext()
58 mpMasterShapePtr->addChild( mpGroupShapePtr ); in ~ShapeGroupContext()
70 mpGroupShapePtr->setHidden( aAttribs.getBool( XML_hidden, false ) ); in createFastChildContext()
71 mpGroupShapePtr->setId( xAttribs->getOptionalValue( XML_id ) ); in createFastChildContext()
72 mpGroupShapePtr->setName( xAttribs->getOptionalValue( XML_name ) ); in createFastChildContext()
76 mpGroupShapePtr->setSubType( xAttribs->getOptionalValueToken( XML_type, FastToken::DONTKNOW ) ); in createFastChildContext()
77 mpGroupShapePtr->setSubTypeIndex( xAttribs->getOptionalValue( XML_idx ).toInt32() ); in createFastChildContext()
82 xRet = new ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext()
85 xRet = new ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext()
93 …xRet.set( new ConnectorShapeContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.dr… in createFastChildContext()
96 …xRet.set( new ShapeGroupContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.drawin… in createFastChildContext()
99 …xRet.set( new ShapeContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.drawing.Cus… in createFastChildContext()
102 …xRet.set( new GraphicShapeContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.star.draw… in createFastChildContext()
105 …xRet.set( new GraphicalObjectFrameContext( *this, mpGroupShapePtr, ShapePtr( new Shape( "com.sun.s… in createFastChildContext()