Home
last modified time | relevance | path

Searched refs:aMatchString (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/connectivity/source/drivers/evoab2/
H A DNStatement.cxx366 ::rtl::OUString aMatchString; in whereAnalysis()
368 aMatchString = pRHS->getTokenValue(); in whereAnalysis()
403 rtl::OUString aMatchString; in whereAnalysis() local
404 aMatchString = pAtom->getTokenValue(); in whereAnalysis()
425 else if( (aMatchString.indexOf ( WILDCARD ) == aMatchString.lastIndexOf ( WILDCARD ) ) ) in whereAnalysis()
429 else if ( aMatchString.indexOf ( WILDCARD ) == aMatchString.getLength() - 1 ) in whereAnalysis()
430 …pResult = createTest( aColumnName, E_BOOK_QUERY_BEGINS_WITH, aMatchString.copy( 0, aMatchString.ge… in whereAnalysis()
437 else if( aMatchString.getLength() >= 3 && in whereAnalysis()
438 aMatchString.indexOf ( WILDCARD ) == 0 && in whereAnalysis()
439 aMatchString.indexOf ( WILDCARD, 1) == aMatchString.getLength() - 1 ) { in whereAnalysis()
[all …]
/aoo42x/main/svtools/source/control/
H A Dinettbc.cxx770 String aMatchString; in TryAutoComplete() local

Completed in 23 milliseconds