Lines Matching refs:pBases
194 GenericInformationList *pBases = pBasedOn->GetSubList(); in PrintDependentTargets() local
195 if ( pBases ) { in PrintDependentTargets()
196 for ( sal_uIntPtr k = 0; k < pBases->Count(); k++ ) { in PrintDependentTargets()
197 aBaseList.PutString( new ByteString( *pBases->GetObject( k ))); in PrintDependentTargets()
331 BaseProductList *pBases ) in GetBases() argument
334 if ( !pBases ) in GetBases()
335 pBases = new BaseProductList(); in GetBases()
351 GetBases( pBaseProduct, ++ nLevel, pBases ); in GetBases()
358 for ( sal_uInt16 i = 0; i < pBases->Count() && !bFound; i++ ) { in GetBases()
359 ByteString sTest( *pBases->GetObject( i )); in GetBases()
364 pBases->Insert( new ByteString( sCandidate ), ( sal_uIntPtr ) 0 ); in GetBases()
366 return pBases; in GetBases()
385 BaseProductList *pBases = GetBases( pProductInfo ); in PrintMinorList() local
386 if ( pBases->Count()) { in PrintMinorList()
387 if ( pBases->Count() > 1 ) in PrintMinorList()
388 fprintf( stdout, "Product \"%s\" based on ", pBases->GetObject(( sal_uIntPtr ) 0 )->GetBuffer()); in PrintMinorList()
390 …fprintf( stdout, "Product \"%s\" based on no other products", pBases->GetObject(( sal_uIntPtr ) 0 … in PrintMinorList()
392 for ( sal_uIntPtr i = 1; i < pBases->Count(); i++ ) { in PrintMinorList()
393 fprintf( stdout, "\"%s\"", pBases->GetObject( i )->GetBuffer()); in PrintMinorList()
394 if ( i < pBases->Count() - 1 ) in PrintMinorList()
402 nResult = PrintSingleMinorList( pProductInfo, pBases, rEnvironment ); in PrintMinorList()
412 … sal_uInt16 nTmp = PrintSingleMinorList( pProductInfo, pBases, *pEnvironmentList->GetObject( i )); in PrintMinorList()
420 for ( sal_uIntPtr m = 0; m < pBases->Count(); m++ ) in PrintMinorList()
421 delete pBases->GetObject( m ); in PrintMinorList()
422 delete pBases; in PrintMinorList()
429 GenericInformation *pProductInfo, BaseProductList *pBases, in PrintSingleMinorList() argument
449 for ( sal_uIntPtr j = 0; j < pBases->Count(); j++ ) { in PrintSingleMinorList()
450 ByteString sCurProduct( *pBases->GetObject( j )); in PrintSingleMinorList()