Home
last modified time | relevance | path

Searched refs:aTestStr (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/svtools/bmpmaker/
H A Dbmp.cxx95 String aTestStr( '-' ); in GetCommandOption() local
99 aTestStr += rSwitch; in GetCommandOption()
101 if( aTestStr.CompareIgnoreCaseToAscii( rArgs[ i ] ) == COMPARE_EQUAL ) in GetCommandOption()
112 aTestStr = '/'; in GetCommandOption()
127 String aTestStr( '-' ); in GetCommandOptions() local
131 aTestStr += rSwitch; in GetCommandOptions()
133 if( aTestStr.CompareIgnoreCaseToAscii( rArgs[ i ] ) == COMPARE_EQUAL ) in GetCommandOptions()
144 aTestStr = '/'; in GetCommandOptions()
H A Dbmpsum.cxx98 String aTestStr( '-' ); in GetCommandOption() local
102 aTestStr += rSwitch; in GetCommandOption()
104 if( aTestStr.CompareIgnoreCaseToAscii( rArgs[ i ] ) == COMPARE_EQUAL ) in GetCommandOption()
115 aTestStr = '/'; in GetCommandOption()
130 String aTestStr( '-' ); in GetCommandOptions() local
134 aTestStr += rSwitch; in GetCommandOptions()
136 if( aTestStr.CompareIgnoreCaseToAscii( rArgs[ i ] ) == COMPARE_EQUAL ) in GetCommandOptions()
147 aTestStr = '/'; in GetCommandOptions()
H A Dg2g.cxx91 String aTestStr( '-' ); in GetCommandOption() local
95 aTestStr += rSwitch; in GetCommandOption()
97 if( aTestStr.CompareIgnoreCaseToAscii( rArgs[ i ] ) == COMPARE_EQUAL ) in GetCommandOption()
108 aTestStr = '/'; in GetCommandOption()
/aoo4110/main/cui/source/options/
H A Doptdict.cxx709 String aTestStr( aWordsLB.GetEntryText(pEntry, 0) ); in IMPL_LINK() local
710 eCmpRes = cmpDicEntry_Impl( rEntry, aTestStr ); in IMPL_LINK()
729 else if(getNormDicEntry_Impl(aTestStr).Search( in IMPL_LINK()
/aoo4110/main/vcl/source/control/
H A Dtabctrl.cxx404 XubString aTestStr( RTL_CONSTASCII_USTRINGPARAM( "Abc." ) ); in ImplGetTabRect() local
406 long nTextWidth1 = GetTextWidth( aTestStr ); in ImplGetTabRect()
408 long nTextWidth2 = GetTextWidth( aTestStr ); in ImplGetTabRect()
/aoo4110/main/cui/source/tabpages/
H A Dautocdlg.cxx1474 String aTestStr=aReplaceTLB.GetEntryText(pEntry, 0); in IMPL_LINK() local
1475 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()
/aoo4110/main/svx/workben/
H A Dedittest.cxx367 XubString aTestStr; member in EditViewWindow

Completed in 51 milliseconds