Searched refs:pITD (Results 1 – 3 of 3) sorted by relevance
428 pITD->pMapMemberIndexToFunctionIndex = new sal_Int32[ pITD->nAllMembers ]; in typelib_typedescription_initTables()458 pITD->nMapFunctionIndexToMemberIndex = pITD->nAllMembers + nAdditionalOffset; in typelib_typedescription_initTables()1163 pITD->pBaseTypeDescription = pITD->ppBaseTypes[0]; in typelib_typedescription_newMIInterface()1166 pITD->aUik.m_Data1 = nUik1; in typelib_typedescription_newMIInterface()1167 pITD->aUik.m_Data2 = nUik2; in typelib_typedescription_newMIInterface()1172 BaseList aBaseList(pITD); in typelib_typedescription_newMIInterface()1174 pITD->nMembers = nMembers; in typelib_typedescription_newMIInterface()1176 if( pITD->nAllMembers ) in typelib_typedescription_newMIInterface()1179 pITD->ppAllMembers = new typelib_TypeDescriptionReference *[ pITD->nAllMembers ]; in typelib_typedescription_newMIInterface()1211 pITD->ppMembers = pITD->ppAllMembers + aBaseList.getBaseMembers(); in typelib_typedescription_newMIInterface()[all …]
769 typelib_InterfaceTypeDescription * pITD; in FactoryImpl() local770 pITD = reinterpret_cast<typelib_InterfaceTypeDescription*>(pTD); in FactoryImpl()771 if( ! pITD->aBase.bComplete ) in FactoryImpl()774 &m_pInvokMethodTD, pITD->ppMembers[ 1 ] ); // invoke() in FactoryImpl()776 &m_pSetValueTD, pITD->ppMembers[ 2 ] ); // setValue() in FactoryImpl()778 &m_pGetValueTD, pITD->ppMembers[ 3 ] ); // getValue() in FactoryImpl()783 pITD = reinterpret_cast<typelib_InterfaceTypeDescription*>(pTD); in FactoryImpl()785 &m_pConvertToTD, pITD->ppMembers[ 0 ] ); // convertTo() in FactoryImpl()
226 typelib_InterfaceTypeDescription * pITD = in find() local228 while (pITD) in find()230 if (td_equals( pITD, pTypeDescr_ )) in find()232 pITD = pITD->pBaseTypeDescription; in find()
Completed in 155 milliseconds