Lines Matching refs:pProductInfo
146 const ByteString &rProduct, GenericInformation *& pProductInfo ) in GetProductInformation() argument
149 pProductInfo = NULL; in GetProductInformation()
158 pProductInfo = pProductList->GetInfo( sProductKey, sal_True ); in GetProductInformation()
160 if ( !pProductInfo ) in GetProductInformation()
171 GenericInformation *pProductInfo; in PrintDependentTargets() local
173 sal_uInt16 nReturn = GetProductInformation( rProduct, pProductInfo ); in PrintDependentTargets()
178 fprintf( stdout, "%s (%s)\n", pProductInfo->GetBuffer(), in PrintDependentTargets()
179 pProductInfo->GetValue().GetBuffer()); in PrintDependentTargets()
180 aPrintedList.PutString( new ByteString( *pProductInfo )); in PrintDependentTargets()
192 GenericInformation *pBasedOn = pProductInfo->GetSubInfo( sKey ); in PrintDependentTargets()
330 GenericInformation *pProductInfo, sal_uInt16 nLevel, in GetBases() argument
337 if ( pProductInfo ) { in GetBases()
338 ByteString sCandidate( *pProductInfo ); in GetBases()
340 sCandidate += pProductInfo->GetValue(); in GetBases()
344 GenericInformation *pBasedOn = pProductInfo->GetSubInfo( sKey ); in GetBases()
380 GenericInformation *pProductInfo; in PrintMinorList() local
381 GetProductInformation( rProduct, pProductInfo ); in PrintMinorList()
382 if ( !pProductInfo ) in PrintMinorList()
385 BaseProductList *pBases = GetBases( pProductInfo ); in PrintMinorList()
402 nResult = PrintSingleMinorList( pProductInfo, pBases, rEnvironment ); in PrintMinorList()
404 ByteString sEnvKey( pProductInfo->GetValue()); in PrintMinorList()
412 … sal_uInt16 nTmp = PrintSingleMinorList( pProductInfo, pBases, *pEnvironmentList->GetObject( i )); in PrintMinorList()
429 GenericInformation *pProductInfo, BaseProductList *pBases, in PrintSingleMinorList() argument
433 DirEntry aRoot( GetVersionRoot( pVersionList, pProductInfo->GetValue())); in PrintSingleMinorList()
438 SByteStringList *pMinors = GetMinorList( pProductInfo->GetValue(), rEnvironment ); in PrintSingleMinorList()