Searched refs:typeRef (Results 1 – 3 of 3) sorted by relevance
43 buf.append( rtl::OUString::unacquired( &typeRef->pTypeName ) ); in appendTypeError()67 if (typeRef->eTypeClass == typelib_TypeClass_VOID) { in appendValue()74 typeRef->eTypeClass != typelib_TypeClass_STRING && in appendValue()75 typeRef->eTypeClass != typelib_TypeClass_CHAR && in appendValue()76 typeRef->eTypeClass != typelib_TypeClass_BOOLEAN) in appendValue()79 buf.append( rtl::OUString::unacquired( &typeRef->pTypeName ) ); in appendValue()83 switch (typeRef->eTypeClass) { in appendValue()105 appendTypeError( buf, typeRef ); in appendValue()154 TYPELIB_DANGER_GET( &typeDescr, typeRef ); in appendValue()156 appendTypeError( buf,typeRef ); in appendValue()[all …]
119 pEntry->m_type.typeRef = rType.getTypeLibType(); in __getTypeEntries()133 types[ n ] = pEntries[ n ].m_type.typeRef; in __fillTypes()190 if (__td_equals( pEntries[ n ].m_type.typeRef, pDemandedTDR )) in __queryDeepNoXInterface()199 TYPELIB_DANGER_GET( &pTD, pEntries[ n ].m_type.typeRef ); in __queryDeepNoXInterface()222 buf.append( pEntries[ n ].m_type.typeRef->pTypeName ); in __queryDeepNoXInterface()
69 typelib_TypeDescriptionReference * typeRef; member
Completed in 70 milliseconds