LibreOffice Module sw (master) 1
Functions
xmltexte.cxx File Reference
#include <sal/config.h>
#include <comphelper/classids.hxx>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/embed/XLinkageSupport.hpp>
#include <com/sun/star/document/XEmbeddedObjectSupplier.hpp>
#include <xmloff/families.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include <xmloff/txtprmap.hxx>
#include <xmloff/maptype.hxx>
#include <xmloff/xmlexppr.hxx>
#include <ndole.hxx>
#include <fmtcntnt.hxx>
#include <unoframe.hxx>
#include "xmlexp.hxx"
#include "xmltexte.hxx"
#include <SwAppletImpl.hxx>
#include <ndindex.hxx>
#include <osl/diagnose.h>
#include <sot/exchange.hxx>
#include <svl/urihelper.hxx>
#include <sfx2/frmdescr.hxx>
Include dependency graph for xmltexte.cxx:

Go to the source code of this file.

Functions

constexpr OUStringLiteral gsEmbeddedObjectProtocol (u"vnd.sun.star.EmbeddedObject:")
 
static void lcl_addURL (SvXMLExport &rExport, const OUString &rURL, bool bToRel=true)
 
static void lcl_addAspect (const svt::EmbeddedObjectRef &rObj, std::vector< XMLPropertyState > &rStates, const rtl::Reference< XMLPropertySetMapper > &rMapper)
 
static void lcl_addOutplaceProperties (const svt::EmbeddedObjectRef &rObj, std::vector< XMLPropertyState > &rStates, const rtl::Reference< XMLPropertySetMapper > &rMapper)
 
static void lcl_addFrameProperties (const uno::Reference< embed::XEmbeddedObject > &xObj, std::vector< XMLPropertyState > &rStates, const rtl::Reference< XMLPropertySetMapper > &rMapper)
 

Function Documentation

◆ gsEmbeddedObjectProtocol()

constexpr OUStringLiteral gsEmbeddedObjectProtocol ( u"vnd.sun.star.EmbeddedObject:"  )
constexpr

◆ lcl_addAspect()

static void lcl_addAspect ( const svt::EmbeddedObjectRef rObj,
std::vector< XMLPropertyState > &  rStates,
const rtl::Reference< XMLPropertySetMapper > &  rMapper 
)
static

◆ lcl_addFrameProperties()

static void lcl_addFrameProperties ( const uno::Reference< embed::XEmbeddedObject > &  xObj,
std::vector< XMLPropertyState > &  rStates,
const rtl::Reference< XMLPropertySetMapper > &  rMapper 
)
static

◆ lcl_addOutplaceProperties()

static void lcl_addOutplaceProperties ( const svt::EmbeddedObjectRef rObj,
std::vector< XMLPropertyState > &  rStates,
const rtl::Reference< XMLPropertySetMapper > &  rMapper 
)
static

◆ lcl_addURL()

static void lcl_addURL ( SvXMLExport rExport,
const OUString &  rURL,
bool  bToRel = true 
)
static