Searched refs:typeDescr (Results 1 – 3 of 3) sorted by relevance
102 typelib_TypeDescription * typeDescr = 0; in appendValue() local103 typelib_typedescriptionreference_getDescription( &typeDescr, typeRef ); in appendValue()104 if (typeDescr == 0 || !typelib_typedescription_complete( &typeDescr )) { in appendValue()110 typeDescr ); in appendValue()148 if (typeDescr != 0) in appendValue()149 typelib_typedescription_release( typeDescr ); in appendValue()153 typelib_TypeDescription * typeDescr = 0; in appendValue() local154 TYPELIB_DANGER_GET( &typeDescr, typeRef ); in appendValue()155 if (typeDescr == 0) { in appendValue()161 typelib_IndirectTypeDescription * >(typeDescr)->pType; in appendValue()[all …]
52 typelib_EnumTypeDescription * typeDescr = 0; in getTypeClassName() local55 reinterpret_cast<typelib_TypeDescription **>(&typeDescr), name.pData ); in getTypeClassName()56 OSL_ASSERT( typeDescr != 0 ); in getTypeClassName()57 if (typeDescr == 0) in getTypeClassName()60 reinterpret_cast<typelib_TypeDescription **>(&typeDescr) ); in getTypeClassName()62 sal_Int32 const * pValues = typeDescr->pEnumValues; in getTypeClassName()63 sal_Int32 nPos = typeDescr->nEnumValues; in getTypeClassName()70 name = typeDescr->ppEnumNames[ nPos ]; in getTypeClassName()76 reinterpret_cast<typelib_TypeDescription *>(typeDescr) ); in getTypeClassName()
205 OUString const & oid, TypeDescription const & typeDescr );305 OUString const & oid, TypeDescription const & typeDescr ) in binuno_Proxy() argument310 m_typeDescr( typeDescr ) in binuno_Proxy()