Searched refs:sCandidate (Results 1 – 4 of 4) sorted by relevance
191 if ( sCandidate.ToUpperAscii() == sKey.ToUpperAscii()) { in Search()205 if ( sCandidate.ToUpperAscii() == sKey.ToUpperAscii()) in Search()209 if ( sCandidate < sKey ) in Search()277 ByteString sCandidate( *GetObject( nEnd )); in InsertSorted() local278 if ( sCandidate.ToUpperAscii() < sKey ) in InsertSorted()287 ByteString sCandidate( *GetObject( 0 )); in InsertSorted() local288 if ( sCandidate.ToUpperAscii() == sKey ) { in InsertSorted()294 else if ( sCandidate > sKey ) { in InsertSorted()308 if ( sCandidate.ToUpperAscii() == sKey ) { in InsertSorted()317 if ( sCandidate > sKey ) { in InsertSorted()[all …]
338 ByteString sCandidate( *pProductInfo ); in GetBases() local339 sCandidate += " ("; in GetBases()340 sCandidate += pProductInfo->GetValue(); in GetBases()341 sCandidate += ")"; in GetBases()356 ByteString sUpperCandidate( sCandidate ); in GetBases()364 pBases->Insert( new ByteString( sCandidate ), ( sal_uIntPtr ) 0 ); in GetBases()
537 ByteString sCandidate( ExeTable[ nIndex ][ 0 ] ); in MergeSingleFile() local539 while( !sCandidate.Equals ("NULL") && !sCandidate.Equals(sExtension) ) in MergeSingleFile()540 sCandidate = ExeTable[ ++nIndex ][ 0 ]; in MergeSingleFile()542 if ( !sCandidate.Equals( "NULL" ) ) { in MergeSingleFile()
1939 const OUString sCandidate (rsText.copy(0,nLength) + sEllipses); in GetFittingText() local1941 PresenterCanvasHelper::GetTextSize(mpFont->mxFont, sCandidate).Width); in GetFittingText()1955 sBestCandidate = sCandidate; in GetFittingText()1968 sBestCandidate = sCandidate; in GetFittingText()
Completed in 42 milliseconds