23 module
com { module sun { module star { module embed {
48 interface ::com::sun::star::document::XEventBroadcaster;
52 interface ::com::sun::star::util::XCloseable;
70 void changeState( [in]
long nNewState )
88 sequence< long > getReachableStates()
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 specified state can not be reached.
Definition: UnreachableStateException.idl:27
the base of all UNO exceptions
Definition: Exception.idl:28
Definition: Ambiguous.idl:20
provides access to a component.
Definition: XComponentSupplier.idl:25
This exception can be thrown in case a list of accepted verbs of states is requested and the object i...
Definition: NeedsRunningStateException.idl:34
represents common visualization functionality for embedded objects.
Definition: XVisualObject.idl:26
This exception can be thrown in case the object's state does not allow to call requested functionalit...
Definition: WrongStateException.idl:28
represents common functionality for embedded objects.
Definition: XEmbeddedObject.idl:27
represents common functionality for embedded objects
Definition: XClassifiedObject.idl:26
broadcasts message in case embedded object object changes it's state.
Definition: XStateChangeBroadcaster.idl:27
represents common functionality for embedded clients.
Definition: XEmbeddedClient.idl:27
describes a verb.
Definition: VerbDescriptor.idl:27