20 #ifndef INCLUDED_OOX_DRAWINGML_CHART_AXISCONTEXT_HXX
21 #define INCLUDED_OOX_DRAWINGML_CHART_AXISCONTEXT_HXX
28 struct AxisDispUnitsModel;
virtual ~AxisDispUnitsContext() override
virtual ~DateAxisContext() override
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElement, const AttributeList &rAttribs) override
Will be called to create a context handler for the passed element.
virtual ~ValAxisContext() override
Handler for a date axis context (c:dateAx element).
CatAxisContext(::oox::core::ContextHandler2Helper &rParent, AxisModel &rModel)
DateAxisContext(::oox::core::ContextHandler2Helper &rParent, AxisModel &rModel)
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElement, const AttributeList &rAttribs) override
Will be called to create a context handler for the passed element.
Handler for a value axis display units context (c:dispUnits element).
Handler for a category axis context (c:catAx element).
ValAxisContext(::oox::core::ContextHandler2Helper &rParent, AxisModel &rModel)
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElement, const AttributeList &rAttribs) override
Will be called to create a context handler for the passed element.
virtual ~AxisContextBase() override
virtual ~SerAxisContext() override
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElement, const AttributeList &rAttribs) override
Will be called to create a context handler for the passed element.
Provides access to attribute values of an element.
Base class for axis context handlers (c:catAx, c:dateAx, c:serAx, c:valAx elements).
AxisContextBase(::oox::core::ContextHandler2Helper &rParent, AxisModel &rModel)
AxisDispUnitsContext(::oox::core::ContextHandler2Helper &rParent, AxisDispUnitsModel &rModel)
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElement, const AttributeList &rAttribs) override
Will be called to create a context handler for the passed element.
Handler for a value axis context (c:valAx element).
::rtl::Reference< ContextHandler > ContextHandlerRef
virtual ::oox::core::ContextHandlerRef onCreateContext(sal_Int32 nElement, const AttributeList &rAttribs) override
Will be called to create a context handler for the passed element.
SerAxisContext(::oox::core::ContextHandler2Helper &rParent, AxisModel &rModel)
virtual ~CatAxisContext() override
Helper class that provides a context stack.
Handler for a series axis context (c:serAx element).