LibreOffice Module oox (master) 1
Public Member Functions | List of all members
oox::drawingml::chart::AxisContextBase Class Reference

Base class for axis context handlers (c:catAx, c:dateAx, c:serAx, c:valAx elements). More...

#include <axiscontext.hxx>

Inheritance diagram for oox::drawingml::chart::AxisContextBase:
[legend]
Collaboration diagram for oox::drawingml::chart::AxisContextBase:
[legend]

Public Member Functions

 AxisContextBase (::oox::core::ContextHandler2Helper &rParent, AxisModel &rModel)
 
virtual ~AxisContextBase () override
 
virtual ::oox::core::ContextHandlerRef onCreateContext (sal_Int32 nElement, const AttributeList &rAttribs) override
 
- Public Member Functions inherited from oox::drawingml::chart::ContextBase< AxisModel >
 ContextBase (::oox::core::ContextHandler2Helper &rParent, AxisModel &rModel)
 
- Public Member Functions inherited from oox::core::ContextHandler2
 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)
 
- Protected Attributes inherited from oox::drawingml::chart::ContextBase< AxisModel >
AxisModelmrModel
 

Detailed Description

Base class for axis context handlers (c:catAx, c:dateAx, c:serAx, c:valAx elements).

Definition at line 47 of file axiscontext.hxx.

Constructor & Destructor Documentation

◆ AxisContextBase()

oox::drawingml::chart::AxisContextBase::AxisContextBase ( ::oox::core::ContextHandler2Helper &  rParent,
AxisModel rModel 
)
explicit

Definition at line 80 of file axiscontext.cxx.

◆ ~AxisContextBase()

oox::drawingml::chart::AxisContextBase::~AxisContextBase ( )
overridevirtual

Definition at line 85 of file axiscontext.cxx.

Member Function Documentation

◆ onCreateContext()

ContextHandlerRef oox::drawingml::chart::AxisContextBase::onCreateContext ( sal_Int32  nElement,
const AttributeList rAttribs 
)
overridevirtual

Reimplemented from oox::core::ContextHandler2.

Reimplemented in oox::drawingml::chart::CatAxisContext, oox::drawingml::chart::DateAxisContext, oox::drawingml::chart::SerAxisContext, and oox::drawingml::chart::ValAxisContext.

Definition at line 89 of file axiscontext.cxx.

References oox::drawingml::chart::ModelRef< ModelType >::create(), oox::AttributeList::getBool(), oox::AttributeList::getDouble(), oox::core::ContextHandler::getFilter(), oox::AttributeList::getInteger(), oox::AttributeList::getToken(), oox::core::XmlFilterBase::isMSO2007Document(), oox::drawingml::chart::AxisModel::maNumberFormat, max, oox::drawingml::chart::AxisModel::mbDeleted, min(), oox::drawingml::chart::AxisModel::mnAxisId, oox::drawingml::chart::AxisModel::mnAxisPos, oox::drawingml::chart::AxisModel::mnCrossAxisId, oox::drawingml::chart::AxisModel::mnCrossMode, oox::drawingml::chart::AxisModel::mnMajorTickMark, oox::drawingml::chart::AxisModel::mnMinorTickMark, oox::drawingml::chart::AxisModel::mnOrientation, oox::drawingml::chart::AxisModel::mnTickLabelPos, oox::drawingml::chart::AxisModel::mofCrossesAt, oox::drawingml::chart::AxisModel::mofLogBase, oox::drawingml::chart::AxisModel::mofMax, oox::drawingml::chart::AxisModel::mofMin, oox::drawingml::chart::ContextBase< AxisModel >::mrModel, oox::drawingml::chart::AxisModel::mxMajorGridLines, oox::drawingml::chart::AxisModel::mxMinorGridLines, oox::drawingml::chart::AxisModel::mxShapeProp, oox::drawingml::chart::AxisModel::mxTextProp, oox::drawingml::chart::AxisModel::mxTitle, oox::drawingml::chart::NumberFormat::setAttributes(), XML_none, and XML_TOKEN_INVALID.

Referenced by oox::drawingml::chart::CatAxisContext::onCreateContext(), oox::drawingml::chart::DateAxisContext::onCreateContext(), oox::drawingml::chart::SerAxisContext::onCreateContext(), and oox::drawingml::chart::ValAxisContext::onCreateContext().


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