LibreOffice Module oox (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
oox::drawingml::TextEffectsContext Class Referencefinal

#include <texteffectscontext.hxx>

Inheritance diagram for oox::drawingml::TextEffectsContext:
[legend]
Collaboration diagram for oox::drawingml::TextEffectsContext:
[legend]

Public Member Functions

 TextEffectsContext (oox::core::ContextHandler2Helper const &rParent, sal_Int32 aElementToken, std::vector< css::beans::PropertyValue > &rTextEffectsProperties)
 
virtual ~TextEffectsContext () override
 
virtual void onStartElement (const oox::AttributeList &rAttribs) override
 
virtual void onEndElement () override
 
virtual oox::core::ContextHandlerRef onCreateContext (sal_Int32 Element, const oox::AttributeList &rAttribs) override
 
- 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)
 

Private Member Functions

void processAttributes (const AttributeList &rAttribs)
 
void pushAttributeToGrabBag (sal_Int32 aAttributeId, const OUString &rElementName, const AttributeList &rAttribs)
 

Private Attributes

std::vector< css::beans::PropertyValue > & mrTextEffectsProperties
 
std::unique_ptr< oox::GrabBagStackmpGrabBagStack
 
sal_Int32 mnCurrentElement
 

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 23 of file texteffectscontext.hxx.

Constructor & Destructor Documentation

◆ TextEffectsContext()

oox::drawingml::TextEffectsContext::TextEffectsContext ( oox::core::ContextHandler2Helper const &  rParent,
sal_Int32  aElementToken,
std::vector< css::beans::PropertyValue > &  rTextEffectsProperties 
)

Definition at line 104 of file texteffectscontext.cxx.

◆ ~TextEffectsContext()

oox::drawingml::TextEffectsContext::~TextEffectsContext ( )
overridevirtual

Definition at line 114 of file texteffectscontext.cxx.

Member Function Documentation

◆ onCreateContext()

ContextHandlerRef oox::drawingml::TextEffectsContext::onCreateContext ( sal_Int32  Element,
const oox::AttributeList rAttribs 
)
overridevirtual

Reimplemented from oox::core::ContextHandler2.

Definition at line 310 of file texteffectscontext.cxx.

References mnCurrentElement.

◆ onEndElement()

void oox::drawingml::TextEffectsContext::onEndElement ( )
overridevirtual

Reimplemented from oox::core::ContextHandler2.

Definition at line 294 of file texteffectscontext.cxx.

References aSeq, mpGrabBagStack, and mrTextEffectsProperties.

◆ onStartElement()

void oox::drawingml::TextEffectsContext::onStartElement ( const oox::AttributeList rAttribs)
overridevirtual

Reimplemented from oox::core::ContextHandler2.

Definition at line 281 of file texteffectscontext.cxx.

References mnCurrentElement, mpGrabBagStack, and processAttributes().

◆ processAttributes()

void oox::drawingml::TextEffectsContext::processAttributes ( const AttributeList rAttribs)
private

Definition at line 126 of file texteffectscontext.cxx.

References alpha, h, miter, mnCurrentElement, mpGrabBagStack, pos, pushAttributeToGrabBag(), t, and w.

Referenced by onStartElement().

◆ pushAttributeToGrabBag()

void oox::drawingml::TextEffectsContext::pushAttributeToGrabBag ( sal_Int32  aAttributeId,
const OUString &  rElementName,
const AttributeList rAttribs 
)
private

Member Data Documentation

◆ mnCurrentElement

sal_Int32 oox::drawingml::TextEffectsContext::mnCurrentElement
private

Definition at line 42 of file texteffectscontext.hxx.

Referenced by onCreateContext(), onStartElement(), and processAttributes().

◆ mpGrabBagStack

std::unique_ptr<oox::GrabBagStack> oox::drawingml::TextEffectsContext::mpGrabBagStack
private

◆ mrTextEffectsProperties

std::vector<css::beans::PropertyValue>& oox::drawingml::TextEffectsContext::mrTextEffectsProperties
private

Definition at line 40 of file texteffectscontext.hxx.

Referenced by onEndElement().


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