LibreOffice Module xmloff (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/xml/dom/SAXDocumentBuilder.hpp>
#include <com/sun/star/xml/dom/XSAXDocumentBuilder2.hpp>
#include <com/sun/star/xml/xpath/XPathAPI.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <comphelper/processfactory.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <o3tl/string_view.hxx>
#include <rtl/character.hxx>
#include <rtl/ustrbuf.hxx>
#include <utility>
#include <xmloff/xmlmetai.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlnamespace.hxx>
Go to the source code of this file.
Functions | |
static void | lcl_initDocumentProperties (SvXMLImport &rImport, uno::Reference< xml::dom::XSAXDocumentBuilder2 > const &xDocBuilder, uno::Reference< document::XDocumentProperties > const &xDocProps) |
static void | lcl_initGenerator (SvXMLImport &rImport, uno::Reference< xml::dom::XSAXDocumentBuilder2 > const &xDocBuilder) |
|
static |
Definition at line 130 of file xmlmetai.cxx.
References cppu::getCaughtException(), and SvXMLMetaDocumentContext::setBuildId().
Referenced by SvXMLMetaDocumentContext::FinishMetaElement().
|
static |
Definition at line 158 of file xmlmetai.cxx.
References cppu::getCaughtException(), xmloff::token::GetXMLToken(), SvXMLMetaDocumentContext::setBuildId(), value, xmloff::token::XML_N_META, xmloff::token::XML_N_OFFICE, xmloff::token::XML_NP_META, and xmloff::token::XML_NP_OFFICE.
Referenced by SvXMLMetaDocumentContext::FinishMetaElement().