Lines Matching refs:xRet
63 Reference< XFastContextHandler > xRet; in createFastChildContext() local
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()
108 if( !xRet.is() ) in createFastChildContext()
109 xRet.set( this ); in createFastChildContext()
112 return xRet; in createFastChildContext()