LibreOffice Module svx (master) 1
Classes | Variables
xmleohlp.cxx File Reference
#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/embed/XTransactedObject.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/embed/XEmbedPersist.hpp>
#include <com/sun/star/embed/EmbedStates.hpp>
#include <com/sun/star/embed/Aspects.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <osl/diagnose.h>
#include <sot/storage.hxx>
#include <tools/debug.hxx>
#include <sal/log.hxx>
#include <unotools/streamwrap.hxx>
#include <unotools/tempfile.hxx>
#include <svtools/embedhlp.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <comphelper/propertyvalue.hxx>
#include <comphelper/storagehelper.hxx>
#include <comphelper/embeddedobjectcontainer.hxx>
#include <comphelper/fileformat.h>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/implbase.hxx>
#include <svx/xmleohlp.hxx>
#include <map>
#include <memory>
#include <mutex>
Include dependency graph for xmleohlp.cxx:

Go to the source code of this file.

Classes

class  OutputStorageWrapper_Impl
 

Variables

constexpr OUStringLiteral XML_CONTAINERSTORAGE_NAME_60 = u"Pictures"
 
constexpr OUStringLiteral XML_CONTAINERSTORAGE_NAME = u"ObjectReplacements"
 
constexpr OUStringLiteral XML_EMBEDDEDOBJECT_URL_BASE = u"vnd.sun.star.EmbeddedObject:"
 
constexpr OUStringLiteral XML_EMBEDDEDOBJECTGRAPHIC_URL_BASE = u"vnd.sun.star.GraphicObject:"
 

Variable Documentation

◆ XML_CONTAINERSTORAGE_NAME

constexpr OUStringLiteral XML_CONTAINERSTORAGE_NAME = u"ObjectReplacements"
constexpr

Definition at line 62 of file xmleohlp.cxx.

Referenced by SvXMLEmbeddedObjectHelper::ImplGetStorageNames().

◆ XML_CONTAINERSTORAGE_NAME_60

constexpr OUStringLiteral XML_CONTAINERSTORAGE_NAME_60 = u"Pictures"
constexpr

Definition at line 61 of file xmleohlp.cxx.

Referenced by SvXMLEmbeddedObjectHelper::ImplGetStorageNames().

◆ XML_EMBEDDEDOBJECT_URL_BASE

constexpr OUStringLiteral XML_EMBEDDEDOBJECT_URL_BASE = u"vnd.sun.star.EmbeddedObject:"
constexpr

◆ XML_EMBEDDEDOBJECTGRAPHIC_URL_BASE

constexpr OUStringLiteral XML_EMBEDDEDOBJECTGRAPHIC_URL_BASE = u"vnd.sun.star.GraphicObject:"
constexpr

Definition at line 64 of file xmleohlp.cxx.

Referenced by SvXMLEmbeddedObjectHelper::ImplGetStorageNames().