|
LibreOffice Module oox (master) 1
|
A shape object with custom geometry. More...
#include <vmlshape.hxx>
Public Member Functions | |
| CustomShape (Drawing &rDrawing) | |
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 | |
| ShapeModel & | getShapeModel () |
| Returns read/write access to the shape model structure. More... | |
| const ShapeModel & | getShapeModel () const |
| Returns read access to the shape model structure. More... | |
| const TextBox * | getTextBox () const |
| Returns read access to the shape textbox. More... | |
| const ClientData * | getClientData () 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 ShapeType * | getChildTypeById (const OUString &rShapeId) const |
| Returns the shape template with the passed identifier from the child shapes. More... | |
| virtual const ShapeBase * | getChildById (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) |
| ShapeContainer * | getContainer () const |
Public Member Functions inherited from oox::vml::ShapeType | |
| ShapeType (Drawing &rDrawing) | |
| virtual | ~ShapeType () |
| ShapeTypeModel & | getTypeModel () |
| Returns read/write access to the shape template model structure. More... | |
| const ShapeTypeModel & | getTypeModel () 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 Drawing & | getDrawing () const |
Protected Member Functions | |
| 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... | |
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... | |
Additional Inherited Members | |
Protected Attributes inherited from oox::vml::ShapeBase | |
| ShapeModel | maShapeModel |
| The model structure containing shape data. More... | |
| ShapeContainer * | mpContainer = nullptr |
Protected Attributes inherited from oox::vml::ShapeType | |
| Drawing & | mrDrawing |
| The VML drawing page that contains this shape. More... | |
| ShapeTypeModel | maTypeModel |
| The model structure containing shape type data. More... | |
A shape object with custom geometry.
Definition at line 410 of file vmlshape.hxx.
|
explicit |
Definition at line 1276 of file vmlshape.cxx.
|
overrideprotectedvirtual |
Creates the corresponding XShape and inserts it into the passed container.
Reimplemented from oox::vml::SimpleShape.
Reimplemented in oox::vml::ComplexShape.
Definition at line 1281 of file vmlshape.cxx.
References oox::vml::ShapeBase::convertShapeProperties(), Exception, oox::vml::ShapeType::getShapeType(), and oox::vml::SimpleShape::implConvertAndInsert().
Referenced by oox::vml::ComplexShape::implConvertAndInsert().