|
| | Mapping (const ::rtl::OUString &rFrom, const ::rtl::OUString &rTo, const ::rtl::OUString &rAddPurpose=::rtl::OUString()) SAL_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()) SAL_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()) SAL_THROW(()) |
| | Holds a mapping from the specified source to the specified destination environment. More...
|
| |
| | Mapping (uno_Mapping *pMapping=0) SAL_THROW(()) |
| | Constructor. More...
|
| |
| | Mapping (const Mapping &rMapping) SAL_THROW(()) |
| | Copy constructor. More...
|
| |
| | ~Mapping () SAL_THROW(()) |
| | Destructor. More...
|
| |
| Mapping & | operator= (uno_Mapping *pMapping) SAL_THROW(()) |
| | Sets a given mapping. More...
|
| |
| Mapping & | operator= (const Mapping &rMapping) SAL_THROW(()) |
| | Sets a given mapping. More...
|
| |
| uno_Mapping * | get () const SAL_THROW(()) |
| | Provides a pointer to the C mapping. More...
|
| |
| bool | is () const SAL_THROW(()) |
| | Tests if a mapping is set. More...
|
| |
| void | clear () SAL_THROW(()) |
| | Releases a set mapping. More...
|
| |
| void * | mapInterface (void *pInterface, typelib_InterfaceTypeDescription *pTypeDescr) const SAL_THROW(()) |
| | Maps an interface from one environment to another. More...
|
| |
| void * | mapInterface (void *pInterface, typelib_TypeDescription *pTypeDescr) const SAL_THROW(()) |
| | Maps an interface from one environment to another. More...
|
| |
| void * | mapInterface (void *pInterface, const ::com::sun::star::uno::Type &rType) const SAL_THROW(()) |
| | Maps an interface from one environment to another. More...
|
| |
| void | mapInterface (void **ppOut, void *pInterface, typelib_InterfaceTypeDescription *pTypeDescr) const SAL_THROW(()) |
| | Maps an interface from one environment to another. More...
|
| |
| void | mapInterface (void **ppOut, void *pInterface, typelib_TypeDescription *pTypeDescr) const SAL_THROW(()) |
| | Maps an interface from one environment to another. More...
|
| |
| void | mapInterface (void **ppOut, void *pInterface, const ::com::sun::star::uno::Type &rType) const SAL_THROW(()) |
| | Maps an interface from one environment to another. More...
|
| |
C++ wrapper for C uno_Mapping.
- See also
- uno_Mapping