LibreOffice Module sc (master) 1
|
This context handles <text:span> element inside <text:p>. More...
#include <celltextparacontext.hxx>
Public Member Functions | |
ScXMLCellTextSpanContext (ScXMLImport &rImport, ScXMLCellTextParaContext &rParent) | |
virtual void SAL_CALL | startFastElement (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override |
virtual void SAL_CALL | endFastElement (sal_Int32 nElement) override |
virtual void SAL_CALL | characters (const OUString &aChars) 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 |
void | submitContentAndClear () |
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 | |
ScXMLCellTextParaContext & | mrParentCxt |
OUString | maStyleName |
OUString | maContent |
Additional Inherited Members | |
Protected Member Functions inherited from ScXMLImportContext | |
ScXMLImport & | GetScImport () |
const ScXMLImport & | GetScImport () const |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
This context handles <text:span> element inside <text:p>.
Definition at line 42 of file celltextparacontext.hxx.
ScXMLCellTextSpanContext::ScXMLCellTextSpanContext | ( | ScXMLImport & | rImport, |
ScXMLCellTextParaContext & | rParent | ||
) |
Definition at line 111 of file celltextparacontext.cxx.
Referenced by ScXMLCellRubyBaseContext::createFastChildContext().
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 139 of file celltextparacontext.cxx.
References maContent.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Reimplemented in ScXMLCellRubyBaseContext.
Definition at line 144 of file celltextparacontext.cxx.
References ScXMLImportContext::GetScImport(), maStyleName, mrParentCxt, p, submitContentAndClear(), TEXT, XML_A, XML_DATE, XML_ELEMENT, XML_S, XML_SHEET_NAME, and XML_TITLE.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 134 of file celltextparacontext.cxx.
References submitContentAndClear().
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 118 of file celltextparacontext.cxx.
References sax_fastparser::castToFastAttributeList(), maStyleName, TEXT, XML_ELEMENT, and XML_STYLE_NAME.
void ScXMLCellTextSpanContext::submitContentAndClear | ( | ) |
Definition at line 188 of file celltextparacontext.cxx.
References maContent, maStyleName, mrParentCxt, and ScXMLCellTextParaContext::PushSpan().
Referenced by createFastChildContext(), ScXMLCellRubyBaseContext::createFastChildContext(), and endFastElement().
|
private |
Definition at line 46 of file celltextparacontext.hxx.
Referenced by characters(), and submitContentAndClear().
|
private |
Definition at line 45 of file celltextparacontext.hxx.
Referenced by createFastChildContext(), startFastElement(), and submitContentAndClear().
|
private |
Definition at line 44 of file celltextparacontext.hxx.
Referenced by createFastChildContext(), and submitContentAndClear().