23 module
com { module sun { module star { module embed {
48 interface ::com::sun::star::document::XEventBroadcaster;
52 interface ::com::sun::star::util::XCloseable;
This exception can be thrown in case a list of accepted verbs of states is requested and the object i...
Definition NeedsRunningStateException.idl:35
This exception can be thrown in case specified state can not be reached.
Definition UnreachableStateException.idl:28
This exception can be thrown in case the object's state does not allow to call requested functionalit...
Definition WrongStateException.idl:29
the base of all UNO exceptions
Definition Exception.idl:29
represents common functionality for embedded clients.
Definition XEmbeddedClient.idl:28
represents common functionality for embedded objects.
Definition XEmbeddedObject.idl:28
void setContainerName([in] string sName)
provides object with the name of container document.
long getCurrentState()
returns the current state of the object.
void setClientSite([in] XEmbeddedClient xClient)
sets a connection to the container's client.
hyper getStatus([in] hyper nAspect)
retrieves the status of the object.
interface XClassifiedObject
allows to detect class ID of the object.
Definition XEmbeddedObject.idl:36
interface XComponentSupplier
allows to get access to the component handled by the object.
Definition XEmbeddedObject.idl:40
interface XStateChangeBroadcaster
allows to be notified when object changes the state.
Definition XEmbeddedObject.idl:44
XEmbeddedClient getClientSite()
provides access to the internal link to the container client.
interface XVisualObject
represents common visualization functionality for embedded objects.
Definition XEmbeddedObject.idl:32
void changeState([in] long nNewState)
changes the state of the object to the requested one.
sequence< long > getReachableStates()
returns supported states for the object.
void update()
updates object's representations.
sequence< VerbDescriptor > getSupportedVerbs()
returns supported verbs for the object.
void doVerb([in] long nVerbID)
lets object perform an action referenced by nVerbID.
void setUpdateMode([in] long nMode)
specifies how often the object's representation should be updated.
interfaces related to embedded objects, both native UNO and OLE.
Definition Actions.idl:21
General UNO concepts like factories etc.
Definition ArrayIndexOutOfBoundsException.idl:22
Basic UNO interfaces.
Definition modules.idl:72
the module com::sun::star is the root module of the UNO API.
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
Definition Ambiguous.idl:20
describes a verb.
Definition VerbDescriptor.idl:28