Searched refs:pMinors (Results 1 – 1 of 1) sorted by relevance
438 SByteStringList *pMinors = GetMinorList( pProductInfo->GetValue(), rEnvironment ); in PrintSingleMinorList() local439 if ( !pMinors ) in PrintSingleMinorList()440 pMinors = new SByteStringList(); in PrintSingleMinorList()441 pMinors->Insert( new ByteString( "" ), LIST_APPEND ); in PrintSingleMinorList()445 for ( sal_uIntPtr i = 0; i < pMinors->Count(); i++ ) { in PrintSingleMinorList()456 pVersionList, sProductVersion, sVersion, rEnvironment, *pMinors->GetObject( i )); in PrintSingleMinorList()467 if ( i == pMinors->Count() - 1 ) in PrintSingleMinorList()504 for ( sal_uIntPtr l = 0; l < pMinors->Count(); l++ ) in PrintSingleMinorList()505 delete pMinors->GetObject( l ); in PrintSingleMinorList()506 delete pMinors; in PrintSingleMinorList()
Completed in 16 milliseconds