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 () |
![]() | |
ScXMLImportContext (SvXMLImport &rImport) | |
![]() | |
SvXMLImportContext (SvXMLImport &rImport) | |
virtual | ~SvXMLImportContext () |
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 | endUnknownElement (const OUString &Namespace, const OUString &Name) 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 css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) final override |
virtual void SAL_CALL | acquire () final override |
virtual void SAL_CALL | release () 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 | |
![]() | |
ScXMLImport & | GetScImport () |
const ScXMLImport & | GetScImport () const |
![]() | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
This context handles <text:span> element inside <text:p>.
Definition at line 43 of file celltextparacontext.hxx.
ScXMLCellTextSpanContext::ScXMLCellTextSpanContext | ( | ScXMLImport & | rImport, |
ScXMLCellTextParaContext & | rParent | ||
) |
Definition at line 98 of file celltextparacontext.cxx.
Referenced by ScXMLCellRubyBaseContext::createFastChildContext().
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 126 of file celltextparacontext.cxx.
References maContent.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Reimplemented in ScXMLCellRubyBaseContext.
Definition at line 131 of file celltextparacontext.cxx.
References ScXMLImportContext::GetScImport(), maStyleName, mrParentCxt, p, ScXMLCellFieldSheetNameContext::SetStyleName(), ScXMLCellFieldDateContext::SetStyleName(), ScXMLCellFieldTitleContext::SetStyleName(), ScXMLCellFieldURLContext::SetStyleName(), ScXMLCellFieldSContext::SetStyleName(), submitContentAndClear(), TEXT, XML_A, XML_DATE, XML_ELEMENT, XML_S, XML_SHEET_NAME, and XML_TITLE.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 121 of file celltextparacontext.cxx.
References submitContentAndClear().
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 105 of file celltextparacontext.cxx.
References sax_fastparser::castToFastAttributeList(), maStyleName, TEXT, XML_ELEMENT, and XML_STYLE_NAME.
void ScXMLCellTextSpanContext::submitContentAndClear | ( | ) |
Definition at line 175 of file celltextparacontext.cxx.
References maContent, maStyleName, mrParentCxt, and ScXMLCellTextParaContext::PushSpan().
Referenced by createFastChildContext(), ScXMLCellRubyBaseContext::createFastChildContext(), and endFastElement().
|
private |
Definition at line 47 of file celltextparacontext.hxx.
Referenced by characters(), and submitContentAndClear().
|
private |
Definition at line 46 of file celltextparacontext.hxx.
Referenced by createFastChildContext(), startFastElement(), and submitContentAndClear().
|
private |
Definition at line 45 of file celltextparacontext.hxx.
Referenced by createFastChildContext(), and submitContentAndClear().