LibreOffice
LibreOffice 7.4 SDK API Reference
Public Member Functions | List of all members
XEmbedObjectFactory Interface Referencepublished

allows to create and initialize a new embedded object of specified type. More...

import"XEmbedObjectFactory.idl";

Inheritance diagram for XEmbedObjectFactory:
XInterface XEmbeddedObjectCreator EmbeddedObjectCreator OLEEmbeddedObjectFactory OOoEmbeddedObjectFactory

Public Member Functions

::com::sun::star::uno::XInterface createInstanceUserInit ([in] sequence< byte > aClassID, [in] string sClassName, [in] ::com::sun::star::embed::XStorage xStorage, [in] string sEntName, [in] long nEntryConnectionMode, [in] sequence< ::com::sun::star::beans::PropertyValue > aArgs, [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs) raises ( ::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::io::IOException, ::com::sun::star::uno::Exception )
 creates a new object and transport parameters for persistent initialization. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 

Detailed Description

allows to create and initialize a new embedded object of specified type.

This interface provides user with full control over object creation.

Member Function Documentation

◆ createInstanceUserInit()

::com::sun::star::uno::XInterface createInstanceUserInit ( [in] sequence< byte >  aClassID,
[in] string  sClassName,
[in] ::com::sun::star::embed::XStorage  xStorage,
[in] string  sEntName,
[in] long  nEntryConnectionMode,
[in] sequence< ::com::sun::star::beans::PropertyValue aArgs,
[in] sequence< ::com::sun::star::beans::PropertyValue aObjectArgs 
)
raises ( ::com::sun::star::lang::IllegalArgumentException,
::com::sun::star::io::IOException,
::com::sun::star::uno::Exception
)

creates a new object and transport parameters for persistent initialization.

This method can be used to have a full control over persistence initialization of an object.

If the service implementation does not support XEmbedObjectCreator interface, it must accept the empty aClassID parameter in case of loading from existing entry.

Parameters
aClassIDthe class id of the new object
sClassNamethe class name of the new object
xStoragea parent storage the entry should be created/opened in
sEntNamea name for the entry
nEntryConnectionModea mode in which the object should be initialized from entry can take values from EntryInitModes constant set
aArgsoptional parameters for the embedded document persistence initialization, see also com::sun::star::document::MediaDescriptor
aObjectArgsoptional parameters for the object persistence initialization, see also com::sun::star::embed::EmbeddedObjectDescriptor
Exceptions
com::sun::star::lang::IllegalArgumentExceptionone of arguments is illegal
com::sun::star::io::IOExceptionin case of io problems during opening or creation
com::sun::star::uno::Exceptionin case of other problems

The documentation for this interface was generated from the following file: