Searched refs:aTestStr (Results 1 – 7 of 7) sorted by relevance
95 String aTestStr( '-' ); in GetCommandOption() local99 aTestStr += rSwitch; in GetCommandOption()101 if( aTestStr.CompareIgnoreCaseToAscii( rArgs[ i ] ) == COMPARE_EQUAL ) in GetCommandOption()112 aTestStr = '/'; in GetCommandOption()127 String aTestStr( '-' ); in GetCommandOptions() local131 aTestStr += rSwitch; in GetCommandOptions()133 if( aTestStr.CompareIgnoreCaseToAscii( rArgs[ i ] ) == COMPARE_EQUAL ) in GetCommandOptions()144 aTestStr = '/'; in GetCommandOptions()
98 String aTestStr( '-' ); in GetCommandOption() local102 aTestStr += rSwitch; in GetCommandOption()104 if( aTestStr.CompareIgnoreCaseToAscii( rArgs[ i ] ) == COMPARE_EQUAL ) in GetCommandOption()115 aTestStr = '/'; in GetCommandOption()130 String aTestStr( '-' ); in GetCommandOptions() local134 aTestStr += rSwitch; in GetCommandOptions()136 if( aTestStr.CompareIgnoreCaseToAscii( rArgs[ i ] ) == COMPARE_EQUAL ) in GetCommandOptions()147 aTestStr = '/'; in GetCommandOptions()
91 String aTestStr( '-' ); in GetCommandOption() local95 aTestStr += rSwitch; in GetCommandOption()97 if( aTestStr.CompareIgnoreCaseToAscii( rArgs[ i ] ) == COMPARE_EQUAL ) in GetCommandOption()108 aTestStr = '/'; in GetCommandOption()
709 String aTestStr( aWordsLB.GetEntryText(pEntry, 0) ); in IMPL_LINK() local710 eCmpRes = cmpDicEntry_Impl( rEntry, aTestStr ); in IMPL_LINK()729 else if(getNormDicEntry_Impl(aTestStr).Search( in IMPL_LINK()
404 XubString aTestStr( RTL_CONSTASCII_USTRINGPARAM( "Abc." ) ); in ImplGetTabRect() local406 long nTextWidth1 = GetTextWidth( aTestStr ); in ImplGetTabRect()408 long nTextWidth2 = GetTextWidth( aTestStr ); in ImplGetTabRect()
1474 String aTestStr=aReplaceTLB.GetEntryText(pEntry, 0); in IMPL_LINK() local1475 if( 0 == pCompareClass->compareString(rEntry, aTestStr )) in IMPL_LINK()1487 pCharClass->toLower( aTestStr ); in IMPL_LINK()1488 if(aTestStr.Search(aWordStr)==0 && !bTmpSelEntry) in IMPL_LINK()
367 XubString aTestStr; member in EditViewWindow
Completed in 51 milliseconds