UDK 3.2.7 C/C++ API Reference
|
Functions | |
rtl::OUString | getTypeName (rtl::OUString const &rEnvDcp) |
Get the OBI type part of an environment descriptor. | |
rtl::OUString | getPurpose (rtl::OUString const &rEnvDcp) |
Get the purpose part of an environment descriptor. |
rtl::OUString cppu::EnvDcp::getPurpose | ( | rtl::OUString const & | rEnvDcp | ) | [inline] |
Get the purpose part of an environment descriptor.
(http://wiki.services.openoffice.org/wiki/Uno/Binary/Spec/Environment_Descriptor)
rEnvDcp | the Environment Descriptor |
rtl::OUString cppu::EnvDcp::getTypeName | ( | rtl::OUString const & | rEnvDcp | ) | [inline] |
Get the OBI type part of an environment descriptor.
(http://wiki.services.openoffice.org/wiki/Uno/Cpp/Spec/Environment_Descriptor)
rEnvDcp | the Environment Descriptor |