LibreOffice Module xmloff (master) 1
Classes | Namespaces | Functions
RDFaImportHelper.cxx File Reference
#include <RDFaImportHelper.hxx>
#include <utility>
#include <xmloff/xmlimp.hxx>
#include <xmloff/namespacemap.hxx>
#include <comphelper/sequence.hxx>
#include <com/sun/star/rdf/URI.hpp>
#include <com/sun/star/rdf/XDocumentRepository.hpp>
#include <com/sun/star/rdf/XRepositorySupplier.hpp>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <map>
Include dependency graph for RDFaImportHelper.cxx:

Go to the source code of this file.

Classes

struct  xmloff::ParsedRDFaAttributes
 store parsed RDFa attributes More...
 
struct  xmloff::RDFaEntry
 store metadatable object and its RDFa attributes More...
 

Namespaces

namespace  xmloff
 

Functions

static bool xmloff::isWS (const sal_Unicode i_Char)
 
static OUString xmloff::splitAtWS (OUString &io_rString)
 

Variable Documentation

◆ m_BlankNodeMap

BlankNodeMap_t m_BlankNodeMap
private

Definition at line 87 of file RDFaImportHelper.cxx.

◆ m_rImport

const SvXMLImport& m_rImport
private

Definition at line 46 of file RDFaImportHelper.cxx.

Referenced by SvXMLImportPropertyMapper::GetImport().

◆ m_xContext

const uno::Reference<uno::XComponentContext> m_xContext
private

Definition at line 81 of file RDFaImportHelper.cxx.

Referenced by SvXMLExport::getComponentContext().

◆ m_xRepository

uno::Reference< rdf::XDocumentRepository > m_xRepository
private

Definition at line 82 of file RDFaImportHelper.cxx.