Searched refs:SimpleShape (Results 1 – 2 of 2) sorted by relevance
331 SimpleShape::SimpleShape( Drawing& rDrawing, const OUString& rService ) : in SimpleShape() function in oox::vml::SimpleShape337 Reference< XShape > SimpleShape::implConvertAndInsert( const Reference< XShapes >& rxShapes, const … in implConvertAndInsert()347 SimpleShape( rDrawing, CREATE_OUSTRING( "com.sun.star.drawing.RectangleShape" ) ) in RectangleShape()354 SimpleShape( rDrawing, CREATE_OUSTRING( "com.sun.star.drawing.EllipseShape" ) ) in EllipseShape()361 SimpleShape( rDrawing, CREATE_OUSTRING( "com.sun.star.drawing.PolyLineShape" ) ) in PolyLineShape()367 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()386 SimpleShape( rDrawing, CREATE_OUSTRING( "com.sun.star.drawing.CustomShape" ) ) in CustomShape()393 Reference< XShape > xShape = SimpleShape::implConvertAndInsert( rxShapes, rShapeRect ); in implConvertAndInsert()
251 class SimpleShape : public ShapeBase class254 explicit SimpleShape( Drawing& rDrawing, const ::rtl::OUString& rService );270 class RectangleShape : public SimpleShape279 class EllipseShape : public SimpleShape288 class PolyLineShape : public SimpleShape304 class CustomShape : public SimpleShape
Completed in 17 milliseconds