LibreOffice Module sc (master) 1
|
This context handles <text:a> element inside <text:p> or <text:span>. More...
#include <celltextparacontext.hxx>
Public Member Functions | |
ScXMLCellFieldURLContext (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 void SAL_CALL | characters (const OUString &aChars) 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 | |
ScXMLCellTextParaContext & | mrParentCxt |
OUString | maStyleName |
OUString | maURL |
OUString | maRep |
OUString | maTargetFrame |
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:a> element inside <text:p> or <text:span>.
Definition at line 107 of file celltextparacontext.hxx.
ScXMLCellFieldURLContext::ScXMLCellFieldURLContext | ( | ScXMLImport & | rImport, |
ScXMLCellTextParaContext & | rParent | ||
) |
Definition at line 248 of file celltextparacontext.cxx.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 287 of file celltextparacontext.cxx.
References maRep.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 282 of file celltextparacontext.cxx.
References maRep, maStyleName, maTargetFrame, maURL, mrParentCxt, and ScXMLCellTextParaContext::PushFieldURL().
void ScXMLCellFieldURLContext::SetStyleName | ( | const OUString & | rStyleName | ) |
Definition at line 255 of file celltextparacontext.cxx.
References maStyleName.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 260 of file celltextparacontext.cxx.
References sax_fastparser::castToFastAttributeList(), maTargetFrame, maURL, OFFICE, XML_ELEMENT, XML_HREF, XML_TARGET_FRAME_NAME, and XML_TYPE.
|
private |
Definition at line 112 of file celltextparacontext.hxx.
Referenced by characters(), and endFastElement().
|
private |
Definition at line 110 of file celltextparacontext.hxx.
Referenced by endFastElement(), and SetStyleName().
|
private |
Definition at line 113 of file celltextparacontext.hxx.
Referenced by endFastElement(), and startFastElement().
|
private |
Definition at line 111 of file celltextparacontext.hxx.
Referenced by endFastElement(), and startFastElement().
|
private |
Definition at line 109 of file celltextparacontext.hxx.
Referenced by endFastElement().