LibreOffice Module oox (master) 1
|
A complex shape object. More...
#include <vmlshape.hxx>
Public Member Functions | |
ComplexShape (Drawing &rDrawing) | |
Public Member Functions inherited from oox::vml::CustomShape | |
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 |
Private 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... | |
Additional Inherited Members | |
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... | |
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 complex shape object.
This can be a picture shape, a custom shape, an OLE object, or an ActiveX form control.
Definition at line 426 of file vmlshape.hxx.
|
explicit |
Definition at line 1299 of file vmlshape.cxx.
|
overrideprivatevirtual |
Creates the corresponding XShape and inserts it into the passed container.
Reimplemented from oox::vml::CustomShape.
Definition at line 1304 of file vmlshape.cxx.
References Any, oox::vml::Drawing::createAndInsertClientXShape(), oox::vml::Drawing::createAndInsertXControlShape(), oox::vml::Drawing::createAndInsertXShape(), oox::vml::SimpleShape::createEmbeddedPictureObject(), oox::vml::SimpleShape::createPictureObject(), oox::vml::ShapeBase::getClientData(), oox::vml::Drawing::getControlInfo(), oox::core::FilterBase::getFileUrl(), oox::vml::Drawing::getFilter(), oox::core::FilterBase::getGraphicHelper(), oox::vml::ShapeType::getGraphicPath(), oox::core::FilterBase::getModelObjectHelper(), oox::vml::Drawing::getOleObjectInfo(), comphelper::getProcessComponentContext(), oox::vml::ShapeBase::getShapeModel(), oox::vml::ShapeType::getShapeType(), comphelper::OStorageHelper::GetStorageOfFormatFromURL(), oox::vml::CustomShape::implConvertAndInsert(), oox::vml::lcl_SetAnchorType(), oox::vml::ShapeTypeModel::maFillModel, oox::vml::ControlInfo::maFragmentPath, oox::vml::ControlInfo::maName, WmfExternal::mapMode, oox::vml::ShapeTypeModel::maPosition, oox::vml::ShapeTypeModel::maShapeId, oox::vml::ShapeTypeModel::maStrokeModel, oox::vml::ShapeType::maTypeModel, oox::vml::ControlInfo::mbTextContentShape, oox::vml::ShapeType::mrDrawing, PROP_VertOrient, oox::vml::StrokeModel::pushToPropMap(), oox::vml::FillModel::pushToPropMap(), SAL_WARN_IF, oox::PropertySet::setAnyProperty(), oox::PropertySet::setProperties(), oox::PropertyMap::setProperty(), WmfExternal::xExt, WmfExternal::yExt, and ZIP_STORAGE_FORMAT_STRING.