LibreOffice Module xmloff (master) 1
|
#include <XMLTextFrameContext.hxx>
Public Member Functions | |
XMLTextFrameContext (SvXMLImport &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, css::text::TextContentAnchorType eDfltAnchorType) | |
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 |
void | SetHyperlink (const OUString &rHRef, const OUString &rName, const OUString &rTargetFrameName, bool bMap) |
css::text::TextContentAnchorType | GetAnchorType () const |
css::uno::Reference< css::text::XTextContent > | GetTextContent () const |
css::uno::Reference< css::drawing::XShape > | GetShape () const |
![]() | |
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 |
![]() | |
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 |
![]() | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
virtual void | removeGraphicFromImportContext (const SvXMLImportContext &rContext)=0 |
helper to get the created xShape instance, override this More... | |
virtual OUString | getGraphicPackageURLFromImportContext (const SvXMLImportContext &rContext) const =0 |
virtual css::uno::Reference< css::graphic::XGraphic > | getGraphicFromImportContext (const SvXMLImportContext &rContext) const =0 |
Private Member Functions | |
bool | CreateIfNotThere (css::uno::Reference< css::beans::XPropertySet > &rPropSet) |
Private Attributes | |
rtl::Reference< sax_fastparser::FastAttributeList > | m_xAttrList |
SvXMLImportContextRef | m_xImplContext |
SvXMLImportContextRef | m_xReplImplContext |
std::unique_ptr< XMLTextFrameContextHyperlink_Impl > | m_pHyperlink |
OUString | m_sTitle |
OUString | m_sDesc |
css::text::TextContentAnchorType | m_eDefaultAnchorType |
bool | m_HasAutomaticStyleWithoutParentStyle |
bool | m_bSupportsReplacement |
Definition at line 34 of file XMLTextFrameContext.hxx.
XMLTextFrameContext::XMLTextFrameContext | ( | SvXMLImport & | rImport, |
const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList, | ||
css::text::TextContentAnchorType | eDfltAnchorType | ||
) |
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 1439 of file XMLTextFrameContext.cxx.
References MultiImageImportHelper::addContent(), sax_fastparser::castToFastAttributeList(), XMLShapeImportHelper::CreateFrameChildContext(), CreateIfNotThere(), DRAW, SvXMLImportContext::GetImport(), MultiImageImportHelper::getSupportsMultipleContents(), IsTokenInNamespace(), m_bSupportsReplacement, m_eDefaultAnchorType, m_HasAutomaticStyleWithoutParentStyle, m_sDesc, m_sTitle, m_xAttrList, m_xImplContext, m_xReplImplContext, OFFICE, MultiImageImportHelper::setSupportsMultipleContents(), MultiImageImportHelper::solveMultipleImages(), SVG, TOKEN_MASK, xmloff::token::XML_A, xmloff::token::XML_APPLET, xmloff::token::XML_CONTOUR_PATH, xmloff::token::XML_CONTOUR_POLYGON, xmloff::token::XML_DESC, XML_ELEMENT, xmloff::token::XML_EVENT_LISTENERS, xmloff::token::XML_FLOATING_FRAME, xmloff::token::XML_IMAGE, xmloff::token::XML_IMAGE_MAP, xmloff::token::XML_MIME_TYPE, XML_NAMESPACE_DRAW, XML_NAMESPACE_SVG, XML_NAMESPACE_SVG_COMPAT, xmloff::token::XML_OBJECT, xmloff::token::XML_OBJECT_OLE, xmloff::token::XML_PLUGIN, xmloff::token::XML_QRCODE, xmloff::token::XML_SIGNATURELINE, xmloff::token::XML_TEXT_BOX, XML_TEXT_FRAME_APPLET, XML_TEXT_FRAME_FLOATING_FRAME, XML_TEXT_FRAME_GRAPHIC, XML_TEXT_FRAME_OBJECT, XML_TEXT_FRAME_OBJECT_OLE, XML_TEXT_FRAME_PLUGIN, XML_TEXT_FRAME_TEXTBOX, and xmloff::token::XML_TITLE.
|
private |
Definition at line 1330 of file XMLTextFrameContext.cxx.
References m_xImplContext.
Referenced by createFastChildContext().
|
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.
solve if multiple image child contexts were imported
Reimplemented from SvXMLImportContext.
Definition at line 1388 of file XMLTextFrameContext.cxx.
References Any, SvXMLImportContext::GetImport(), GetShape(), m_pHyperlink, m_sDesc, m_sTitle, m_xImplContext, and MultiImageImportHelper::solveMultipleImages().
TextContentAnchorType XMLTextFrameContext::GetAnchorType | ( | ) | const |
Definition at line 1705 of file XMLTextFrameContext.cxx.
References m_eDefaultAnchorType, and m_xImplContext.
Referenced by XMLImpSpanContext_Impl::CreateSpanContext(), and XMLTextFrameHyperlinkContext::GetAnchorType().
|
overrideprotectedvirtual |
Implements MultiImageImportHelper.
Definition at line 782 of file XMLTextFrameContext.cxx.
|
overrideprotectedvirtual |
Implements MultiImageImportHelper.
Definition at line 770 of file XMLTextFrameContext.cxx.
Reference< XShape > XMLTextFrameContext::GetShape | ( | ) | const |
Definition at line 1726 of file XMLTextFrameContext.cxx.
References SvXMLShapeContext::getShape(), and m_xImplContext.
Referenced by endFastElement(), and XMLTextFrameHyperlinkContext::GetShape().
Reference< XTextContent > XMLTextFrameContext::GetTextContent | ( | ) | const |
Definition at line 1715 of file XMLTextFrameContext.cxx.
References m_xImplContext.
Referenced by XMLTextFrameHyperlinkContext::GetTextContent().
|
overrideprotectedvirtual |
helper to get the created xShape instance, needs to be overridden
Implements MultiImageImportHelper.
Definition at line 742 of file XMLTextFrameContext.cxx.
References SvXMLImportContext::GetImport().
void XMLTextFrameContext::SetHyperlink | ( | const OUString & | rHRef, |
const OUString & | rName, | ||
const OUString & | rTargetFrameName, | ||
bool | bMap | ||
) |
Definition at line 1695 of file XMLTextFrameContext.cxx.
References m_pHyperlink.
Referenced by XMLTextFrameHyperlinkContext::createFastChildContext().
|
private |
Definition at line 55 of file XMLTextFrameContext.hxx.
Referenced by createFastChildContext().
|
private |
Definition at line 46 of file XMLTextFrameContext.hxx.
Referenced by createFastChildContext(), and GetAnchorType().
|
private |
Definition at line 54 of file XMLTextFrameContext.hxx.
Referenced by createFastChildContext().
|
private |
Definition at line 41 of file XMLTextFrameContext.hxx.
Referenced by endFastElement(), and SetHyperlink().
|
private |
Definition at line 44 of file XMLTextFrameContext.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
private |
Definition at line 43 of file XMLTextFrameContext.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
private |
Definition at line 36 of file XMLTextFrameContext.hxx.
Referenced by createFastChildContext().
|
private |
Definition at line 38 of file XMLTextFrameContext.hxx.
Referenced by createFastChildContext(), CreateIfNotThere(), endFastElement(), GetAnchorType(), GetShape(), and GetTextContent().
|
private |
Definition at line 39 of file XMLTextFrameContext.hxx.
Referenced by createFastChildContext().