Lines Matching refs:GenericInformation

99 			GenericInformation *pVersion = pVersionList->GetObject( i );  in CreateProductList()
101 GenericInformation *pProducts = pVersion->GetSubInfo( sProductKey, sal_True ); in CreateProductList()
106 GenericInformation *pDependsOn = pVersion->GetSubInfo( sDependsOnKey, sal_True ); in CreateProductList()
111 GenericInformation *pBasedOn = pVersion->GetSubInfo( sBasedOnKey, sal_True ); in CreateProductList()
146 const ByteString &rProduct, GenericInformation *& pProductInfo ) in GetProductInformation()
171 GenericInformation *pProductInfo; in PrintDependentTargets()
183 GenericInformation *pCandidate = pProductList->GetObject( j ); in PrintDependentTargets()
186 GenericInformation *pDependsOn = pCandidate->GetSubInfo( sKey, sal_True ); in PrintDependentTargets()
192 GenericInformation *pBasedOn = pProductInfo->GetSubInfo( sKey ); in PrintDependentTargets()
297 GenericInformation *pVersion = pList->GetInfo( sKey ); in GetVersionRoot()
301 GenericInformation *pUnixVolume = pVersion->GetSubInfo( sKey, sal_True ); in GetVersionRoot()
310 GenericInformation *pPath = pVersion->GetSubInfo( sKey, sal_True ); in GetVersionRoot()
330 GenericInformation *pProductInfo, sal_uInt16 nLevel, in GetBases()
344 GenericInformation *pBasedOn = pProductInfo->GetSubInfo( sKey ); in GetBases()
349 GenericInformation *pBaseProduct; in GetBases()
380 GenericInformation *pProductInfo; in PrintMinorList()
407 GenericInformation *pEnvironmentInfo = pVersionList->GetInfo( sEnvKey, sal_True ); in PrintMinorList()
429 GenericInformation *pProductInfo, BaseProductList *pBases, in PrintSingleMinorList()