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()
101 raises( ::com::sun::star::embed::WrongStateException );
121 void doVerb( [in]
long nVerbID )
122 raises( ::com::sun::star::lang::IllegalArgumentException,
123 ::com::sun::star::embed::WrongStateException,
125 ::com::sun::star::uno::Exception );
141 raises( ::com::sun::star::embed::NeedsRunningStateException,
142 ::com::sun::star::embed::WrongStateException );
153 raises( ::com::sun::star::embed::WrongStateException );
164 raises( ::com::sun::star::embed::WrongStateException );
175 raises( ::com::sun::star::embed::WrongStateException,
176 ::com::sun::star::uno::Exception );
187 void setUpdateMode( [in]
long nMode )
188 raises( ::com::sun::star::embed::WrongStateException );
202 hyper getStatus( [in] hyper nAspect )
203 raises( ::com::sun::star::embed::WrongStateException );
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
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