LibreOffice Module sc (master) 1
|
This context handles <text:s> element inside <text:p> or <text:span>. More...
#include <celltextparacontext.hxx>
Public Member Functions | |
ScXMLCellFieldSContext (ScXMLImport &rImport, ScXMLCellTextParaContext &rParent) | |
void | SetStyleName (const OUString &rStyleName) |
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 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 Member Functions | |
void | PushSpaces () |
Private Attributes | |
ScXMLCellTextParaContext & | mrParentCxt |
OUString | maStyleName |
sal_Int32 | mnCount |
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:s> element inside <text:p> or <text:span>.
Definition at line 128 of file celltextparacontext.hxx.
ScXMLCellFieldSContext::ScXMLCellFieldSContext | ( | ScXMLImport & | rImport, |
ScXMLCellTextParaContext & | rParent | ||
) |
Definition at line 292 of file celltextparacontext.cxx.
References mnCount.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 329 of file celltextparacontext.cxx.
References mnCount, and PushSpaces().
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 323 of file celltextparacontext.cxx.
References mnCount, and PushSpaces().
|
private |
Definition at line 342 of file celltextparacontext.cxx.
References aBuf, maStyleName, mnCount, mrParentCxt, comphelper::string::padToLength(), ScXMLCellTextParaContext::PushSpan(), and u.
Referenced by createFastChildContext(), and endFastElement().
void ScXMLCellFieldSContext::SetStyleName | ( | const OUString & | rStyleName | ) |
Definition at line 300 of file celltextparacontext.cxx.
References maStyleName.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 305 of file celltextparacontext.cxx.
References sax_fastparser::castToFastAttributeList(), mnCount, TEXT, XML_C, and XML_ELEMENT.
|
private |
Definition at line 131 of file celltextparacontext.hxx.
Referenced by PushSpaces(), and SetStyleName().
|
private |
Definition at line 132 of file celltextparacontext.hxx.
Referenced by createFastChildContext(), endFastElement(), PushSpaces(), and startFastElement().
|
private |
Definition at line 130 of file celltextparacontext.hxx.
Referenced by PushSpaces().