Searched refs:typeDescr (Results 1 – 3 of 3) sorted by relevance
102 typelib_TypeDescription * typeDescr = 0; in appendValue() local104 if (typeDescr == 0 || !typelib_typedescription_complete( &typeDescr )) { in appendValue()110 typeDescr ); in appendValue()148 if (typeDescr != 0) in appendValue()153 typelib_TypeDescription * typeDescr = 0; in appendValue() local155 if (typeDescr == 0) { in appendValue()195 TYPELIB_DANGER_RELEASE( typeDescr ); in appendValue()232 if (typeDescr == 0 || !typelib_typedescription_complete( &typeDescr )) { in appendValue()239 typeDescr )->pEnumValues; in appendValue()241 typeDescr )->nEnumValues; 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()
Completed in 17 milliseconds