My Project
UDK 3.2.7 C/C++ API Reference
|
Helper class to implement com::sun::star::lang::XTypeProvider. More...
#include <typeprovider.hxx>
Public Member Functions | |
OImplementationId (sal_Bool bUseEthernetAddress=sal_True) throw () | |
Constructor. | |
OImplementationId (const ::com::sun::star::uno::Sequence< sal_Int8 > &rSeq) throw () | |
Constructor giving implementation id. | |
OImplementationId (const OImplementationId &rId) throw () | |
::com::sun::star::uno::Sequence < sal_Int8 > | getImplementationId () const throw () |
Called upon XTypeProvider::getImplementationId(). |
Helper class to implement com::sun::star::lang::XTypeProvider.
Construct a static object of this class for your UNO object's implementation id.
|
inline |
Constructor.
bUseEthernetAddress | whether an ethernet mac address should be taken into account |
|
inline |
Constructor giving implementation id.
rSeq | implementation id |
|
inline |
::com::sun::star::uno::Sequence< sal_Int8 > cppu::OImplementationId::getImplementationId | ( | ) | const throw () |
Called upon XTypeProvider::getImplementationId().