Lines Matching refs:unoName
137 OUString const & unoName = *(OUString const *)&pTypeDescr->aBase.pTypeName; in getRTTI() local
140 t_rtti_map::const_iterator iRttiFind( m_rttis.find( unoName ) ); in getRTTI()
149 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
163 m_rttis.insert( t_rtti_map::value_type( unoName, rtti ) ) ); in getRTTI()
169 t_rtti_map::const_iterator iFind( m_generatedRttis.find( unoName ) ); in getRTTI()
179 const OString aCUnoName = OUStringToOString( unoName, RTL_TEXTENCODING_UTF8); in getRTTI()
202 m_generatedRttis.insert( t_rtti_map::value_type( unoName, rtti ) ) ); in getRTTI()
224 OUString unoName( toUNOname( header->exceptionType->name() ) ); in deleteException() local
225 ::typelib_typedescription_getByName( &pTD, unoName.pData ); in deleteException()
313 OUString unoName( toUNOname( header->exceptionType->name() ) ); in fillUnoException() local
315 OString cstr_unoName( OUStringToOString( unoName, RTL_TEXTENCODING_ASCII_US ) ); in fillUnoException()
318 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
322 OUString( RTL_CONSTASCII_USTRINGPARAM("exception type not found: ") ) + unoName, in fillUnoException()