LibreOffice Module xmloff (master) 1
|
#include <SchXMLImport.hxx>
Public Member Functions | |
SchXMLImport (const css::uno::Reference< css::uno::XComponentContext > &xContext, OUString const &implementationName, SvXMLImportFlags nImportFlags) | |
virtual | ~SchXMLImport () noexcept override |
SvXMLImportContext * | CreateStylesContext () |
virtual void SAL_CALL | setTargetDocument (const css::uno::Reference< css::lang::XComponent > &xDoc) override |
Private Member Functions | |
virtual SvXMLImportContext * | CreateFastContext (sal_Int32 nElement, const ::css::uno::Reference<::css::xml::sax::XFastAttributeList > &xAttrList) override |
Private Attributes | |
rtl::Reference< SchXMLImportHelper > | maImportHelper |
Definition at line 25 of file SchXMLImport.hxx.
SchXMLImport::SchXMLImport | ( | const css::uno::Reference< css::uno::XComponentContext > & | xContext, |
OUString const & | implementationName, | ||
SvXMLImportFlags | nImportFlags | ||
) |
Definition at line 243 of file SchXMLImport.cxx.
References xmloff::token::GetXMLToken(), implementationName, xmloff::token::XML_N_CHART_EXT, xmloff::token::XML_N_XLINK, XML_NAMESPACE_CHART_EXT, XML_NAMESPACE_XLINK, xmloff::token::XML_NP_CHART_EXT, and xmloff::token::XML_NP_XLINK.
|
overridevirtualnoexcept |
Definition at line 253 of file SchXMLImport.cxx.
|
overrideprivatevirtual |
Definition at line 262 of file SchXMLImport.cxx.
References maImportHelper, OFFICE, xmloff::token::XML_DOCUMENT, xmloff::token::XML_DOCUMENT_CONTENT, xmloff::token::XML_DOCUMENT_META, xmloff::token::XML_DOCUMENT_STYLES, and XML_ELEMENT.
SvXMLImportContext * SchXMLImport::CreateStylesContext | ( | ) |
Definition at line 293 of file SchXMLImport.cxx.
References maImportHelper, and SchXMLTools::setBuildIDAtImportInfo().
|
overridevirtual |
Definition at line 307 of file SchXMLImport.cxx.
References TOOLS_INFO_EXCEPTION.
|
private |
Definition at line 28 of file SchXMLImport.hxx.
Referenced by CreateFastContext(), and CreateStylesContext().