LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_embed_XLinkageSupport_idl__
20 #define __com_sun_star_embed_XLinkageSupport_idl__
29 module
com { module sun { module star { module embed {
79 [in]
string sEntryName )
111 ::
com::sun::star::uno::Exception );
boolean isLink()
allows to detect whether the object is a linked one.
This exception can be thrown in case the object's state does not allow to call requested functionalit...
Definition: WrongStateException.idl:33
This interface represents main storage functionality.
Definition: XStorage.idl:44
specifies an additional implementation for linked embedded object support.
Definition: XLinkageSupport.idl:34
is thrown when an input or output error has occurred.
Definition: IOException.idl:31
specifies common implementation for embedded objects and links persistence.
Definition: XCommonEmbedPersist.idl:36
the base of all UNO exceptions
Definition: Exception.idl:33
void breakLink([in] ::com::sun::star::embed::XStorage xStorage, [in] string sEntryName)
breaks the link and provides the object with a parent storage and a name for object's entry
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31