Lines Matching refs:unoName
131 OUString const & unoName = *(OUString const *)&pTypeDescr->aBase.pTypeName; in getRTTI() local
134 t_rtti_map::const_iterator iFind( m_rttis.find( unoName ) ); in getRTTI()
143 OUString token( unoName.getToken( 0, '.', index ) ); in getRTTI()
157 m_rttis.insert( t_rtti_map::value_type( unoName, rtti ) ) ); in getRTTI()
163 t_rtti_map::const_iterator iFind2( m_generatedRttis.find( unoName ) ); in getRTTI()
188 m_generatedRttis.insert( t_rtti_map::value_type( unoName, rtti ) ) ); in getRTTI()
210 OUString unoName( toUNOname( header->exceptionType->name() ) ); in deleteException() local
211 ::typelib_typedescription_getByName( &pTD, unoName.pData ); in deleteException()
299 OUString unoName( toUNOname( header->exceptionType->name() ) ); in fillUnoException() local
301 OString cstr_unoName( OUStringToOString( unoName, RTL_TEXTENCODING_ASCII_US ) ); in fillUnoException()
304 typelib_typedescription_getByName( &pExcTypeDescr, unoName.pData ); in fillUnoException()
308 OUString( RTL_CONSTASCII_USTRINGPARAM("exception type not found: ") ) + unoName, in fillUnoException()