23 module
com { module sun { module star { module embed {
48 interface ::com::sun::star::document::XEventBroadcaster;
52 interface ::com::sun::star::util::XCloseable;
100 long getCurrentState()
121 void doVerb( [in]
long nVerbID )
122 raises( ::
com::sun::star::lang::IllegalArgumentException,
125 ::
com::sun::star::uno::Exception );
176 ::
com::sun::star::uno::Exception );
187 void setUpdateMode( [in]
long nMode )
202 hyper getStatus( [in] hyper nAspect )
210 void setContainerName( [in]
string sName );
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 generated_idl_chapter_refs.idl:113
represents common functionality for embedded objects
Definition XClassifiedObject.idl:27
provides access to a component.
Definition XComponentSupplier.idl:26
represents common functionality for embedded clients.
Definition XEmbeddedClient.idl:28
represents common functionality for embedded objects.
Definition XEmbeddedObject.idl:28
void changeState([in] long nNewState)
changes the state of the object to the requested one.
sequence< long > getReachableStates()
returns supported states for the object.
broadcasts message in case embedded object object changes it's state.
Definition XStateChangeBroadcaster.idl:28
represents common visualization functionality for embedded objects.
Definition XVisualObject.idl:27
Definition Ambiguous.idl:20
describes a verb.
Definition VerbDescriptor.idl:28