Lines Matching refs:rDrawing
114 ShapeType::ShapeType( Drawing& rDrawing ) : in ShapeType() argument
115 mrDrawing( rDrawing ) in ShapeType()
219 ShapeBase::ShapeBase( Drawing& rDrawing ) : in ShapeBase() argument
220 ShapeType( rDrawing ) in ShapeBase()
331 SimpleShape::SimpleShape( Drawing& rDrawing, const OUString& rService ) : in SimpleShape() argument
332 ShapeBase( rDrawing ), in SimpleShape()
346 RectangleShape::RectangleShape( Drawing& rDrawing ) : in RectangleShape() argument
347 SimpleShape( rDrawing, CREATE_OUSTRING( "com.sun.star.drawing.RectangleShape" ) ) in RectangleShape()
353 EllipseShape::EllipseShape( Drawing& rDrawing ) : in EllipseShape() argument
354 SimpleShape( rDrawing, CREATE_OUSTRING( "com.sun.star.drawing.EllipseShape" ) ) in EllipseShape()
360 PolyLineShape::PolyLineShape( Drawing& rDrawing ) : in PolyLineShape() argument
361 SimpleShape( rDrawing, CREATE_OUSTRING( "com.sun.star.drawing.PolyLineShape" ) ) in PolyLineShape()
385 CustomShape::CustomShape( Drawing& rDrawing ) : in CustomShape() argument
386 SimpleShape( rDrawing, CREATE_OUSTRING( "com.sun.star.drawing.CustomShape" ) ) in CustomShape()
410 ComplexShape::ComplexShape( Drawing& rDrawing ) : in ComplexShape() argument
411 CustomShape( rDrawing ) in ComplexShape()
507 GroupShape::GroupShape( Drawing& rDrawing ) : in GroupShape() argument
508 ShapeBase( rDrawing ), in GroupShape()
509 mxChildren( new ShapeContainer( rDrawing ) ) in GroupShape()