LibreOffice Module embeddedobj (master) 1
Functions
xcreator.cxx File Reference
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/EntryInitModes.hpp>
#include <com/sun/star/embed/XEmbedObjectFactory.hpp>
#include <com/sun/star/embed/OOoEmbeddedObjectFactory.hpp>
#include <com/sun/star/embed/OLEEmbeddedObjectFactory.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/lang/XComponent.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
#include <comphelper/documentconstants.hxx>
#include <officecfg/Office/Common.hxx>
#include <xcreator.hxx>
#include <dummyobject.hxx>
Include dependency graph for xcreator.cxx:

Go to the source code of this file.

Functions

static OUString HandleFilter (const OUString &rFilter)
 Decides if rFilter should be used to load data into a doc model or real OLE embedding should happen. More...
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * embeddedobj_UNOEmbeddedObjectCreator_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ embeddedobj_UNOEmbeddedObjectCreator_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * embeddedobj_UNOEmbeddedObjectCreator_get_implementation ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 407 of file xcreator.cxx.

◆ HandleFilter()

static OUString HandleFilter ( const OUString &  rFilter)
static

Decides if rFilter should be used to load data into a doc model or real OLE embedding should happen.

Empty return value means the later.

Definition at line 191 of file xcreator.cxx.

Referenced by UNOEmbeddedObjectCreator::createInstanceInitFromMediaDescriptor().