Home
last modified time | relevance | path

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

/AOO41X/main/comphelper/source/misc/
H A Danytostring.cxx39 rtl::OUStringBuffer & buf, typelib_TypeDescriptionReference * typeRef ) in appendTypeError() argument
43 buf.append( rtl::OUString::unacquired( &typeRef->pTypeName ) ); in appendTypeError()
64 void const * val, typelib_TypeDescriptionReference * typeRef, in appendValue() argument
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()
103 typelib_typedescriptionreference_getDescription( &typeDescr, typeRef ); in appendValue()
[all …]
/AOO41X/main/cppuhelper/source/
H A Dimplbase_ex.cxx119 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()
/AOO41X/main/cppuhelper/inc/cppuhelper/
H A Dimplbase_ex.hxx67 typelib_TypeDescriptionReference * typeRef; member