LibreOffice Module sc (master) 1
|
#include <XMLTableSourceContext.hxx>
Public Member Functions | |
ScXMLTableSourceContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList) | |
virtual | ~ScXMLTableSourceContext () override |
virtual void SAL_CALL | endFastElement (sal_Int32 nElement) 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 | |
OUString | sLink |
OUString | sTableName |
OUString | sFilterName |
OUString | sFilterOptions |
sal_Int32 | nRefresh |
css::sheet::SheetLinkMode | nMode |
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 |
Definition at line 27 of file XMLTableSourceContext.hxx.
ScXMLTableSourceContext::ScXMLTableSourceContext | ( | ScXMLImport & | rImport, |
const rtl::Reference< sax_fastparser::FastAttributeList > & | rAttrList | ||
) |
Definition at line 34 of file XMLTableSourceContext.cxx.
References sax::Converter::convertDuration(), ScXMLImportContext::GetScImport(), IsXMLToken(), nMode, nRefresh, sFilterName, sFilterOptions, sLink, sTableName, TABLE, XML_COPY_RESULTS_ONLY, XML_ELEMENT, XML_FILTER_NAME, XML_FILTER_OPTIONS, XML_HREF, XML_MODE, XML_REFRESH_DELAY, and XML_TABLE_NAME.
|
overridevirtual |
Definition at line 72 of file XMLTableSourceContext.cxx.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 76 of file XMLTableSourceContext.cxx.
References ScGlobal::GetAbsDocName(), ScDocument::GetDocumentShell(), ScDocumentLoader::GetFilterName(), ScXMLImportContext::GetScImport(), nMode, NONE, NORMAL, nRefresh, ScDocument::RenameTab(), ScDocument::SetLink(), sFilterName, sFilterOptions, sLink, sTableName, and VALUE.
|
private |
Definition at line 34 of file XMLTableSourceContext.hxx.
Referenced by endFastElement(), and ScXMLTableSourceContext().
|
private |
Definition at line 33 of file XMLTableSourceContext.hxx.
Referenced by endFastElement(), and ScXMLTableSourceContext().
|
private |
Definition at line 31 of file XMLTableSourceContext.hxx.
Referenced by endFastElement(), and ScXMLTableSourceContext().
|
private |
Definition at line 32 of file XMLTableSourceContext.hxx.
Referenced by endFastElement(), and ScXMLTableSourceContext().
|
private |
Definition at line 29 of file XMLTableSourceContext.hxx.
Referenced by endFastElement(), and ScXMLTableSourceContext().
|
private |
Definition at line 30 of file XMLTableSourceContext.hxx.
Referenced by endFastElement(), and ScXMLTableSourceContext().