19 #ifndef __com_sun_star_embed_XEmbeddedObject_idl__ 20 #define __com_sun_star_embed_XEmbeddedObject_idl__ 40 module
com { module sun { module star { module embed {
65 interface ::com::sun::star::document::XEventBroadcaster;
69 interface ::com::sun::star::util::XCloseable;
87 void changeState( [in]
long nNewState )
105 sequence< long > getReachableStates()
117 long getCurrentState()
118 raises( ::
com::sun::star::embed::WrongStateException );
138 void doVerb( [in]
long nVerbID )
139 raises( ::
com::sun::star::lang::IllegalArgumentException,
140 ::
com::sun::star::embed::WrongStateException,
142 ::
com::sun::star::uno::Exception );
158 raises( ::
com::sun::star::embed::NeedsRunningStateException,
159 ::
com::sun::star::embed::WrongStateException );
170 raises( ::
com::sun::star::embed::WrongStateException );
181 raises( ::
com::sun::star::embed::WrongStateException );
192 raises( ::
com::sun::star::embed::WrongStateException,
193 ::
com::sun::star::uno::Exception );
204 void setUpdateMode( [in]
long nMode )
205 raises( ::
com::sun::star::embed::WrongStateException );
219 hyper getStatus( [in] hyper nAspect )
220 raises( ::
com::sun::star::embed::WrongStateException );
227 void setContainerName( [in]
string sName );
This exception can be thrown in case specified state can not be reached.
Definition: UnreachableStateException.idl:31
the base of all UNO exceptions
Definition: Exception.idl:32
Definition: Ambiguous.idl:22
provides access to a component.
Definition: XComponentSupplier.idl:29
This exception can be thrown in case a list of accepted verbs of states is requested and the object i...
Definition: NeedsRunningStateException.idl:38
represents common visualization functionality for embedded objects.
Definition: XVisualObject.idl:34
This exception can be thrown in case the object's state does not allow to call requested functionalit...
Definition: WrongStateException.idl:32
represents common functionality for embedded objects.
Definition: XEmbeddedObject.idl:44
represents common functionality for embedded objects
Definition: XClassifiedObject.idl:31
broadcasts message in case embedded object object changes it's state.
Definition: XStateChangeBroadcaster.idl:33
represents common functionality for embedded clients.
Definition: XEmbeddedClient.idl:34
describes a verb.
Definition: VerbDescriptor.idl:29