Lines Matching refs:pVersionList
42 : pVersionList( NULL ), in ProductMapper()
50 : pVersionList( pVerList ), in ProductMapper()
91 pVersionList = pVerList; in CreateProductList()
93 if ( pVersionList ) { in CreateProductList()
98 for ( sal_uIntPtr i = 0; i < pVersionList->Count(); i++ ) { in CreateProductList()
99 GenericInformation *pVersion = pVersionList->GetObject( i ); in CreateProductList()
151 if ( !pVersionList ) in GetProductInformation()
245 if ( !pVersionList ) in PrintProductList()
269 if ( pVersionList ) { in GetMinorList()
270 String sRoot( GetVersionRoot( pVersionList, rVersion )); in GetMinorList()
374 if ( !pVersionList ) in PrintMinorList()
407 GenericInformation *pEnvironmentInfo = pVersionList->GetInfo( sEnvKey, sal_True ); in PrintMinorList()
433 DirEntry aRoot( GetVersionRoot( pVersionList, pProductInfo->GetValue())); in PrintSingleMinorList()
456 pVersionList, sProductVersion, sVersion, rEnvironment, *pMinors->GetObject( i )); in PrintSingleMinorList()