LibreOffice Module cppu (master) 1
Functions
cppu::EnvDcp Namespace Reference

Functions

rtl::OUString getTypeName (rtl::OUString const &rEnvDcp)
 Get the OBI type part of an environment descriptor. More...
 
rtl::OUString getPurpose (rtl::OUString const &rEnvDcp)
 Get the purpose part of an environment descriptor. More...
 

Function Documentation

◆ getPurpose()

rtl::OUString cppu::EnvDcp::getPurpose ( rtl::OUString const &  rEnvDcp)
inline

Get the purpose part of an environment descriptor.

(http://wiki.openoffice.org/wiki/Uno/Binary/Spec/Environment_Descriptor)

Parameters
rEnvDcpthe Environment Descriptor
Returns
the purpose
Available since: \n UDK 3.2.7

Definition at line 57 of file EnvDcp.hxx.

References uno_EnvDcp_getPurpose().

Referenced by getCascadeMapping(), initDefaultEnvironment(), s_getNextEnv(), uno_Environment_isValid(), and uno_getCurrentEnvironment().

◆ getTypeName()

rtl::OUString cppu::EnvDcp::getTypeName ( rtl::OUString const &  rEnvDcp)
inline

Get the OBI type part of an environment descriptor.

(http://wiki.openoffice.org/wiki/Uno/Cpp/Spec/Environment_Descriptor)

Parameters
rEnvDcpthe Environment Descriptor
Returns
the OBI type
Available since: \n UDK 3.2.7

Definition at line 41 of file EnvDcp.hxx.

References typeName, and uno_EnvDcp_getTypeName().

Referenced by cppu::getBridgeName(), getCascadeMapping(), initDefaultEnvironment(), cppu::loadExternalMapping(), and uno_Environment_isValid().