Searched refs:pBasedOn (Results 1 – 1 of 1) sorted by relevance
111 GenericInformation *pBasedOn = pVersion->GetSubInfo( sBasedOnKey, sal_True ); in CreateProductList() local112 if ( pBasedOn ) in CreateProductList()113 sBasedOn = pBasedOn->GetValue(); in CreateProductList()192 GenericInformation *pBasedOn = pProductInfo->GetSubInfo( sKey ); in PrintDependentTargets() local193 if ( pBasedOn ) { in PrintDependentTargets()194 GenericInformationList *pBases = pBasedOn->GetSubList(); in PrintDependentTargets()344 GenericInformation *pBasedOn = pProductInfo->GetSubInfo( sKey ); in GetBases() local345 if ( pBasedOn ) { in GetBases()346 GenericInformationList *pBasesInfo = pBasedOn->GetSubList(); in GetBases()
Completed in 17 milliseconds