Home
last modified time | relevance | path

Searched refs:pProductInfo (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/soldep/bootstrp/
H A Dprodmap.cxx146 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()
[all …]
/AOO41X/main/soldep/inc/
H A Dprodmap.hxx55 …BaseProductList *GetBases( GenericInformation *pProductInfo, sal_uInt16 nLevel = 0, BaseProductLis…
57 …sal_uInt16 PrintSingleMinorList( GenericInformation *pProductInfo, BaseProductList *pBases, const …
67 …sal_uInt16 GetProductInformation( const ByteString &rProduct, GenericInformation *& pProductInfo );