Helper class that provides a context stack.
virtual oox::core::ContextHandlerRef onCreateContext(sal_Int32 Element, const oox::AttributeList &rAttribs) override
Will be called to create a context handler for the passed element.
std::vector< css::beans::PropertyValue > & mrTextEffectsProperties
TextEffectsContext(oox::core::ContextHandler2Helper const &rParent, sal_Int32 aElementToken, std::vector< css::beans::PropertyValue > &rTextEffectsProperties)
void pushAttributeToGrabBag(sal_Int32 aAttributeId, const OUString &rElementName, const AttributeList &rAttribs)
void processAttributes(const AttributeList &rAttribs)
virtual ~TextEffectsContext() override
sal_Int32 mnCurrentElement
virtual void onStartElement(const oox::AttributeList &rAttribs) override
Will be called when a new element has been started.
virtual void onEndElement() override
Will be called when the current element is about to be left.
std::unique_ptr< oox::GrabBagStack > mpGrabBagStack