represents common functionality for embedded objects More...
import "XClassifiedObject.idl";
Public Member Functions | |
sequence< byte > | getClassID () |
retrieves class ID of the object. | |
string | getClassName () |
retrieves symbolic name for the object type to be used in UI. | |
void | setClassInfo ([in] sequence< byte > aClassID, [in] string sClassName) raises ( ::com::sun::star::lang::NoSupportException ) |
sets the class ID and symbolic name to an object. | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. | |
represents common functionality for embedded objects
sequence< byte > getClassID | ( | ) |
retrieves class ID of the object.
string getClassName | ( | ) |
retrieves symbolic name for the object type to be used in UI.
void setClassInfo | ( | [in] sequence< byte > | aClassID, | |||
[in] string | sClassName ) | |||||
raises | ( | ::com::sun::star::lang::NoSupportException ) |
sets the class ID and symbolic name to an object.
aClassID | the new class ID |
sClassName | the new symbolic name |
com::sun::star::lang::NoSupportException | in case changing of class information is not allowed |