Searched refs:from_envType (Results 1 – 1 of 1) sorted by relevance
238 rtl::OUString from_envType = cppu::EnvDcp::getTypeName(pFrom->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 13 milliseconds