Home
last modified time | relevance | path

Searched refs:aEnumTD (Results 1 – 1 of 1) sorted by relevance

/trunk/main/stoc/source/typeconv/
H A Dconvert.cxx676 TypeDescription aEnumTD( aDestType ); in convertTo() local
677 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() local
876 aEnumTD.makeComplete(); in convertToSimpleType()
879 for ( nPos = ((typelib_EnumTypeDescription *)aEnumTD.get())->nEnumValues; nPos--; ) in convertToSimpleType()
[all …]

Completed in 16 milliseconds