LibreOffice Module xmloff (master) 1
|
#include <ximpshap.hxx>
Public Member Functions | |
SdXMLConnectorShapeContext (SvXMLImport &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, css::uno::Reference< css::drawing::XShapes > const &rShapes, bool bTemporaryShape) | |
virtual | ~SdXMLConnectorShapeContext () override |
virtual void SAL_CALL | startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override |
virtual bool | processAttribute (const sax_fastparser::FastAttributeList::FastAttributeIter &) override |
Public Member Functions inherited from SdXMLShapeContext | |
SdXMLShapeContext (SvXMLImport &rImport, css::uno::Reference< css::xml::sax::XFastAttributeList > xAttrList, css::uno::Reference< css::drawing::XShapes > xShapes, bool bTemporaryShape) | |
virtual | ~SdXMLShapeContext () override |
virtual void SAL_CALL | startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override |
virtual void SAL_CALL | endFastElement (sal_Int32 nElement) override |
endFastElement is called before a context will be destructed, but after an elements context has been parsed. More... | |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &AttrList) override |
virtual bool | processAttribute (const sax_fastparser::FastAttributeList::FastAttributeIter &) |
Public Member Functions inherited from SvXMLShapeContext | |
SvXMLShapeContext (SvXMLImport &rImp, bool bTemporaryShape) | |
const css::uno::Reference< css::drawing::XShape > & | getShape () const |
void | setHyperlink (const OUString &rHyperlink) |
Public Member Functions inherited from SvXMLImportContext | |
SvXMLImportContext (SvXMLImport &rImport) | |
A contexts constructor does anything that is required if an element starts. More... | |
virtual | ~SvXMLImportContext () |
A contexts destructor does anything that is required if an element ends. More... | |
virtual void SAL_CALL | startFastElement (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | endFastElement (sal_Int32 Element) override |
endFastElement is called before a context will be destructed, but after an elements context has been parsed. More... | |
virtual void SAL_CALL | endUnknownElement (const OUString &Namespace, const OUString &Name) override |
virtual css::uno::Reference< XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createUnknownChildContext (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | characters (const OUString &aChars) override |
This method is called for all characters that are contained in the current element. More... | |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) final override |
virtual void SAL_CALL | acquire () noexcept final override |
virtual void SAL_CALL | release () noexcept final override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () final override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () final override |
Private Attributes | |
css::awt::Point | maStart |
css::awt::Point | maEnd |
css::drawing::ConnectorType | mnType |
OUString | maStartShapeId |
sal_Int32 | mnStartGlueId |
OUString | maEndShapeId |
sal_Int32 | mnEndGlueId |
sal_Int32 | mnDelta1 |
sal_Int32 | mnDelta2 |
sal_Int32 | mnDelta3 |
css::uno::Any | maPath |
Additional Inherited Members | |
Protected Member Functions inherited from SdXMLShapeContext | |
void | SetStyle (bool bSupportsStyle=true) |
if bSupportsStyle is false, auto styles will be set but not a style More... | |
void | SetLayer () |
void | SetThumbnail () |
void | AddShape (css::uno::Reference< css::drawing::XShape > &xShape) |
void | AddShape (OUString const &serviceName) |
void | SetTransformation () |
void | addGluePoint (const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) |
bool | isPresentationShape () const |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Protected Attributes inherited from SdXMLShapeContext | |
css::uno::Reference< css::drawing::XShapes > | mxShapes |
css::uno::Reference< css::text::XTextCursor > | mxCursor |
css::uno::Reference< css::text::XTextCursor > | mxOldCursor |
css::uno::Reference< css::xml::sax::XFastAttributeList > | mxAttrList |
css::uno::Reference< css::container::XIdentifierContainer > | mxGluePoints |
css::uno::Reference< css::document::XActionLockable > | mxLockable |
OUString | maDrawStyleName |
OUString | maTextStyleName |
OUString | maPresentationClass |
OUString | maShapeName |
OUString | maThumbnailURL |
bool | mbListContextPushed |
whether to restore list context (#91964#) More... | |
XmlStyleFamily | mnStyleFamily |
bool | mbIsPlaceholder |
bool | mbClearDefaultAttributes |
bool | mbIsUserTransformed |
sal_Int32 | mnZOrder |
OUString | maShapeId |
OUString | maLayerName |
SdXMLImExTransform2D | mnTransform |
css::awt::Size | maSize |
sal_Int16 | mnRelWidth |
sal_Int16 | mnRelHeight |
css::awt::Point | maPosition |
basegfx::B2DHomMatrix | maUsedTransformation |
bool | mbVisible |
bool | mbPrintable |
bool | mbHaveXmlId |
bool | mbTextBox |
If the text of this shape is handled by a Writer TextFrame. More... | |
Protected Attributes inherited from SvXMLShapeContext | |
css::uno::Reference< css::drawing::XShape > | mxShape |
bool | mbTemporaryShape |
OUString | msHyperlink |
Definition at line 279 of file ximpshap.hxx.
SdXMLConnectorShapeContext::SdXMLConnectorShapeContext | ( | SvXMLImport & | rImport, |
const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList, | ||
css::uno::Reference< css::drawing::XShapes > const & | rShapes, | ||
bool | bTemporaryShape | ||
) |
Definition at line 1731 of file ximpshap.cxx.
|
overridevirtual |
Definition at line 1748 of file ximpshap.cxx.
|
overridevirtual |
Reimplemented from SdXMLShapeContext.
Definition at line 1771 of file ximpshap.cxx.
References aXML_ConnectionKind_EnumMap, basegfx::utils::B2DPolyPolygonToUnoPolyPolygonBezierCoords(), SvXMLUnitConverter::convertEnum(), basegfx::B2DPolyPolygon::count(), DRAW, SdXMLShapeContext::GetImport(), SvXMLTokenEnumerator::getNextToken(), sax_fastparser::FastAttributeList::FastAttributeIter::getToken(), basegfx::utils::importFromSvgD(), maEnd, maEndShapeId, maPath, maStart, maStartShapeId, mnDelta1, mnDelta2, mnDelta3, mnEndGlueId, mnStartGlueId, SdXMLShapeContext::mnTransform, mnType, SdXMLShapeContext::processAttribute(), SdXMLImExTransform2D::SetString(), SVG, sax_fastparser::FastAttributeList::FastAttributeIter::toInt32(), sax_fastparser::FastAttributeList::FastAttributeIter::toString(), sax_fastparser::FastAttributeList::FastAttributeIter::toView(), xmloff::token::XML_D, XML_ELEMENT, xmloff::token::XML_END_GLUE_POINT, xmloff::token::XML_END_SHAPE, xmloff::token::XML_LINE_SKEW, xmloff::token::XML_START_GLUE_POINT, xmloff::token::XML_START_SHAPE, xmloff::token::XML_TRANSFORM, xmloff::token::XML_TYPE, xmloff::token::XML_X1, xmloff::token::XML_X2, xmloff::token::XML_Y1, and xmloff::token::XML_Y2.
|
overridevirtual |
Reimplemented from SdXMLShapeContext.
Definition at line 1864 of file ximpshap.cxx.
References SdXMLShapeContext::AddShape(), Any, basegfx::fround(), SdXMLImExTransform2D::GetFullTransform(), SdXMLShapeContext::GetImport(), basegfx::Tuple2D< typename TYPE >::getX(), basegfx::Tuple2D< typename TYPE >::getY(), basegfx::B2DHomMatrix::isIdentity(), maEnd, maEndShapeId, maPath, maStart, maStartShapeId, mnDelta1, mnDelta2, mnDelta3, mnEndGlueId, mnStartGlueId, SdXMLShapeContext::mnTransform, mnType, SvXMLShapeContext::mxShape, SdXMLImExTransform2D::NeedsAction(), SdXMLShapeContext::SetLayer(), SdXMLShapeContext::SetStyle(), and SdXMLShapeContext::startFastElement().
|
private |
Definition at line 283 of file ximpshap.hxx.
Referenced by processAttribute(), and startFastElement().
|
private |
Definition at line 290 of file ximpshap.hxx.
Referenced by processAttribute(), and startFastElement().
|
private |
Definition at line 297 of file ximpshap.hxx.
Referenced by processAttribute(), and startFastElement().
|
private |
Definition at line 282 of file ximpshap.hxx.
Referenced by processAttribute(), and startFastElement().
|
private |
Definition at line 288 of file ximpshap.hxx.
Referenced by processAttribute(), and startFastElement().
|
private |
Definition at line 293 of file ximpshap.hxx.
Referenced by processAttribute(), and startFastElement().
|
private |
Definition at line 294 of file ximpshap.hxx.
Referenced by processAttribute(), and startFastElement().
|
private |
Definition at line 295 of file ximpshap.hxx.
Referenced by processAttribute(), and startFastElement().
|
private |
Definition at line 291 of file ximpshap.hxx.
Referenced by processAttribute(), and startFastElement().
|
private |
Definition at line 289 of file ximpshap.hxx.
Referenced by processAttribute(), and startFastElement().
|
private |
Definition at line 286 of file ximpshap.hxx.
Referenced by processAttribute(), and startFastElement().