LibreOffice Module xmloff (master)
1
|
#include <ximpshap.hxx>
Public Member Functions | |
SdXMLFrameShapeContext (SvXMLImport &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, css::uno::Reference< css::drawing::XShapes > const &rShapes, bool bTemporaryShape) | |
virtual | ~SdXMLFrameShapeContext () override |
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 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 bool | processAttribute (const sax_fastparser::FastAttributeList::FastAttributeIter &) override |
![]() | |
SdXMLShapeContext (SvXMLImport &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, css::uno::Reference< css::drawing::XShapes > const &rShapes, bool bTemporaryShape) | |
virtual | ~SdXMLShapeContext () override |
![]() | |
SvXMLShapeContext (SvXMLImport &rImp, bool bTemporaryShape) | |
const css::uno::Reference< css::drawing::XShape > & | getShape () const |
void | setHyperlink (const OUString &rHyperlink) |
![]() | |
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 | startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | endUnknownElement (const OUString &Namespace, const OUString &Name) 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 |
![]() | |
MultiImageImportHelper () | |
virtual | ~MultiImageImportHelper () |
SvXMLImportContextRef | solveMultipleImages () |
solve multiple imported images. More... | |
void | addContent (const SvXMLImportContext &rSvXMLImportContext) |
add a content to the remembered image import contexts More... | |
bool | getSupportsMultipleContents () const |
read/write access to boolean switch More... | |
void | setSupportsMultipleContents (bool bNew) |
Protected Member Functions | |
void | removeGraphicFromImportContext (const SvXMLImportContext &rContext) override |
helper to get the created xShape instance, needs to be overridden More... | |
OUString | getGraphicPackageURLFromImportContext (const SvXMLImportContext &rContext) const override |
css::uno::Reference< css::graphic::XGraphic > | getGraphicFromImportContext (const SvXMLImportContext &rContext) const override |
![]() | |
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 |
Private Attributes | |
bool | mbSupportsReplacement |
SvXMLImportContextRef | mxImplContext |
SvXMLImportContextRef | mxReplImplContext |
Additional Inherited Members | |
![]() | |
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... | |
![]() | |
css::uno::Reference< css::drawing::XShape > | mxShape |
bool | mbTemporaryShape |
OUString | msHyperlink |
Definition at line 549 of file ximpshap.hxx.
SdXMLFrameShapeContext::SdXMLFrameShapeContext | ( | SvXMLImport & | rImport, |
const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList, | ||
css::uno::Reference< css::drawing::XShapes > const & | rShapes, | ||
bool | bTemporaryShape | ||
) |
Definition at line 3191 of file ximpshap.cxx.
References false, and SdXMLShapeContext::mxAttrList.
|
overridevirtual |
Definition at line 3205 of file ximpshap.cxx.
|
overridevirtual |
Reimplemented from SdXMLShapeContext.
Definition at line 3296 of file ximpshap.cxx.
References MultiImageImportHelper::addContent(), SdXMLShapeContext::createFastChildContext(), XMLShapeImportHelper::CreateFrameChildContext(), DRAW, SvXMLImportContext::GetImport(), SvXMLImport::getInterfaceToIdentifierMapper(), SdXMLPluginShapeContext::getMimeType(), SvXMLShapeContext::getShape(), MultiImageImportHelper::getSupportsMultipleContents(), SdXMLShapeContext::maShapeId, mbSupportsReplacement, SvXMLShapeContext::msHyperlink, SdXMLShapeContext::mxAttrList, mxImplContext, mxReplImplContext, SdXMLShapeContext::mxShapes, nToken, OFFICE, comphelper::UnoInterfaceToUniqueIdentifierMapper::reserveIdentifier(), SvXMLShapeContext::setHyperlink(), MultiImageImportHelper::setSupportsMultipleContents(), MultiImageImportHelper::solveMultipleImages(), SVG, SvXMLImportContext::SvXMLImportContext(), TOKEN_MASK, xmloff::token::XML_DESC, XML_ELEMENT, xmloff::token::XML_EVENT_LISTENERS, xmloff::token::XML_GLUE_POINT, xmloff::token::XML_IMAGE, xmloff::token::XML_IMAGE_MAP, xmloff::token::XML_OBJECT, xmloff::token::XML_OBJECT_OLE, xmloff::token::XML_PLUGIN, xmloff::token::XML_QRCODE, xmloff::token::XML_SIGNATURELINE, xmloff::token::XML_THUMBNAIL, and xmloff::token::XML_TITLE.
|
overridevirtual |
endFastElement is called before a context will be destructed, but after an elements context has been parsed.
It may be used for actions that require virtual methods. The default is to do nothing.
Reimplemented from SdXMLShapeContext.
Definition at line 3437 of file ximpshap.cxx.
References sax_fastparser::castToFastAttributeList(), XMLShapeImportHelper::CreateFrameChildContext(), DRAW, SdXMLShapeContext::endFastElement(), eToken, SvXMLImportContext::GetImport(), SvXMLImport::getInterfaceToIdentifierMapper(), SvXMLShapeContext::getShape(), xmloff::token::IsXMLToken(), SdXMLShapeContext::maPresentationClass, SdXMLShapeContext::maShapeId, SdXMLShapeContext::mbIsPlaceholder, SdXMLShapeContext::mxAttrList, mxImplContext, SdXMLShapeContext::mxShapes, comphelper::UnoInterfaceToUniqueIdentifierMapper::registerReservedReference(), MultiImageImportHelper::solveMultipleImages(), x, xmloff::token::XML_CHART, xmloff::token::XML_CLASS, XML_ELEMENT, xmloff::token::XML_GRAPHIC, xmloff::token::XML_IMAGE, xmloff::token::XML_OBJECT, xmloff::token::XML_PAGE, xmloff::token::XML_PAGE_THUMBNAIL, xmloff::token::XML_PLACEHOLDER, xmloff::token::XML_TABLE, xmloff::token::XML_TEXT_BOX, and xmloff::token::XML_TRUE.
|
overrideprotectedvirtual |
Implements MultiImageImportHelper.
Definition at line 3254 of file ximpshap.cxx.
References DBG_UNHANDLED_EXCEPTION.
|
overrideprotectedvirtual |
Implements MultiImageImportHelper.
Definition at line 3274 of file ximpshap.cxx.
References DBG_UNHANDLED_EXCEPTION, and SvXMLShapeContext::getShape().
|
overridevirtual |
Reimplemented from SdXMLShapeContext.
Definition at line 3505 of file ximpshap.cxx.
References DRAW, sax_fastparser::FastAttributeList::FastAttributeIter::getToken(), NONE, SdXMLShapeContext::processAttribute(), XML_ELEMENT, and xmloff::token::XML_ID.
|
overrideprotectedvirtual |
helper to get the created xShape instance, needs to be overridden
Implements MultiImageImportHelper.
Definition at line 3209 of file ximpshap.cxx.
References DBG_UNHANDLED_EXCEPTION, and SvXMLShapeContext::getShape().
|
overridevirtual |
Reimplemented from SdXMLShapeContext.
Definition at line 3431 of file ximpshap.cxx.
|
private |
Definition at line 552 of file ximpshap.hxx.
Referenced by createFastChildContext().
|
private |
Definition at line 553 of file ximpshap.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
private |
Definition at line 554 of file ximpshap.hxx.
Referenced by createFastChildContext().