LibreOffice Module oox (master) 1
Public Member Functions | Private Member Functions | List of all members
oox::vml::LineShape Class Referencefinal

A Line shape object. More...

#include <vmlshape.hxx>

Inheritance diagram for oox::vml::LineShape:
[legend]
Collaboration diagram for oox::vml::LineShape:
[legend]

Public Member Functions

 LineShape (Drawing &rDrawing)
 
virtual css::uno::Reference< css::drawing::XShape > implConvertAndInsert (const css::uno::Reference< css::drawing::XShapes > &rxShapes, const css::awt::Rectangle &rShapeRect) const override
 Creates the corresponding XShape and inserts it into the passed container. More...
 
- Public Member Functions inherited from oox::vml::SimpleShape
 SimpleShape (Drawing &rDrawing, OUString aService)
 
void setService (const OUString &aService)
 
- Public Member Functions inherited from oox::vml::ShapeBase
ShapeModelgetShapeModel ()
 Returns read/write access to the shape model structure. More...
 
const ShapeModelgetShapeModel () const
 Returns read access to the shape model structure. More...
 
const TextBoxgetTextBox () const
 Returns read access to the shape textbox. More...
 
const ClientDatagetClientData () const
 Returns read access to the shape client data structure. More...
 
virtual void finalizeFragmentImport ()
 Final processing after import of the drawing fragment. More...
 
OUString getShapeName () const
 Returns the real shape name if existing, or a generated shape name. More...
 
virtual const ShapeTypegetChildTypeById (const OUString &rShapeId) const
 Returns the shape template with the passed identifier from the child shapes. More...
 
virtual const ShapeBasegetChildById (const OUString &rShapeId) const
 Returns the shape with the passed identifier from the child shapes. More...
 
css::uno::Reference< css::drawing::XShape > convertAndInsert (const css::uno::Reference< css::drawing::XShapes > &rxShapes, const ShapeParentAnchor *pParentAnchor=nullptr) const
 Creates the corresponding XShape and inserts it into the passed container. More...
 
void convertFormatting (const css::uno::Reference< css::drawing::XShape > &rxShape) const
 Converts position and formatting into the passed existing XShape. More...
 
void setContainer (ShapeContainer *pContainer)
 
ShapeContainergetContainer () const
 
- Public Member Functions inherited from oox::vml::ShapeType
 ShapeType (Drawing &rDrawing)
 
virtual ~ShapeType ()
 
ShapeTypeModelgetTypeModel ()
 Returns read/write access to the shape template model structure. More...
 
const ShapeTypeModelgetTypeModel () const
 Returns read access to the shape template model structure. More...
 
const OUString & getShapeId () const
 Returns the shape identifier (which is unique through the containing drawing). More...
 
sal_Int32 getShapeType () const
 Returns the application defined shape type. More...
 
OUString getGraphicPath () const
 Returns the fragment path to the embedded graphic used by this shape. More...
 
const DrawinggetDrawing () const
 

Private Member Functions

virtual css::awt::Rectangle getAbsRectangle () const override
 Returns the absolute shape rectangle. More...
 
virtual css::awt::Rectangle getRelRectangle () const override
 Returns the rectangle relative to the parent coordinate system. More...
 

Additional Inherited Members

- Protected Member Functions inherited from oox::vml::SimpleShape
virtual css::uno::Reference< css::drawing::XShape > implConvertAndInsert (const css::uno::Reference< css::drawing::XShapes > &rxShapes, const css::awt::Rectangle &rShapeRect) const override
 Creates the corresponding XShape and inserts it into the passed container. More...
 
virtual css::uno::Reference< css::drawing::XShape > finalImplConvertAndInsert (const css::uno::Reference< css::drawing::XShape > &rxShape) const override
 Always called after implConvertAndInsert for the same task. More...
 
css::uno::Reference< css::drawing::XShape > createEmbeddedPictureObject (const css::uno::Reference< css::drawing::XShapes > &rxShapes, const css::awt::Rectangle &rShapeRect, OUString const &rGraphicPath) const
 Used by both RectangleShape and ComplexShape. More...
 
css::uno::Reference< css::drawing::XShape > createPictureObject (const css::uno::Reference< css::drawing::XShapes > &rxShapes, const css::awt::Rectangle &rShapeRect, css::uno::Reference< css::graphic::XGraphic > const &rxGraphic) const
 
- Protected Member Functions inherited from oox::vml::ShapeBase
 ShapeBase (Drawing &rDrawing)
 
virtual css::uno::Reference< css::drawing::XShape > implConvertAndInsert (const css::uno::Reference< css::drawing::XShapes > &rxShapes, const css::awt::Rectangle &rShapeRect) const =0
 Derived classes create the corresponding XShape and insert it into the passed container. More...
 
virtual css::uno::Reference< css::drawing::XShape > finalImplConvertAndInsert (const css::uno::Reference< css::drawing::XShape > &rxShape) const
 Always called after implConvertAndInsert for the same task. More...
 
css::awt::Rectangle calcShapeRectangle (const ShapeParentAnchor *pParentAnchor) const
 Calculates the final shape rectangle according to the passed anchor, if present, otherwise according to the own anchor settings. More...
 
void convertShapeProperties (const css::uno::Reference< css::drawing::XShape > &rxShape) const
 Converts common shape properties such as formatting attributes. More...
 
- Protected Member Functions inherited from oox::vml::ShapeType
css::awt::Rectangle getCoordSystem () const
 Returns the coordinate system of this shape. More...
 
css::awt::Rectangle getRectangle (const ShapeParentAnchor *pParentAnchor) const
 Returns the absolute shape rectangle according to the passed anchor. More...
 
virtual css::awt::Rectangle getAbsRectangle () const
 Returns the absolute shape rectangle. More...
 
virtual css::awt::Rectangle getRelRectangle () const
 Returns the rectangle relative to the parent coordinate system. More...
 
- Protected Attributes inherited from oox::vml::ShapeBase
ShapeModel maShapeModel
 The model structure containing shape data. More...
 
ShapeContainermpContainer = nullptr
 
- Protected Attributes inherited from oox::vml::ShapeType
DrawingmrDrawing
 The VML drawing page that contains this shape. More...
 
ShapeTypeModel maTypeModel
 The model structure containing shape type data. More...
 

Detailed Description

A Line shape object.

Definition at line 376 of file vmlshape.hxx.

Constructor & Destructor Documentation

◆ LineShape()

oox::vml::LineShape::LineShape ( Drawing rDrawing)
explicit

Definition at line 1127 of file vmlshape.cxx.

Member Function Documentation

◆ getAbsRectangle()

awt::Rectangle oox::vml::LineShape::getAbsRectangle ( ) const
overrideprivatevirtual

◆ getRelRectangle()

awt::Rectangle oox::vml::LineShape::getRelRectangle ( ) const
overrideprivatevirtual

Returns the rectangle relative to the parent coordinate system.

Reimplemented from oox::vml::ShapeType.

Definition at line 1158 of file vmlshape.cxx.

References o3tl::getToken(), oox::vml::ShapeModel::maFrom, oox::vml::ShapeBase::maShapeModel, oox::vml::ShapeModel::maTo, nIndex, and o3tl::toInt32().

◆ implConvertAndInsert()

Reference< XShape > oox::vml::LineShape::implConvertAndInsert ( const css::uno::Reference< css::drawing::XShapes > &  rxShapes,
const css::awt::Rectangle &  rShapeRect 
) const
overridevirtual

Creates the corresponding XShape and inserts it into the passed container.

Reimplemented from oox::vml::SimpleShape.

Definition at line 1132 of file vmlshape.cxx.

References oox::vml::SimpleShape::implConvertAndInsert(), and oox::vml::ShapeType::maTypeModel.


The documentation for this class was generated from the following files: