Searched refs:to_envType (Results 1 – 1 of 1) sorted by relevance
239 rtl::OUString to_envType = cppu::EnvDcp::getTypeName(pTo->pTypeName); in getCascadeMapping() local260 if (from_envType == uno_envType && to_envType == uno_envType) in getCascadeMapping()298 else if (from_envType != uno_envType && to_envType == uno_envType) // <ANY> -> UNO ? in getCascadeMapping()306 else if (from_envType == uno_envType && to_envType != uno_envType) // UNO -> <ANY>? in getCascadeMapping()
Completed in 11 milliseconds