Home
last modified time | relevance | path

Searched refs:sCandidate (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/tools/source/communi/
H A Dgeninfo.cxx191 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() local
278 if ( sCandidate.ToUpperAscii() < sKey ) in InsertSorted()
287 ByteString sCandidate( *GetObject( 0 )); in InsertSorted() local
288 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 …]
/aoo41x/main/soldep/bootstrp/
H A Dprodmap.cxx338 ByteString sCandidate( *pProductInfo ); in GetBases() local
339 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()
/aoo41x/main/l10ntools/source/
H A Dlocalize.cxx537 ByteString sCandidate( ExeTable[ nIndex ][ 0 ] ); in MergeSingleFile() local
539 while( !sCandidate.Equals ("NULL") && !sCandidate.Equals(sExtension) ) in MergeSingleFile()
540 sCandidate = ExeTable[ ++nIndex ][ 0 ]; in MergeSingleFile()
542 if ( !sCandidate.Equals( "NULL" ) ) { in MergeSingleFile()
/aoo41x/main/sdext/source/presenter/
H A DPresenterSlideSorter.cxx1939 const OUString sCandidate (rsText.copy(0,nLength) + sEllipses); in GetFittingText() local
1941 PresenterCanvasHelper::GetTextSize(mpFont->mxFont, sCandidate).Width); in GetFittingText()
1955 sBestCandidate = sCandidate; in GetFittingText()
1968 sBestCandidate = sCandidate; in GetFittingText()

Completed in 42 milliseconds