Searched refs:aMatchString (Results 1 – 2 of 2) sorted by relevance
366 ::rtl::OUString aMatchString; in whereAnalysis()368 aMatchString = pRHS->getTokenValue(); in whereAnalysis()370 aMatchString = pRHS->getChild( 0 )->getTokenValue(); in whereAnalysis()372 pResult = createTest( aColumnName, E_BOOK_QUERY_IS, aMatchString ); in whereAnalysis()403 rtl::OUString aMatchString; in whereAnalysis() local404 aMatchString = pAtom->getTokenValue(); in whereAnalysis()407 if( aMatchString.equals( ::rtl::OUString::valueOf( WILDCARD ) ) ) in whereAnalysis()413 else if( aMatchString.indexOf( WILDCARD ) == -1 ) in whereAnalysis()415 EVO_TRACE_STRING( "Plain contains '%s'", aMatchString ); in whereAnalysis()416 pResult = createTest( aColumnName, E_BOOK_QUERY_CONTAINS, aMatchString ); in whereAnalysis()[all …]
770 String aMatchString; in TryAutoComplete() local