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

#include <contexthandler2.hxx>

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

Public Member Functions

 ContextHandler2 (ContextHandler2Helper const &rParent)
 
virtual ~ContextHandler2 () override
 
 ContextHandler2 (ContextHandler2 const &)=default
 
 ContextHandler2 (ContextHandler2 &&)=default
 
ContextHandler2operator= (ContextHandler2 const &)=delete
 
ContextHandler2operator= (ContextHandler2 &&)=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 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
 
- Public Member Functions inherited from oox::core::ContextHandler
 ContextHandler (const ContextHandler &rParent)
 
virtual ~ContextHandler () override
 
XmlFilterBasegetFilter () const
 Returns the filter instance. More...
 
const RelationsgetRelations () const
 Returns the relations of the current fragment. More...
 
const OUString & getFragmentPath () const
 Returns the full path of the current fragment. More...
 
OUString getFragmentPathFromRelation (const Relation &rRelation) const
 Returns the full fragment path for the target of the passed relation. More...
 
OUString getFragmentPathFromRelId (const OUString &rRelId) const
 Returns the full fragment path for the passed relation identifier. More...
 
OUString getFragmentPathFromFirstType (std::u16string_view rType) const
 Returns the full fragment path for the first relation of the passed type. More...
 
OUString getFragmentPathFromFirstTypeFromOfficeDoc (std::u16string_view rType) const
 
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 ContextHandlerRef createRecordContext (sal_Int32 nRecId, SequenceInputStream &rStrm)
 
virtual void startRecord (sal_Int32 nRecId, SequenceInputStream &rStrm)
 
virtual void endRecord (sal_Int32 nRecId)
 

Additional Inherited Members

- Protected Member Functions inherited from oox::core::ContextHandler
 ContextHandler (FragmentBaseDataRef rxBaseData)
 Helper constructor for the FragmentHandler. More...
 
void implSetLocator (const css::uno::Reference< css::xml::sax::XLocator > &rxLocator)
 

Detailed Description

Definition at line 239 of file contexthandler2.hxx.

Constructor & Destructor Documentation

◆ ContextHandler2() [1/3]

oox::core::ContextHandler2::ContextHandler2 ( ContextHandler2Helper const &  rParent)
explicit

Definition at line 182 of file contexthandler2.cxx.

◆ ~ContextHandler2()

oox::core::ContextHandler2::~ContextHandler2 ( )
overridevirtual

Definition at line 188 of file contexthandler2.cxx.

◆ ContextHandler2() [2/3]

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

◆ ContextHandler2() [3/3]

oox::core::ContextHandler2::ContextHandler2 ( ContextHandler2 &&  )
default

Member Function Documentation

◆ acquire()

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

Definition at line 251 of file contexthandler2.hxx.

◆ characters()

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

Reimplemented from oox::core::ContextHandler.

Definition at line 213 of file contexthandler2.cxx.

◆ createFastChildContext()

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

Definition at line 194 of file contexthandler2.cxx.

◆ createRecordContext()

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

Reimplemented from oox::core::ContextHandler.

Definition at line 291 of file contexthandler2.cxx.

References rStrm.

◆ endFastElement()

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

Definition at line 218 of file contexthandler2.cxx.

◆ endRecord()

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

Reimplemented from oox::core::ContextHandler.

Definition at line 301 of file contexthandler2.cxx.

◆ onCharacters()

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

◆ onCreateContext()

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

Reimplemented in oox::drawingml::TextEffectsContext, oox::ole::AxControlPropertyContext, oox::vml::ShapeLayoutContext, oox::vml::ClientDataContext, oox::vml::ShapeTypeContext, oox::vml::ShapeContext, oox::vml::GroupShapeContext, oox::vml::RectangleShapeContext, oox::vml::TextPortionContext, oox::vml::TextBoxContext, oox::drawingml::chart::AxisDispUnitsContext, oox::drawingml::chart::AxisContextBase, oox::drawingml::chart::CatAxisContext, oox::drawingml::chart::DateAxisContext, oox::drawingml::chart::SerAxisContext, oox::drawingml::chart::ValAxisContext, oox::drawingml::chart::ShapePrWrapperContext, oox::drawingml::chart::LayoutContext, oox::drawingml::chart::DoubleSequenceContext, oox::drawingml::chart::StringSequenceContext, oox::drawingml::chart::DataSourceContext, oox::drawingml::chart::DataTableContext, oox::drawingml::chart::View3DContext, oox::drawingml::chart::WallFloorContext, oox::drawingml::chart::PlotAreaContext, oox::drawingml::chart::DataLabelContext, oox::drawingml::chart::DataLabelsContext, oox::drawingml::chart::PictureOptionsContext, oox::drawingml::chart::ErrorBarContext, oox::drawingml::chart::TrendlineLabelContext, oox::drawingml::chart::TrendlineContext, oox::drawingml::chart::DataPointContext, oox::drawingml::chart::SeriesContextBase, oox::drawingml::chart::AreaSeriesContext, oox::drawingml::chart::BarSeriesContext, oox::drawingml::chart::BubbleSeriesContext, oox::drawingml::chart::LineSeriesContext, oox::drawingml::chart::PieSeriesContext, oox::drawingml::chart::RadarSeriesContext, oox::drawingml::chart::ScatterSeriesContext, oox::drawingml::chart::SurfaceSeriesContext, oox::drawingml::chart::TextContext, oox::drawingml::chart::TitleContext, oox::drawingml::chart::LegendEntryContext, oox::drawingml::chart::LegendContext, oox::drawingml::chart::UpDownBarsContext, oox::drawingml::chart::AreaTypeGroupContext, oox::drawingml::chart::BarTypeGroupContext, oox::drawingml::chart::BubbleTypeGroupContext, oox::drawingml::chart::LineTypeGroupContext, oox::drawingml::chart::PieTypeGroupContext, oox::drawingml::chart::RadarTypeGroupContext, oox::drawingml::chart::ScatterTypeGroupContext, oox::drawingml::chart::SurfaceTypeGroupContext, oox::drawingml::RuleListContext, and oox::shape::WpsContext.

Definition at line 308 of file contexthandler2.cxx.

◆ onCreateRecordContext()

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

Definition at line 325 of file contexthandler2.cxx.

◆ onEndElement()

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

◆ onEndRecord()

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

Definition at line 334 of file contexthandler2.cxx.

◆ onStartElement()

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

◆ onStartRecord()

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

Definition at line 330 of file contexthandler2.cxx.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ release()

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

Definition at line 252 of file contexthandler2.hxx.

◆ startFastElement()

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

Definition at line 207 of file contexthandler2.cxx.

◆ startRecord()

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

Reimplemented from oox::core::ContextHandler.

Definition at line 296 of file contexthandler2.cxx.

References rStrm.


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