|
| Mapping (const ::rtl::OUString &rFrom, const ::rtl::OUString &rTo, const ::rtl::OUString &rAddPurpose=::rtl::OUString()) throw () |
| Holds a mapping from the specified source to the specified destination by environment type names. More...
|
|
| Mapping (uno_Environment *pFrom, uno_Environment *pTo, const ::rtl::OUString &rAddPurpose=::rtl::OUString()) throw () |
| Holds a mapping from the specified source to the specified destination. More...
|
|
| Mapping (const Environment &rFrom, const Environment &rTo, const ::rtl::OUString &rAddPurpose=::rtl::OUString()) throw () |
| Holds a mapping from the specified source to the specified destination environment. More...
|
|
| Mapping (uno_Mapping *pMapping=0) throw () |
| Constructor. More...
|
|
| Mapping (const Mapping &rMapping) throw () |
| Copy constructor. More...
|
|
| ~Mapping () throw () |
| Destructor. More...
|
|
Mapping & | operator= (uno_Mapping *pMapping) throw () |
| Sets a given mapping. More...
|
|
Mapping & | operator= (const Mapping &rMapping) throw () |
| Sets a given mapping. More...
|
|
uno_Mapping * | get () const throw () |
| Provides a pointer to the C mapping. More...
|
|
sal_Bool | is () const throw () |
| Tests if a mapping is set. More...
|
|
void | clear () throw () |
| Releases a set mapping. More...
|
|
void * | mapInterface (void *pInterface, typelib_InterfaceTypeDescription *pTypeDescr) const throw () |
| Maps an interface from one environment to another. More...
|
|
void * | mapInterface (void *pInterface, typelib_TypeDescription *pTypeDescr) const throw () |
| Maps an interface from one environment to another. More...
|
|
void * | mapInterface (void *pInterface, const ::com::sun::star::uno::Type &rType) const throw () |
| Maps an interface from one environment to another. More...
|
|
void | mapInterface (void **ppOut, void *pInterface, typelib_InterfaceTypeDescription *pTypeDescr) const throw () |
| Maps an interface from one environment to another. More...
|
|
void | mapInterface (void **ppOut, void *pInterface, typelib_TypeDescription *pTypeDescr) const throw () |
| Maps an interface from one environment to another. More...
|
|
void | mapInterface (void **ppOut, void *pInterface, const ::com::sun::star::uno::Type &rType) const throw () |
| Maps an interface from one environment to another. More...
|
|
C++ wrapper for C uno_Mapping.
- See Also
- uno_Mapping