Lines Matching refs:pProductList
43 pProductList( NULL ) in ProductMapper()
51 pProductList( NULL ) in ProductMapper()
61 delete pProductList; in ~ProductMapper()
88 delete pProductList; in CreateProductList()
89 pProductList = NULL; in CreateProductList()
118 if ( !pProductList ) in CreateProductList()
119 pProductList = new GenericInformationList(); in CreateProductList()
121 pProductList->InsertInfo( sProduct, *pVersion, sal_True, sal_True ); in CreateProductList()
128 pProductList->InsertInfo( sDependsOnKey_l, "", sal_True, sal_True ); in CreateProductList()
135 pProductList->InsertInfo( sBasedOnKey_l, "", sal_True, sal_True ); in CreateProductList()
154 if ( !pProductList ) in GetProductInformation()
158 pProductInfo = pProductList->GetInfo( sProductKey, sal_True ); in GetProductInformation()
182 for ( sal_uIntPtr j = 0; j < pProductList->Count(); j++ ) { in PrintDependentTargets()
183 GenericInformation *pCandidate = pProductList->GetObject( j ); in PrintDependentTargets()
248 if ( !pProductList || !pProductList->Count()) in PrintProductList()
251 if ( pProductList->Count()) { in PrintProductList()
252 for ( sal_uIntPtr i = 0; i < pProductList->Count(); i++ ) in PrintProductList()
254 pProductList->GetObject( i )->GetBuffer(), in PrintProductList()
255 pProductList->GetObject( i )->GetValue().GetBuffer()); in PrintProductList()
377 if ( !pProductList || !pProductList->Count()) in PrintMinorList()