19 #ifndef __com_sun_star_embed_XClassifiedObject_idl__
20 #define __com_sun_star_embed_XClassifiedObject_idl__
27 module
com { module sun { module star { module embed {
38 sequence< byte > getClassID();
45 string getClassName();
58 void setClassInfo( [in] sequence< byte > aClassID,
59 [in]
string sClassName )
– idl definition –
Definition: Ambiguous.idl:22
This exception is thrown when a feature of an interface is not supported.
Definition: NoSupportException.idl:38
represents common functionality for embedded objects
Definition: XClassifiedObject.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:47