Home
last modified time | relevance | path

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

/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx426 pITD->pMapMemberIndexToFunctionIndex = new sal_Int32[ pITD->nAllMembers ]; in typelib_typedescription_initTables()
456 pITD->nMapFunctionIndexToMemberIndex = pITD->nAllMembers + nAdditionalOffset; in typelib_typedescription_initTables()
1144 pITD->ppBaseTypes[i] = 0; in typelib_typedescription_newMIInterface()
1147 &pITD->ppBaseTypes[i]), in typelib_typedescription_newMIInterface()
1161 pITD->pBaseTypeDescription = pITD->ppBaseTypes[0]; in typelib_typedescription_newMIInterface()
1170 BaseList aBaseList(pITD); in typelib_typedescription_newMIInterface()
1172 pITD->nMembers = nMembers; in typelib_typedescription_newMIInterface()
1174 if( pITD->nAllMembers ) in typelib_typedescription_newMIInterface()
1177 pITD->ppAllMembers = new typelib_TypeDescriptionReference *[ pITD->nAllMembers ]; in typelib_typedescription_newMIInterface()
1209 pITD->ppMembers = pITD->ppAllMembers + aBaseList.getBaseMembers(); in typelib_typedescription_newMIInterface()
[all …]
/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx769 typelib_InterfaceTypeDescription * pITD; in FactoryImpl() local
770 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()
/trunk/main/cppu/source/uno/
H A Dlbenv.cxx226 typelib_InterfaceTypeDescription * pITD = in find() local
228 while (pITD) in find()
230 if (td_equals( pITD, pTypeDescr_ )) in find()
232 pITD = pITD->pBaseTypeDescription; in find()

Completed in 45 milliseconds