Searched refs:pVersionList (Results 1 – 4 of 4) sorted by relevance
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()[all …]
45 GenericInformationList *pVersionList; member in ProductMapper
89 void Init( ByteString &rVersion, GenericInformationList *pVersionList = NULL );
107 void SolDep::Init( ByteString &rVersion, GenericInformationList *pVersionList ) in Init() argument112 if ( pVersionList ) in Init()113 mpStandLst = new GenericInformationList( *pVersionList ); in Init()
Completed in 24 milliseconds