LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScXMLCellTextRubyContext Class Reference

This context handles <text:ruby> element inside <text:p>. More...

#include <celltextparacontext.hxx>

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

Public Member Functions

 ScXMLCellTextRubyContext (ScXMLImport &rImport, ScXMLCellTextParaContext &rParent)
 
virtual void SAL_CALL startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
 
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override
 
- Public Member Functions inherited from ScXMLImportContext
 ScXMLImportContext (SvXMLImport &rImport)
 
- Public Member Functions inherited from SvXMLImportContext
 SvXMLImportContext (SvXMLImport &rImport)
 
virtual ~SvXMLImportContext ()
 
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< 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 css::uno::Any SAL_CALL queryInterface (const css::uno::Type &aType) final override
 
virtual void SAL_CALL acquire () noexcept final override
 
virtual void SAL_CALL release () noexcept final override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () final override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () final override
 

Private Attributes

ScXMLCellTextParaContextmrParentCxt
 
OUString maRubyTextStyle
 
OUString maRubyText
 

Additional Inherited Members

- Protected Member Functions inherited from ScXMLImportContext
ScXMLImportGetScImport ()
 
const ScXMLImportGetScImport () const
 
- Protected Member Functions inherited from SvXMLImportContext
SvXMLImportGetImport ()
 
const SvXMLImportGetImport () const
 

Detailed Description

This context handles <text:ruby> element inside <text:p>.

Definition at line 150 of file celltextparacontext.hxx.

Constructor & Destructor Documentation

◆ ScXMLCellTextRubyContext()

ScXMLCellTextRubyContext::ScXMLCellTextRubyContext ( ScXMLImport rImport,
ScXMLCellTextParaContext rParent 
)

Definition at line 357 of file celltextparacontext.cxx.

Member Function Documentation

◆ createFastChildContext()

uno::Reference< xml::sax::XFastContextHandler > SAL_CALL ScXMLCellTextRubyContext::createFastChildContext ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList 
)
overridevirtual

◆ startFastElement()

void SAL_CALL ScXMLCellTextRubyContext::startFastElement ( sal_Int32  nElement,
const css::uno::Reference< css::xml::sax::XFastAttributeList > &  xAttrList 
)
overridevirtual

Member Data Documentation

◆ maRubyText

OUString ScXMLCellTextRubyContext::maRubyText
private

Definition at line 154 of file celltextparacontext.hxx.

Referenced by createFastChildContext().

◆ maRubyTextStyle

OUString ScXMLCellTextRubyContext::maRubyTextStyle
private

Definition at line 153 of file celltextparacontext.hxx.

Referenced by createFastChildContext().

◆ mrParentCxt

ScXMLCellTextParaContext& ScXMLCellTextRubyContext::mrParentCxt
private

Definition at line 152 of file celltextparacontext.hxx.

Referenced by createFastChildContext().


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