LibreOffice Module xmloff (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
XMLTextMarkImportContext Class Referencefinal

import bookmarks and reference marks ( <bookmark>, <bookmark-start>, <bookmark-end>, <reference>, <reference-start>, <reference-end> ) More...

#include <XMLTextMarkImportContext.hxx>

Inheritance diagram for XMLTextMarkImportContext:
[legend]
Collaboration diagram for XMLTextMarkImportContext:
[legend]

Public Member Functions

 XMLTextMarkImportContext (SvXMLImport &rImport, XMLTextImportHelper &rHlp, css::uno::Reference< css::uno::XInterface > &io_rxCrossRefHeadingBookmark)
 
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 > &xAttrList) override
 
bool FindName (const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList)
 
- 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
 

Static Public Member Functions

static css::uno::Reference< css::text::XTextContent > CreateAndInsertMark (SvXMLImport &rImport, const OUString &sServiceName, const OUString &sMarkName, const css::uno::Reference< css::text::XTextRange > &rRange, const OUString &i_rXmlId=OUString(), bool const isFieldmarkSeparatorMissing=false)
 

Private Attributes

XMLTextImportHelperm_rHelper
 
css::uno::Reference< css::uno::XInterface > & m_rxCrossRefHeadingBookmark
 
OUString m_sBookmarkName
 
OUString m_sFieldName
 
bool m_isHidden
 
OUString m_sCondition
 
OUString m_sXmlId
 
bool m_bHaveAbout
 
OUString m_sAbout
 
OUString m_sProperty
 
OUString m_sContent
 
OUString m_sDatatype
 

Additional Inherited Members

- Protected Member Functions inherited from SvXMLImportContext
SvXMLImportGetImport ()
 
const SvXMLImportGetImport () const
 

Detailed Description

import bookmarks and reference marks ( <bookmark>, <bookmark-start>, <bookmark-end>, <reference>, <reference-start>, <reference-end> )

All elements are handled by the same class due to their similarities.

Definition at line 59 of file XMLTextMarkImportContext.hxx.

Constructor & Destructor Documentation

◆ XMLTextMarkImportContext()

XMLTextMarkImportContext::XMLTextMarkImportContext ( SvXMLImport rImport,
XMLTextImportHelper rHlp,
css::uno::Reference< css::uno::XInterface > &  io_rxCrossRefHeadingBookmark 
)

Definition at line 94 of file XMLTextMarkImportContext.cxx.

Member Function Documentation

◆ CreateAndInsertMark()

Reference< XTextContent > XMLTextMarkImportContext::CreateAndInsertMark ( SvXMLImport rImport,
const OUString &  sServiceName,
const OUString &  sMarkName,
const css::uno::Reference< css::text::XTextRange > &  rRange,
const OUString &  i_rXmlId = OUString(),
bool const  isFieldmarkSeparatorMissing = false 
)
static

◆ createFastChildContext()

css::uno::Reference< css::xml::sax::XFastContextHandler > XMLTextMarkImportContext::createFastChildContext ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList 
)
overridevirtual

Reimplemented from SvXMLImportContext.

Definition at line 458 of file XMLTextMarkImportContext.cxx.

References SvXMLImportContext::GetImport(), and m_rHelper.

◆ endFastElement()

void XMLTextMarkImportContext::endFastElement ( sal_Int32  Element)
overridevirtual

◆ FindName()

bool XMLTextMarkImportContext::FindName ( const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList)

◆ startFastElement()

void XMLTextMarkImportContext::startFastElement ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList 
)
overridevirtual

Member Data Documentation

◆ m_bHaveAbout

bool XMLTextMarkImportContext::m_bHaveAbout
private

Definition at line 72 of file XMLTextMarkImportContext.hxx.

Referenced by endFastElement(), and FindName().

◆ m_isHidden

bool XMLTextMarkImportContext::m_isHidden
private

Definition at line 68 of file XMLTextMarkImportContext.hxx.

Referenced by FindName(), and startFastElement().

◆ m_rHelper

XMLTextImportHelper& XMLTextMarkImportContext::m_rHelper
private

◆ m_rxCrossRefHeadingBookmark

css::uno::Reference<css::uno::XInterface>& XMLTextMarkImportContext::m_rxCrossRefHeadingBookmark
private

Definition at line 64 of file XMLTextMarkImportContext.hxx.

Referenced by endFastElement().

◆ m_sAbout

OUString XMLTextMarkImportContext::m_sAbout
private

Definition at line 73 of file XMLTextMarkImportContext.hxx.

Referenced by endFastElement(), and FindName().

◆ m_sBookmarkName

OUString XMLTextMarkImportContext::m_sBookmarkName
private

Definition at line 66 of file XMLTextMarkImportContext.hxx.

Referenced by endFastElement(), FindName(), and startFastElement().

◆ m_sCondition

OUString XMLTextMarkImportContext::m_sCondition
private

Definition at line 69 of file XMLTextMarkImportContext.hxx.

Referenced by FindName(), and startFastElement().

◆ m_sContent

OUString XMLTextMarkImportContext::m_sContent
private

Definition at line 75 of file XMLTextMarkImportContext.hxx.

Referenced by endFastElement(), and FindName().

◆ m_sDatatype

OUString XMLTextMarkImportContext::m_sDatatype
private

Definition at line 76 of file XMLTextMarkImportContext.hxx.

Referenced by endFastElement(), and FindName().

◆ m_sFieldName

OUString XMLTextMarkImportContext::m_sFieldName
private

Definition at line 67 of file XMLTextMarkImportContext.hxx.

Referenced by endFastElement(), FindName(), and startFastElement().

◆ m_sProperty

OUString XMLTextMarkImportContext::m_sProperty
private

Definition at line 74 of file XMLTextMarkImportContext.hxx.

Referenced by endFastElement(), and FindName().

◆ m_sXmlId

OUString XMLTextMarkImportContext::m_sXmlId
private

Definition at line 70 of file XMLTextMarkImportContext.hxx.

Referenced by endFastElement(), and FindName().


The documentation for this class was generated from the following files: