LibreOffice Module embeddedobj (master) 1
|
#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>
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 &) |
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.
|
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().