21 module
com { module sun { module star { module embed {
65 [in] sequence< byte > aClassID,
66 [in]
string sClassName,
68 [in]
string sEntryName,
69 [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs )
113 [in]
string sEntryName,
114 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor,
115 [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs )
154 [in]
string sEntryName,
155 [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor,
156 [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs )
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:31
is thrown when an input or output error has occurred.
Definition IOException.idl:27
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
the base of all UNO exceptions
Definition Exception.idl:29
allows to create and initialize a new embedded object.
Definition XEmbedObjectCreator.idl:31
::com::sun::star::uno::XInterface createInstanceInitFromMediaDescriptor([in] ::com::sun::star::embed::XStorage xStorage, [in] string sEntryName, [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor, [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs)
creates a new object and initializes it based on com::sun::star::document::MediaDescriptor.
::com::sun::star::uno::XInterface createInstanceInitNew([in] sequence< byte > aClassID, [in] string sClassName, [in] ::com::sun::star::embed::XStorage xStorage, [in] string sEntryName, [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs)
creates a new object and initializes it as a new one.
::com::sun::star::uno::XInterface createInstanceInitFromEntry([in] ::com::sun::star::embed::XStorage xStorage, [in] string sEntryName, [in] sequence< ::com::sun::star::beans::PropertyValue > aMediaDescriptor, [in] sequence< ::com::sun::star::beans::PropertyValue > aObjectArgs)
creates a new object that should be based on specified storage entry.
This interface represents main storage functionality.
Definition XStorage.idl:27
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20