Searched refs:aEnumTD (Results 1 – 1 of 1) sorted by relevance
676 TypeDescription aEnumTD( aDestType ); in convertTo() local677 aEnumTD.makeComplete(); in convertTo()682 for ( nPos = ((typelib_EnumTypeDescription *)aEnumTD.get())->nEnumValues; nPos--; ) in convertTo()694 for ( nPos = ((typelib_EnumTypeDescription *)aEnumTD.get())->nEnumValues; nPos--; ) in convertTo()696 if (nEnumValue == ((typelib_EnumTypeDescription *)aEnumTD.get())->pEnumValues[nPos]) in convertTo()704 &((typelib_EnumTypeDescription *)aEnumTD.get())->pEnumValues[nPos], in convertTo()705 aEnumTD.get() ); in convertTo()875 TypeDescription aEnumTD( aSourceType ); in convertToSimpleType() local876 aEnumTD.makeComplete(); in convertToSimpleType()879 for ( nPos = ((typelib_EnumTypeDescription *)aEnumTD.get())->nEnumValues; nPos--; ) in convertToSimpleType()[all …]
Completed in 9 milliseconds