LibreOffice Module xmloff (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
XMLStyleOASISTContext Class Reference

#include <StyleOASISTContext.hxx>

Inheritance diagram for XMLStyleOASISTContext:
[legend]
Collaboration diagram for XMLStyleOASISTContext:
[legend]

Public Member Functions

 XMLStyleOASISTContext (XMLTransformerBase &rTransformer, const OUString &rQName, bool bPersistent)
 
 XMLStyleOASISTContext (XMLTransformerBase &rTransformer, const OUString &rQName, sal_uInt16 nPrefix, ::xmloff::token::XMLTokenEnum eToken, bool bPersistent)
 
virtual ~XMLStyleOASISTContext () override
 
virtual rtl::Reference< XMLTransformerContextCreateChildContext (sal_uInt16 nPrefix, const OUString &rLocalName, const OUString &rQName, const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList) override
 
virtual void StartElement (const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList) override
 
virtual void EndElement () override
 
virtual void Characters (const OUString &rChars) override
 
virtual void ExportContent () override
 
virtual bool IsPersistent () const override
 
- Public Member Functions inherited from XMLPersElemContentTContext
 XMLPersElemContentTContext (XMLTransformerBase &rTransformer, const OUString &rQName)
 
 XMLPersElemContentTContext (XMLTransformerBase &rTransformer, const OUString &rQName, sal_uInt16 nActionMap)
 
 XMLPersElemContentTContext (XMLTransformerBase &rTransformer, const OUString &rQName, sal_uInt16 nPrefix, ::xmloff::token::XMLTokenEnum eToken)
 
 XMLPersElemContentTContext (XMLTransformerBase &rTransformer, const OUString &rQName, sal_uInt16 nPrefix, ::xmloff::token::XMLTokenEnum eToken, sal_uInt16 nActionMap)
 
virtual ~XMLPersElemContentTContext () override
 
virtual rtl::Reference< XMLTransformerContextCreateChildContext (sal_uInt16 nPrefix, const OUString &rLocalName, const OUString &rQName, const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList) override
 
void AddContent (rtl::Reference< XMLTransformerContext > const &pContent)
 
bool HasElementContent () const
 
virtual void ExportContent () override
 
- Public Member Functions inherited from XMLPersAttrListTContext
 XMLPersAttrListTContext (XMLTransformerBase &rTransformer, const OUString &rQName)
 
 XMLPersAttrListTContext (XMLTransformerBase &rTransformer, const OUString &rQName, sal_uInt16 nActionMap)
 
 XMLPersAttrListTContext (XMLTransformerBase &rTransformer, const OUString &rQName, sal_uInt16 nPrefix, ::xmloff::token::XMLTokenEnum eToken)
 
 XMLPersAttrListTContext (XMLTransformerBase &rTransformer, const OUString &rQName, sal_uInt16 nPrefix, ::xmloff::token::XMLTokenEnum eToken, sal_uInt16 nActionMap)
 
virtual rtl::Reference< XMLTransformerContextCreateChildContext (sal_uInt16 nPrefix, const OUString &rLocalName, const OUString &rQName, const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList) override
 
virtual void StartElement (const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList) override
 
virtual void EndElement () override
 
virtual void Characters (const OUString &rChars) override
 
virtual bool IsPersistent () const override
 
virtual void Export () override
 
virtual void ExportContent () override
 
const OUString & GetExportQName () const
 
void AddAttribute (sal_uInt16 nAPrefix, ::xmloff::token::XMLTokenEnum eAToken, ::xmloff::token::XMLTokenEnum eVToken)
 
void AddAttribute (sal_uInt16 nAPrefix, ::xmloff::token::XMLTokenEnum eAToken, const OUString &rValue)
 
const css::uno::Reference< css::xml::sax::XAttributeList > & GetAttrList () const
 
- Public Member Functions inherited from XMLTransformerContext
const OUString & GetQName () const
 
bool HasQName (sal_uInt16 nPrefix, ::xmloff::token::XMLTokenEnum eToken) const
 
bool HasNamespace (sal_uInt16 nPrefix) const
 
 XMLTransformerContext (XMLTransformerBase &rTransformer, OUString aQName)
 
virtual rtl::Reference< XMLTransformerContextCreateChildContext (sal_uInt16 nPrefix, const OUString &rLocalName, const OUString &rQName, const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList)
 
virtual void StartElement (const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList)
 
virtual void EndElement ()
 
virtual void Characters (const OUString &rChars)
 
virtual bool IsPersistent () const
 
virtual void Export ()
 
virtual void ExportContent ()
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Static Public Member Functions

static XMLTransformerActionsCreateTransformerActions (sal_uInt16 nType)
 
- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 

Private Attributes

::rtl::Reference< XMLPropertiesTContext_Implm_xPropContext
 
bool const m_bPersistent
 
bool m_bControlStyle
 

Additional Inherited Members

- Protected Member Functions inherited from XMLPersAttrListTContext
void SetExportQName (const OUString &r)
 
- Protected Member Functions inherited from XMLTransformerContext
XMLTransformerBaseGetTransformer ()
 
const XMLTransformerBaseGetTransformer () const
 
void SetQName (const OUString &rQName)
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 28 of file StyleOASISTContext.hxx.

Constructor & Destructor Documentation

◆ XMLStyleOASISTContext() [1/2]

XMLStyleOASISTContext::XMLStyleOASISTContext ( XMLTransformerBase rTransformer,
const OUString &  rQName,
bool  bPersistent 
)

Definition at line 717 of file StyleOASISTContext.cxx.

◆ XMLStyleOASISTContext() [2/2]

XMLStyleOASISTContext::XMLStyleOASISTContext ( XMLTransformerBase rTransformer,
const OUString &  rQName,
sal_uInt16  nPrefix,
::xmloff::token::XMLTokenEnum  eToken,
bool  bPersistent 
)

Definition at line 725 of file StyleOASISTContext.cxx.

◆ ~XMLStyleOASISTContext()

XMLStyleOASISTContext::~XMLStyleOASISTContext ( )
overridevirtual

Definition at line 735 of file StyleOASISTContext.cxx.

Member Function Documentation

◆ Characters()

void XMLStyleOASISTContext::Characters ( const OUString &  rChars)
overridevirtual

Reimplemented from XMLPersAttrListTContext.

Definition at line 901 of file StyleOASISTContext.cxx.

◆ CreateChildContext()

rtl::Reference< XMLTransformerContext > XMLStyleOASISTContext::CreateChildContext ( sal_uInt16  nPrefix,
const OUString &  rLocalName,
const OUString &  rQName,
const css::uno::Reference< css::xml::sax::XAttributeList > &  xAttrList 
)
overridevirtual

◆ CreateTransformerActions()

XMLTransformerActions * XMLStyleOASISTContext::CreateTransformerActions ( sal_uInt16  nType)
static

◆ EndElement()

void XMLStyleOASISTContext::EndElement ( )
overridevirtual

◆ ExportContent()

void XMLStyleOASISTContext::ExportContent ( )
overridevirtual

◆ IsPersistent()

bool XMLStyleOASISTContext::IsPersistent ( ) const
overridevirtual

Reimplemented from XMLPersAttrListTContext.

Definition at line 913 of file StyleOASISTContext.cxx.

References m_bPersistent.

◆ StartElement()

void XMLStyleOASISTContext::StartElement ( const css::uno::Reference< css::xml::sax::XAttributeList > &  xAttrList)
overridevirtual

Member Data Documentation

◆ m_bControlStyle

bool XMLStyleOASISTContext::m_bControlStyle
private

Definition at line 33 of file StyleOASISTContext.hxx.

Referenced by CreateChildContext(), and StartElement().

◆ m_bPersistent

bool const XMLStyleOASISTContext::m_bPersistent
private

Definition at line 32 of file StyleOASISTContext.hxx.

Referenced by CreateChildContext(), EndElement(), IsPersistent(), and StartElement().

◆ m_xPropContext

::rtl::Reference< XMLPropertiesTContext_Impl > XMLStyleOASISTContext::m_xPropContext
private

Definition at line 30 of file StyleOASISTContext.hxx.

Referenced by CreateChildContext(), EndElement(), and ExportContent().


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