Overview | Namespace | Class | Index | Help |
const ::rtl::OUString & | rFrom, |
const ::rtl::OUString & | rTo, |
const ::rtl::OUString & | rAddPurpose = :: rtl :: OUString ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Holds a mapping from the specified source to the specified destination by environment type names.
rFrom | type name of source environment |
rTo | type name of destination environment |
rAddPurpose | additional purpose |
uno_Environment * | pFrom, |
uno_Environment * | pTo, |
const ::rtl::OUString & | rAddPurpose = :: rtl :: OUString ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Holds a mapping from the specified source to the specified destination.
pFrom | source environment |
pTo | destination environment |
rAddPurpose | additional purpose |
uno_Mapping * | pMapping = 0 ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Constructor.
pMapping | another mapping |
const Mapping & | rMapping ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Copy constructor.
rMapping | another mapping |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Destructor.
uno_Mapping * | pMapping ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Sets a given mapping.
pMapping | another mapping |
this mapping
const Mapping & | rMapping ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Sets a given mapping.
rMapping | another mapping |
this mapping
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Provides a pointer to the C mapping. The returned mapping is NOT acquired!
UNacquired C mapping
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Tests if a mapping is set.
true if a mapping is set
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | YES | NO |
Releases a set mapping.
void * | pInterface, |
typelib_InterfaceTypeDescription * | pTypeDescr ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
Maps an interface from one environment to another.
pInterface | source interface |
pTypeDescr | type description of interface |
mapped interface
void * | pInterface, |
typelib_TypeDescription * | pTypeDescr ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
Maps an interface from one environment to another.
pInterface | source interface |
pTypeDescr | type description of interface |
mapped interface
void * | pInterface, |
const ::com::sun::star::uno::Type & | rType ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
Maps an interface from one environment to another.
pInterface | source interface |
rType | type of interface |
mapped interface
void * * | ppOut, |
void * | pInterface, |
typelib_InterfaceTypeDescription * | pTypeDescr ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
Maps an interface from one environment to another.
ppOut | inout mapped interface |
pInterface | source interface |
pTypeDescr | type description of interface |
void * * | ppOut, |
void * | pInterface, |
typelib_TypeDescription * | pTypeDescr ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
Maps an interface from one environment to another.
ppOut | inout mapped interface |
pInterface | source interface |
pTypeDescr | type description of interface |
void * * | ppOut, |
void * | pInterface, |
const ::com::sun::star::uno::Type & | rType ) const throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | YES | NO | NO | NO | YES | NO |
Maps an interface from one environment to another.
ppOut | inout mapped interface |
pInterface | source interface |
rType | type of interface to be mapped |
Copyright © 2003 Sun Microsystems, Inc.