Lines Matching refs:ByteString

94 		ByteString sProductKey( PRODUCT_KEY );  in CreateProductList()
95 ByteString sDependsOnKey( DEPENDS_ON_KEY ); in CreateProductList()
96 ByteString sBasedOnKey( BASED_ON_KEY ); in CreateProductList()
103 ByteString sProducts = pProducts->GetValue(); in CreateProductList()
105 ByteString sDependsOn; in CreateProductList()
110 ByteString sBasedOn; in CreateProductList()
116 ByteString sProduct( sProducts.GetToken( x, ';' )); in CreateProductList()
124 ByteString sDependsOnKey_l = sProduct; in CreateProductList()
131 ByteString sBasedOnKey_l = sProduct; in CreateProductList()
146 const ByteString &rProduct, GenericInformation *& pProductInfo ) in GetProductInformation()
157 ByteString sProductKey( rProduct ); in GetProductInformation()
168 const ByteString &rProduct, sal_uInt16 nLevel ) in PrintDependentTargets()
180 aPrintedList.PutString( new ByteString( *pProductInfo )); in PrintDependentTargets()
184 ByteString sKey( "DEPENDSON/" ); in PrintDependentTargets()
191 ByteString sKey( "BASEDON" ); in PrintDependentTargets()
197 aBaseList.PutString( new ByteString( *pBases->GetObject( k ))); in PrintDependentTargets()
214 ByteString sProduct( *aBaseList.GetObject(( sal_uIntPtr ) 0 )); in PrintAndDeleteBaseList()
233 sal_uInt16 ProductMapper::PrintDependencies( const ByteString &rProduct ) in PrintDependencies()
264 const ByteString &rVersion, const ByteString &rEnvironment ) in GetMinorList()
279 ByteString sInc( aDir[ i ].GetName(), RTL_TEXTENCODING_ASCII_US ); in GetMinorList()
283 pList->PutString( new ByteString( sInc.GetToken( 1, '.' ))); in GetMinorList()
293 GenericInformationList *pList, const ByteString &rVersion ) in GetVersionRoot()
296 ByteString sKey( rVersion ); in GetVersionRoot()
302 ByteString sPath; in GetVersionRoot()
307 ByteString sPath( "o:\\" ); in GetVersionRoot()
338 ByteString sCandidate( *pProductInfo ); in GetBases()
343 ByteString sKey( "BASEDON" ); in GetBases()
356 ByteString sUpperCandidate( sCandidate ); in GetBases()
359 ByteString sTest( *pBases->GetObject( i )); in GetBases()
364 pBases->Insert( new ByteString( sCandidate ), ( sal_uIntPtr ) 0 ); in GetBases()
371 const ByteString rProduct, const ByteString rEnvironment ) in PrintMinorList()
404 ByteString sEnvKey( pProductInfo->GetValue()); in PrintMinorList()
430 const ByteString rEnvironment ) in PrintSingleMinorList()
441 pMinors->Insert( new ByteString( "" ), LIST_APPEND ); in PrintSingleMinorList()
446 ByteString sOutput; in PrintSingleMinorList()
447 ByteString sProductVersion; in PrintSingleMinorList()
450 ByteString sCurProduct( *pBases->GetObject( j )); in PrintSingleMinorList()
451ByteString sVersion( sCurProduct.GetToken( sCurProduct.GetTokenCount( '(' ) - 1, '(' ).GetToken( 0… in PrintSingleMinorList()
458 ByteString sMinor( pMinorMk->GetLastMinor().GetBuffer()); in PrintSingleMinorList()
479 aOutputList.PutString( new ByteString( sOutput )); in PrintSingleMinorList()
481 ByteString sOldMinor; in PrintSingleMinorList()
487 ByteString sOutput( *aOutputList.GetObject( o )); in PrintSingleMinorList()
490 ByteString sCurMinor( sOutput.GetToken( 1, '.' ).GetToken( 0, '(' )); in PrintSingleMinorList()