LibreOffice Module oox (master) 1
Public Member Functions | List of all members
oox::core::FragmentHandler2 Class Reference

#include <fragmenthandler2.hxx>

Inheritance diagram for oox::core::FragmentHandler2:
[legend]
Collaboration diagram for oox::core::FragmentHandler2:
[legend]

Public Member Functions

 FragmentHandler2 (XmlFilterBase &rFilter, const OUString &rFragmentPath, bool bEnableTrimSpace=true)
 
virtual ~FragmentHandler2 () override
 
 FragmentHandler2 (FragmentHandler2 const &)=default
 
 FragmentHandler2 (FragmentHandler2 &&)=default
 
FragmentHandler2operator= (FragmentHandler2 const &)=delete
 
FragmentHandler2operator= (FragmentHandler2 &&)=delete
 
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &rxAttribs) final override
 
virtual void SAL_CALL startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &rxAttribs) final override
 
virtual void SAL_CALL characters (const OUString &rChars) final override
 
virtual void SAL_CALL endFastElement (sal_Int32 nElement) final override
 
virtual void SAL_CALL startDocument () override
 
virtual void SAL_CALL endDocument () override
 
virtual ContextHandlerRef createRecordContext (sal_Int32 nRecId, SequenceInputStream &rStrm) override
 
virtual void startRecord (sal_Int32 nRecId, SequenceInputStream &rStrm) override
 
virtual void endRecord (sal_Int32 nRecId) override
 
virtual ContextHandlerRef onCreateContext (sal_Int32 nElement, const AttributeList &rAttribs) override
 
virtual void onStartElement (const AttributeList &rAttribs) override
 
virtual void onCharacters (const OUString &rChars) override
 
virtual void onEndElement () override
 
virtual ContextHandlerRef onCreateRecordContext (sal_Int32 nRecId, SequenceInputStream &rStrm) override
 
virtual void onStartRecord (SequenceInputStream &rStrm) override
 
virtual void onEndRecord () override
 
virtual void initializeImport ()
 
virtual void finalizeImport ()
 
- Public Member Functions inherited from oox::core::FragmentHandler
 FragmentHandler (XmlFilterBase &rFilter, const OUString &rFragmentPath)
 
virtual ~FragmentHandler () override
 
 FragmentHandler (FragmentHandler const &)=default
 
 FragmentHandler (FragmentHandler &&)=default
 
FragmentHandleroperator= (FragmentHandler const &)=delete
 
FragmentHandleroperator= (FragmentHandler &&)=delete
 
css::uno::Reference< css::xml::sax::XFastContextHandler > getFastContextHandler ()
 Returns the com.sun.star.xml.sax.XFastContextHandler interface of this context. More...
 
virtual void SAL_CALL startDocument () override
 
virtual void SAL_CALL endDocument () override
 
virtual void SAL_CALL processingInstruction (const OUString &rTarget, const OUString &rData) override
 
virtual void SAL_CALL setDocumentLocator (const css::uno::Reference< css::xml::sax::XLocator > &rxLocator) override
 
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
 
virtual void SAL_CALL endUnknownElement (const OUString &Namespace, const OUString &Name) override
 
virtual css::uno::Reference< css::xml::sax::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
 
virtual css::uno::Reference< css::io::XInputStream > openFragmentStream () const
 Opens the fragment stream referred by the own fragment path. More...
 
virtual const RecordInfogetRecordInfos () const
 

Additional Inherited Members

- Protected Member Functions inherited from oox::core::FragmentHandler
 FragmentHandler (XmlFilterBase &rFilter, const OUString &rFragmentPath, RelationsRef xRelations)
 

Detailed Description

Definition at line 46 of file fragmenthandler2.hxx.

Constructor & Destructor Documentation

◆ FragmentHandler2() [1/3]

oox::core::FragmentHandler2::FragmentHandler2 ( XmlFilterBase rFilter,
const OUString &  rFragmentPath,
bool  bEnableTrimSpace = true 
)
explicit

Definition at line 34 of file fragmenthandler2.cxx.

◆ ~FragmentHandler2()

oox::core::FragmentHandler2::~FragmentHandler2 ( )
overridevirtual

Definition at line 40 of file fragmenthandler2.cxx.

◆ FragmentHandler2() [2/3]

oox::core::FragmentHandler2::FragmentHandler2 ( FragmentHandler2 const &  )
default

◆ FragmentHandler2() [3/3]

oox::core::FragmentHandler2::FragmentHandler2 ( FragmentHandler2 &&  )
default

Member Function Documentation

◆ acquire()

virtual void SAL_CALL oox::core::FragmentHandler2::acquire ( )
inlineoverridevirtualnoexcept

Definition at line 61 of file fragmenthandler2.hxx.

◆ characters()

void SAL_CALL oox::core::FragmentHandler2::characters ( const OUString &  rChars)
finaloverridevirtual

Reimplemented from oox::core::FragmentHandler.

Definition at line 76 of file fragmenthandler2.cxx.

◆ createFastChildContext()

Reference< XFastContextHandler > SAL_CALL oox::core::FragmentHandler2::createFastChildContext ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  rxAttribs 
)
finaloverridevirtual

◆ createRecordContext()

ContextHandlerRef oox::core::FragmentHandler2::createRecordContext ( sal_Int32  nRecId,
SequenceInputStream rStrm 
)
overridevirtual

Definition at line 96 of file fragmenthandler2.cxx.

References rStrm.

◆ endDocument()

void SAL_CALL oox::core::FragmentHandler2::endDocument ( )
overridevirtual

◆ endFastElement()

void SAL_CALL oox::core::FragmentHandler2::endFastElement ( sal_Int32  nElement)
finaloverridevirtual

Definition at line 81 of file fragmenthandler2.cxx.

◆ endRecord()

void oox::core::FragmentHandler2::endRecord ( sal_Int32  nRecId)
overridevirtual

Definition at line 106 of file fragmenthandler2.cxx.

◆ finalizeImport()

void oox::core::FragmentHandler2::finalizeImport ( )
virtual

◆ initializeImport()

void oox::core::FragmentHandler2::initializeImport ( )
virtual

Definition at line 145 of file fragmenthandler2.cxx.

Referenced by startDocument().

◆ onCharacters()

void oox::core::FragmentHandler2::onCharacters ( const OUString &  rChars)
overridevirtual

◆ onCreateContext()

ContextHandlerRef oox::core::FragmentHandler2::onCreateContext ( sal_Int32  nElement,
const AttributeList rAttribs 
)
overridevirtual

◆ onCreateRecordContext()

ContextHandlerRef oox::core::FragmentHandler2::onCreateRecordContext ( sal_Int32  nRecId,
SequenceInputStream rStrm 
)
overridevirtual

Definition at line 130 of file fragmenthandler2.cxx.

◆ onEndElement()

void oox::core::FragmentHandler2::onEndElement ( )
overridevirtual

◆ onEndRecord()

void oox::core::FragmentHandler2::onEndRecord ( )
overridevirtual

Definition at line 139 of file fragmenthandler2.cxx.

◆ onStartElement()

void oox::core::FragmentHandler2::onStartElement ( const AttributeList rAttribs)
overridevirtual

◆ onStartRecord()

void oox::core::FragmentHandler2::onStartRecord ( SequenceInputStream rStrm)
overridevirtual

Definition at line 135 of file fragmenthandler2.cxx.

◆ operator=() [1/2]

FragmentHandler2 & oox::core::FragmentHandler2::operator= ( FragmentHandler2 &&  )
delete

◆ operator=() [2/2]

FragmentHandler2 & oox::core::FragmentHandler2::operator= ( FragmentHandler2 const &  )
delete

◆ release()

virtual void SAL_CALL oox::core::FragmentHandler2::release ( )
inlineoverridevirtualnoexcept

Definition at line 62 of file fragmenthandler2.hxx.

◆ startDocument()

void SAL_CALL oox::core::FragmentHandler2::startDocument ( )
overridevirtual

Reimplemented from oox::core::FragmentHandler.

Definition at line 46 of file fragmenthandler2.cxx.

References initializeImport().

◆ startFastElement()

void SAL_CALL oox::core::FragmentHandler2::startFastElement ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  rxAttribs 
)
finaloverridevirtual

Definition at line 70 of file fragmenthandler2.cxx.

◆ startRecord()

void oox::core::FragmentHandler2::startRecord ( sal_Int32  nRecId,
SequenceInputStream rStrm 
)
overridevirtual

Definition at line 101 of file fragmenthandler2.cxx.

References rStrm.


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