Lines Matching refs:mxShape
162 mxShape.reset( new Shape( "com.sun.star.drawing.CustomShape" ) ); in onCreateContext()
163 return new ShapeContext( *this, ShapePtr(), mxShape ); in onCreateContext()
165 mxShape.reset( new Shape( "com.sun.star.drawing.ConnectorShape" ) ); in onCreateContext()
166 return new ConnectorShapeContext( *this, ShapePtr(), mxShape ); in onCreateContext()
168 mxShape.reset( new Shape( "com.sun.star.drawing.GraphicObjectShape" ) ); in onCreateContext()
169 return new GraphicShapeContext( *this, ShapePtr(), mxShape ); in onCreateContext()
173 mxShape.reset( new Shape( "com.sun.star.drawing.GraphicObjectShape" ) ); in onCreateContext()
174 return new GraphicalObjectFrameContext( *this, ShapePtr(), mxShape, true ); in onCreateContext()
176 mxShape.reset( new Shape( "com.sun.star.drawing.GroupShape" ) ); in onCreateContext()
177 return new ShapeGroupContext( *this, ShapePtr(), mxShape ); in onCreateContext()
212 if( mxDrawPage.is() && mxShape.get() && mxAnchor.get() ) in onEndElement()
223 … mxShape->addShape( getFilter(), getFilter().getCurrentTheme(), mxDrawPage, &aShapeRectEmu32 ); in onEndElement()
226 mxShape.reset(); in onEndElement()