Home
last modified time | relevance | path

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

/trunk/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 …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/schema/
H A DNamespaceMap.java92 String sCandidate = null; in ProvideNamespace() local
97 sCandidate= new String(new byte[]{(byte)('A'+nIndex)}); in ProvideNamespace()
98 if ( ! maURIToPrefixMap.containsKey(sCandidate)) in ProvideNamespace()
101 sPrefix = sCandidate; in ProvideNamespace()
/trunk/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()
/trunk/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 30 milliseconds