LibreOffice Module embeddedobj (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <com/sun/star/embed/EmbeddedObjectCreator.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <com/sun/star/embed/EntryInitModes.hpp>
#include <com/sun/star/embed/OLEEmbeddedObjectFactory.hpp>
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/ucb/CommandAbortedException.hpp>
#include <com/sun/star/task/XStatusIndicatorFactory.hpp>
#include <osl/thread.h>
#include <osl/file.hxx>
#include <osl/module.hxx>
#include <comphelper/classids.hxx>
#include "platform.h"
#include <comphelper/mimeconfighelper.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/propertyvalue.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <cppuhelper/weak.hxx>
#include <comphelper/sequenceashashmap.hxx>
#include "xdialogcreator.hxx"
#include <oleembobj.hxx>
Go to the source code of this file.
Functions | |
static uno::Sequence< sal_Int8 > | GetRelatedInternalID_Impl (const uno::Sequence< sal_Int8 > &aClassID) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | embeddedobj_MSOLEDialogObjectCreator_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * embeddedobj_MSOLEDialogObjectCreator_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 350 of file xdialogcreator.cxx.
|
static |
Definition at line 85 of file xdialogcreator.cxx.
References aClassID, SO3_SC_CLASSID_60, SO3_SC_OLE_EMBED_CLASSID_60, SO3_SC_OLE_EMBED_CLASSID_8, SO3_SCH_CLASSID_60, SO3_SCH_OLE_EMBED_CLASSID_60, SO3_SCH_OLE_EMBED_CLASSID_8, SO3_SDRAW_CLASSID_60, SO3_SDRAW_OLE_EMBED_CLASSID_60, SO3_SDRAW_OLE_EMBED_CLASSID_8, SO3_SIMPRESS_CLASSID_60, SO3_SIMPRESS_OLE_EMBED_CLASSID_60, SO3_SIMPRESS_OLE_EMBED_CLASSID_8, SO3_SM_CLASSID_60, SO3_SM_OLE_EMBED_CLASSID_60, SO3_SM_OLE_EMBED_CLASSID_8, SO3_SW_CLASSID_60, SO3_SW_OLE_EMBED_CLASSID_60, and SO3_SW_OLE_EMBED_CLASSID_8.
Referenced by MSOLEDialogObjectCreator::createInstanceByDialog().